Releases: logancyang/obsidian-copilot
Releases · logancyang/obsidian-copilot
2.7.4
Improvements
- #824 Improve settings and chat focus @zeroliu
- #843 Implement Copilot command "list indexed files" @logancyang
Bug fixes
- #842 Fix system message for non-openai models @logancyang
- #843 Alpha quick fixes @logancyang
- Fix message edit
- Unblock saveDB
- Skip rerank call if max score is 0
- Fix double indexing trigger at mode switch
2.7.3
Improvements
Copilot Plus Alpha is here! I've been working on this for a long time! Test license key is on its way to project sponsors and early supporters.
- Time-based Queries: Ask questions like
Give me a recap of last week @vault
orList all highlights from my daily notes in Oct @vault
. Copilot Plus understands time! - Cursor-like Context Menu: Enjoy a more intuitive and streamlined context menu specifically designed for Plus Mode. It not only shows note titles but also PDF files and URLs!
- URL Mention Capability: Quickly reference URLs in your chat input. Copilot Plus can grab the webpage in the background!
- Vault Search with Cmd + Shift + Enter: Search your vault with a simple keyboard shortcut, this is equivalent to having
@vault
in your query. - Dynamic Note Reindexing: Copilot index is updated at note modify event under Copilot Plus mode (this is not the case in Vault QA basic mode), ensuring your data is always up-to-date.
- Image Support in Chat: Add and send image(s) in your chat for any LLMs with vision support.
- PDF Integration in Chat Context: Easily incorporate PDF file or notes with embedded PDF in your chat context.
- Web Search Functionality: Access the web directly from your Copilot Plus Mode with
@web
. - YouTube Transcript: Easy access to video transcript with
@youtube video_url
in chat.
- #839 Add Copilot Plus suggested prompts @logancyang
- #838 Return YouTube transcript directly without LLM for long transcripts @logancyang
- #835 Introduce Copilot Plus Alpha to testers @logancyang
Bug fixes
- #826 Fix delete message in memory @logancyang
- #825 Fix "index not loaded" @logancyang
- #812 Fix model and mode menu side offset @logancyang
2.7.2
Improvements
- Implement Cursor style chat input @logancyang
- Add setting to optionally disable index loading on mobile to save resources @logancyang
- Add default open area settings @zeroliu
- Use Lucide icons to replace custom SVG icons @zeroliu
- Refactor chat control tooltips @zeroliu
- Sample 2 vault QA prompts for vault QA mode without replacement @logancyang
Bug fixes
- Fix suggested prompts responsiveness @zeroliu
- Fix upsert error @logancyang
2.7.1
Improvements
- #777 Implement QA Inclusions filter @logancyang
- #750 Allow entering [[ anywhere in the prompt @zeroliu
- #778 Avoid Gemini SAFETY blocks @logancyang
Bug fixes
- #781 Fix garbage collection command @logancyang
- #779 Fix Ollama embedding context length with truncation @logancyang
- Fix issue where user's setting exclusion files are not excluded when calculating tokens @Emt-lin
2.7.0
Improvements
- #723 Support exclude files from indexing by name pattern @Emt-lin
- #706 Add default mode in settings so it keeps your mode selection
- #702 Migrate from PouchDB to Orama.
- Now we don't have any dependency that blocks mobile!
- Your new index file is at
.obsidian/copilot-index-<hash>.json
- Remove Long Note QA mode and Send Note(s) to Prompt button in Chat mode since they are legacy features that are covered by new experience: Vault QA with note title mention, slash command and templating
Bug fixes
2.6.11
2.6.10
Improved QA in this release! Significant upgrades to Vault QA mode coming soon.
2.6.9
2.6.8
2.6.7
- #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.