Skip to content

Releases: cpbotha/obsidian-ai-chat-as-md

[1.5.0] - 2024-08-03

04 Aug 15:08
Compare
Choose a tag to compare

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

27 Jul 15:43
Compare
Choose a tag to compare

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

07 Jul 16:13
Compare
Choose a tag to compare

[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

07 Jul 15:36
Compare
Choose a tag to compare

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

04 Jul 17:58
Compare
Choose a tag to compare

Added

  • New command to send selection to AI and then replace that selection with the response

Fixed

Removed

  • Plugin status messages on the status bar

[1.1.0] - 2024-07-01

01 Jul 19:54
Compare
Choose a tag to compare

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

30 Jun 18:52
Compare
Choose a tag to compare

Added

  • First release of Obsidian AI Chat as Markdown
  • Configure different OpenAI providers
  • Support multiple conversations and conversation branches through the nesting of headings