Skip to content

Releases: logancyang/obsidian-copilot

2.8.4

06 Feb 21:06
0562df1
Compare
Choose a tag to compare

Gemini 2.0 Flash is fresh out of the oven, and our copilot-plus-flash is using it! Covered by your license key! πŸ”₯

Improvements

Hot Fixes

2.8.3

05 Feb 01:08
2e42e9d
Compare
Choose a tag to compare

Our FIRST Plus chat model is here!! πŸ”₯πŸ”₯πŸ”₯ copilot-plus-flash covered by your plus license key. Now, we have a plus chat model and 3 plus-exclusive embedding models available, a truly work-out-of-box experience without the need to bring your own API key! πŸš€

Improvements

Bug Fixes

2.8.2

26 Jan 22:10
1472554
Compare
Choose a tag to compare

Enjoy much better image support! Now you can copy and paste images into the chat input in plus mode! And web images are also passed to the model if you include the URLs. A SOTA embedding model copilot-plus-large is added for plus users!

And note that the web search endpoint has been updated, please update to v2.8.2, or your web search @web won't work!

Improvements

Bug Fixes

2.8.1

23 Jan 00:05
44008be
Compare
Choose a tag to compare

Chat UI revamp as we move towards a more extensible design to clear the way for more features in the next iterations! Drag-and-drop images to chat input for Plus mode!

Improvements

Bug Fixes

  • #1090 Fix onboarding db issue and more @logancyang
    • Some new users reported that they see "fatal error" index doesn't exist, this should be fixed now. Just make sure you switch embedding model to openai and provide the openai API key!
    • "Edit custom prompt" command was lost in 2.8.0 but it's back now!
  • #1093 Update default conversation filename @logancyang
  • #1091 Update settings @logancyang
  • #1081 Fix time expressions @logancyang

2.8.0

16 Jan 03:08
2565bfc
Compare
Choose a tag to compare

Another massive update as we are fast approaching the official launch of Copilot Plus!! Completely revamped new Settings page with multiple tabs, a new inline editing experience with Copilot commands! You can also find some handy Copilot commands in your right-click menu!

Improvements

SCR-20250115-qqfz SCR-20250115-qqsz SCR-20250115-qqkf

Bug Fixes

2.7.15

07 Jan 22:49
9135ad8
Compare
Choose a tag to compare

Further address the performance issue in Relevant Notes, and show image and clickable note links in AI response. NaN scores from vault search are handled through reranking.

Improvements

Bug Fixes

2.7.14

04 Jan 03:50
5fa1a2c
Compare
Choose a tag to compare

This is a quick one to address the performance issue in Relevant Notes, and add a new copilot-plus-multilingual embedding model for Plus users

Improvements

  • #1001 Add copilot plus multilingual embedding model @logancyang
    • This enhancement introduces a multilingual embedding model to improve the versatility and accuracy of the copilot's suggestions across different languages.
  • #998 Throttle number of links returned @zeroliu
    • This fix addresses the issue of excessive link returns, optimizing the performance and relevance of the links provided by the copilot.

2.7.13

03 Jan 01:43
525b68a
Compare
Choose a tag to compare

HUGE first release in 2025, a New Year gift for all Copilot users - introducing Relevant Notes in Copilot Chat! You can now see the collapsible Relevant Notes section at the top of the chat UI. It uses the same Copilot index you create for Vault QA. "Relevance" is determined by Copilot's own special algorithm, not just vector similarity. The entire feature is developed by our great @zeroliu, one of our top contributors πŸ’ͺ. Enjoy!

Improvements

  • #981 Relevant note new UI @zeroliu, a huge milestone for the Copilot plugin πŸš€
  • #989 Inspect index @logancyang, new command "Inspect Copilot index by note paths" to check the actual index JSON entries.
  • #979 Clean up function args @zeroliu
  • #980 Update tailwind color config @zeroliu

Bug Fixes

2.7.12

27 Dec 23:45
3124281
Compare
Choose a tag to compare
  • Fix a critical issue in the index partitioning logic.
  • Disable auto version check for now.

2.7.11 (#970)

25 Dec 17:38
1840242
Compare
Choose a tag to compare

Happy holidays everyone! Thanks for your support in 2024! The highlight of this update is a MUCH faster indexing process with batch embedding, and a strong (stronger than openai embedding large) but small embedding model exclusive for Plus users called copilot-plus-small, it just works with a Plus license key! Let me know how it goes!

Improvements

  • #969 Enable batch embedding and add experimental copilot-plus-small embedding model for Plus users @logancyang
  • #964 Increase the number of partitions. Skip empty files during indexing @logancyang
  • #958 Update system prompt to better treat user language and latex equations @logancyang

Bug Fixes