longy2k / obsidian-bmo-chatbot

Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
https://ko-fi.com/longy2k
MIT License
345 stars 43 forks source link

Feature request: Load and Manage Saved Conversations in Profiles #88

Open twalderman opened 3 months ago

twalderman commented 3 months ago

User Story: Load and Manage Saved Conversations in Profiles

As a user, I want to manage my conversations within different profiles so that I can load previously saved conversations easily and ensure they are associated with specific profiles for better organization.

Acceptance Criteria: Command to List Saved Conversations: There must be a /list_saves command. This command should display the names or numbers of all saved conversations associated with the current profile. Command to Load Saved Conversations: There must be a /load_saves [name_or_number] command. This command should load the chosen saved conversation into the current context of the profile, replacing any existing conversation.

Benefits: Improved Utility: Profiles become more useful by enabling users to quickly switch between different saved conversations. Convenient Management: Users can easily see and load their saved conversations, thereby enhancing their experience and productivity.