IBM Project Bob

image

IBM Bob

Bob is your AI development partner, built to augment your workflow and help you work confidently with codebases from design to deployment.


#AI

#IBMBob

 View Only
  • 1.  History export

    Posted 7 hours ago

    The BOB GA announcement had this recommendation:  "You can export chat history for individual chats from the history view ".  Has anyone done this and do you have a documented, step by step, with screenshots?  I can choose history, and even "Select all" but my options are to "Clear Selection" or "Delete Selected".  The FAQ link has no reference to exporting history.

    I could use a tip on how to do this before my preview version goes casters up...



    ------------------------------
    Pete
    ------------------------------


  • 2.  RE: History export

    Posted 4 hours ago
    Edited by EKU Nurmivaara 4 hours ago

    Hi Pete,

    I asked Bob and it provided the following, I hope this is what you are looking for...

    _ _ _ _ _ _ _ _ _ _ _

    Bob chat history is stored at:
     
    **Main Location:**
    `C:/Users/<USER>/AppData/Roaming/IBM Bob/User/globalStorage/ibm.bob-code/tasks/`
     
    Each conversation is stored in a separate folder with a unique task ID. Within each task folder, you'll find:
     
    - `api_conversation_history.json` - Contains the full conversation history with API calls
    - `ui_messages.json` - Contains the UI-level messages and interactions
    - `task_metadata.json` - Contains metadata about the task
     
    **Example paths from your system:**
    - `C:/Users/<USER>/AppData/Roaming/IBM Bob/User/globalStorage/ibm.bob-code/tasks/e80d129f-79a8-48ca-8400-6f1adf9e0ade/`
    - `C:/Users/<USER>/AppData/Roaming/IBM Bob/User/globalStorage/ibm.bob-code/tasks/82f98e25-54bb-4dd3-b7b1-bf4ceb7d1af1/`
     
    **Additional Storage Locations:**
    - User settings: `C:/Users/<USER>/AppData/Roaming/IBM Bob/User/`
    - Logs: `C:/Users/<USER>/AppData/Roaming/IBM Bob/logs/`
    - History: `C:/Users/<USER>/AppData/Roaming/IBM Bob/User/History/`
     
    You can also export chat history using the command:
    ```
    bob export --all --format markdown --output ./bob-exports/
    ```



    ------------------------------
    EKU Nurmivaara
    ------------------------------