Skip to content

Releases: logancyang/obsidian-copilot

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

2.7.10

20 Dec 00:12
e553ee1
Compare
Choose a tag to compare

A BIG update incoming!

  • A more robust indexing module is introduced. Partitioned indexing can handle extremely large vaults now!
  • LM Studio has been added as an embedding provider, it's lightning-fast!
  • A "Verify Connection" button is added when you add a Custom Model, so you can check if it works before you add it! (This was first implemented by @Emt-lin, updated by @logancyang)

Check out the details below!

Improvements

  • Big upgrade of indexing logic to have a more robust UX
  • Enable incremental indexing. Now "refresh index" respects inclusion/exclusion filters
  • Implement partitioning logic for large vaults
SCR-20241219-ocfs
  • Inclusion filters no longer eclipses exclusion filters.
  • Add Stop indexing button
SCR-20241219-ocmt
  • Add the "Remove files from Copilot index" command that takes in the same list format from "List indexed files"
SCR-20241219-ocud
  • Add confirmation modal for actions in settings that lead to reindexing
SCR-20241219-ocxs
  • Add LM Studio to embedding providers
SCR-20241219-odeh
  • Add Verify Connection button for adding custom models.
SCR-20241219-odhv
  • Update the max sources setting to 30 per user request. Be warned: a large number of sources may lead to bad answer quality with weaker chat models
SCR-20241219-odph
  • Add metadata to context, now you can directly ask "what files did i create/modified in (time period)"

Bug Fixes

  • Fix safeFetch for 3rd party API with CORS on, including moonshot API and perplexity API, etc.
  • Fix time-based queries for some special cases

2.7.9

11 Dec 05:49
8feac2e
Compare
Choose a tag to compare

[Plus] Quick Fixes

  • Enhance vault search with current time info
  • Fix file already exists error for list indexed files
  • Fix web search request (safeFetch GET)

2.7.8

10 Dec 22:20
06a405a
Compare
Choose a tag to compare

Improvements

Bug fixes

2.7.7

09 Dec 20:53
1f649de
Compare
Choose a tag to compare

Improvements

Bug fixes