Skip to content

Releases: logancyang/obsidian-copilot

2.6.11

03 Oct 22:45
7cbe9e0
Compare
Choose a tag to compare

Indexing improvements

  • Added rate limiting in settings, and 429 notice banner
SCR-20241003-nwcs SCR-20241002-tipa
  • Added button for pausing and resuming indexing that also shows the exclusion setting
SCR-20241002-tihp
  • Added support for exclusion by tags (must be in note property, not the content body, similar to how custom prompt templating works)
SCR-20241003-njcg

2.6.10

01 Oct 02:14
695d441
Compare
Choose a tag to compare

Improved QA in this release! Significant upgrades to Vault QA mode coming soon.

  • Implement HyDE for Vault QA mode #645
  • Add Google embedding model and update langchain #651 by @o-mikhailovskii
  • Bug fixes
    • System prompt in QA modes #692
    • Fix new chat not stopping streaming @Emt-lin
    • Fix language identification for changing tone command @Emt-lin
    • Fix AI message wrapping

2.6.9

27 Sep 07:00
2fb9c23
Compare
Choose a tag to compare

2.6.8

24 Sep 06:12
45fd5fb
Compare
Choose a tag to compare
  • Had to put in a quick bug fix #667
  • Implement Delete button for every message #668
SCR-20240923-twtg

2.6.7

24 Sep 01:00
ab0b13a
Compare
Choose a tag to compare
  • #665 Messages now have timestamps! Saved conversations have timestamps too.
    • A saved conversation uses its first message's timestamp
    • The loading conversations modal now sorts the chat history in descending order.
SCR-20240923-ppqq
  • #656 @Emt-lin now our custom prompts are sorted with most recently used first
  • #659 @logicsec we can tag saved conversations in Copilot setting
  • Bug fix for mobile not loading

2.6.6

12 Sep 06:41
7487b3a
Compare
Choose a tag to compare

Some UX improvements

  • Enable renaming of custom prompt in Edit Custom Prompt command modal #635
  • Revert auto-scroll as it streams behavior to scroll to bottom only when streaming is done, avoid jittery auto-scrolling, and fix up and down arrow key navigation for some corner cases #632
  • Fix a bug where cursor is not focused in chat input when Copilot Chat pane is toggled on #593

Welcome first-time contributor @Emt-lin

2.6.5

10 Sep 04:52
2699e5e
Compare
Choose a tag to compare

Another big one!

SCR-20240909-ssvc
  • Custom prompt template support in Chat!! Now you can just type / and bring up the list of custom prompts you have. Selecting one fills it into the chat input box!
  • {activeNote} added to custom prompt template! Many people have been asking for this.
  • Up and down arrow keys now navigate your user messages! (not persisted, clears at reload)
  • Cohere API setting now in API settings section instead of QA settings, because we have Command R and R+ as builtin chat models!
  • Some UX improvements
    • When autosave for conversation is on, saved convo doesn't open at plugin reloads, a notice banner shows up instead.
    • When deleting a default model, the default is reset to gpt-4o, the "grand default".

PRs

2.6.4

06 Sep 13:32
5f10def
Compare
Choose a tag to compare

Bug fixes

  • #608
  • #609
  • Cohere embedding model name issue
  • Add custom prompt without folder created
  • Update local copilot guide for new settings

2.6.3

06 Sep 05:58
ec578e9
Compare
Choose a tag to compare

ALERT

We are migrating off of PouchDB for better Obsidian Sync and mobile support. In this release, your existing custom prompts must be dumped to markdown using the command "Copilot: Dump custom prompts to markdown files". After running it you should be able to use your Add/Edit/Apply/Delete custom prompts as usual.

Please make sure you run it, or you will lose all your old prompts when PouchDB is removed!

New Features

  • Load Copilot Chat conversation via new command "Copilot: Load Copilot Chat conversation".
  • New setting toggle for chat autosave, automatically save your chat whenever you click new chat or reload the plugin.
  • Custom prompts saved in markdown

Bug Fixes

A self-hosted Ollama issue. #598

PRs

2.6.2

05 Sep 04:50
67fdb50
Compare
Choose a tag to compare

Implemented new chat buttons, now:

  • User has Copy, Edit
  • AI has Copy, Insert to note at cursor, Regenerate

Note that editing user message will trigger regenerate automatically when done.

SCR-20240904-sqls

And bug fixes.