Releases: cpbotha/obsidian-ai-chat-as-md
Releases · cpbotha/obsidian-ai-chat-as-md
[1.5.0] - 2024-08-03
Added
- Support for transclusion / embeds of whole markdown files, headings and blocks, both in your user sections and in the system prompt
- This gives you modular system prompts!
- Optionally configure system prompt files via the frontmatter variable
aicmd-system-prompt-file
which follows the same rules as the plugin config. E.g.aicmd-system-prompt-file: prompts/system prompt for programming.md
Fixed
- Bug with finding embedded images in sub-folders
[1.4.0] - 2024-07-27
Added
- Optionally configure a different model in the frontmatter, e.g.
aicmd-model: openai/gpt-4o-mini
, with your default config set to something else. - Optionally add used model to each AI response heading in thread completion mode
- Error handling for connection to OpenAI-style backend
[1.3.1] - 2024-07-07
[1.3.1] - 2024-07-07
Fixed
- Bug fix release to get new system prompt file setting actually in
[1.3.0] - 2024-07-07
Added
- Add advanced option to use a markdown file in your vault as the system prompt. Besides the default instructions, you can for example add a list of memories.
- Reset system prompt to default
Fixed
- Bug in configuring the API host, could not set anything but openrouter, sorry!
Changed
- Updates to the README
[1.3.0] - 2024-07-07
Added
- Add advanced option to use a markdown file in your vault as the system prompt. Besides the default instructions, you can for example add a list of memories.
- Reset system prompt to default
Fixed
- Bug in configuring the API host, could not set anything but openrouter, sorry!
Changed
- Updates to the README
[1.2.0] - 2024-07-04
Added
- New command to send selection to AI and then replace that selection with the response
Fixed
- Review comments from Obsidian Releases community review
Removed
- Plugin status messages on the status bar
[1.1.0] - 2024-07-01
Added
- New command to send whole selection to AI, ignoring heading hierarchy, and then append response right after
- Documentation about branching conversation
- Configurable debug mode to get super verbose console.log output
Fixed
- Plugin metadata (description)
- Bug where an image right at the end of a section / selection would be ignored
[1.0.0] - 2024-06-30
Added
- First release of Obsidian AI Chat as Markdown
- Configure different OpenAI providers
- Support multiple conversations and conversation branches through the nesting of headings