* Revise README.md to highlight new features and improvements in Copilot V3

* 3.0.0
This commit is contained in:
Logan Yang 2025-08-25 21:23:58 -07:00 committed by GitHub
parent eb830dfa6f
commit d85420bc06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 27 additions and 13 deletions

View file

@ -22,20 +22,34 @@ The Ultimate AI Assistant for Your Second Brain
</a>
</p>
Copilot for Obsidian is your best invault AI assistant, designed to listen, act at the speed of thought, and keep you creating in flow—all within Obsidians integrated, tabfree workspace.
Copilot for Obsidian is your ultimate invault AI assistant with chat-based vault search, web and youtube support, powerful context processing and ever-expanding agentic capabilities—all within Obsidians highly customizable workspace.
- **🔒 Your data is 100% yours**: Local storage, no ads, and full control of your API keys.
- **🧠 Elevate your second brain**: Tap any OpenAI-compatible or local model to uncover insights, spark connections, and create powerful content.
- **🌐 Instant multimedia understanding**: Drop in webpages, YouTube videos, images, PDFs, or real-time web search for quick insights and summaries.
- **✍️ Create at the speed of thought**: Launch Prompt Palette or edit with AI in one click—your ideas, amplified effortlessly.
- **🔒 Your data is 100% yours**: Local search and storage, and full control of your data if you use self-hosted models.
- **🧠 Bring Your Own Model**: Tap any OpenAI-compatible or local model to uncover insights, spark connections, and create content.
- **🌐 Multimedia understanding**: Drop in webpages, YouTube videos, images, PDFs, EPUBS, or real-time web search for quick insights.
- **🔍 Smart Vault Search**: Search your vault with chat, no setup required. Embeddings are optional. Copilot delivers results right away.
- **✍️ Composer and Quick Commands**: Interact with your writing with chat, apply changes with 1 click.
- **🖼️ Multimedia Ready**: Drop in a webpage, YouTube link, image, or PDF. Copilot understands them and brings the right insights into your notes.
- **🗂️ Project Mode**: Create AI-ready context based on folders and tags. Think NotebookLM but inside your vault!
- **🤖 Agent Mode (Plus)**: Unlock an autonomous agent with built-in tool calling. No commands needed. Copilot automatically triggers vault, web searches or any other relevant tool when relevant.
<p align="center">
<em>Your AI assistant in Obsidian—powerful yet intuitive, keeping you in the creative flow.</em>
<em>Copilot's Agent can call the proper tools on its own upon your request.</em>
</p>
<p align="center">
<img src="./images/product-UI-screenshot.png" alt="Product UI screenshot" width="800"/>
<img src="./images/product-ui-screenshot.jpeg" alt="Product UI screenshot" width="800"/>
</p>
## Copilot V3 is a New Era 🔥
After months of hard work, we have revamped the codebase and adopted a new paradigm for our agentic infrastructure. It opens the door for easier addition of agentic tools (MCP support coming). We will provide a new version of the documentation soon. Here is a couple of new things that you cannot miss!
- FOR ALL USERS: You can do vault search out-of-the-box **without building an index first** (Indexing is still available but optional behind the "Semantic Search" toggle in QA settings).
- FOR FREE USERS: Image support and chat context menu are available to all users starting from v3.0.0!
- FOR PLUS USERS: Autonomous agent is available with vault search, web search, youtube, composer and soon a lot other tools!
Read the [Changelog](https://github.com/logancyang/obsidian-copilot/releases/tag/3.0.0).
## Why People Love It ❤️
- *"Copilot is the missing link that turns Obsidian into a true second brain. I use it to draft investment memos with text, code, and visuals—all in one place. Its the first tool that truly unifies how I search, process, organize, and retrieve knowledge without ever leaving Obsidian. With AI-powered search, organization, and reasoning built into my notes, it unlocks insights Id otherwise miss. My workflow is faster, deeper, and more connected than ever—I cant imagine working without it."* - @jasonzhangb, Investor & Research Analyst
@ -199,7 +213,6 @@ First, go to https://www.obsidiancopilot.com/en to subscribe to Copilot Plus. Th
<em>Click the image to watch the video on YouTube</em>
</p>
# **💡 Need Help?**
- Check the [documentation](https://www.obsidiancopilot.com/en/docs) for setup guides, how-tos, and advanced features.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB

View file

@ -1,7 +1,7 @@
{
"id": "copilot",
"name": "Copilot",
"version": "2.9.5",
"version": "3.0.0",
"minAppVersion": "0.15.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"author": "Logan Yang",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-copilot",
"version": "2.9.5",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-copilot",
"version": "2.9.5",
"version": "3.0.0",
"license": "AGPL-3.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-copilot",
"version": "2.9.5",
"version": "3.0.0",
"description": "Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.",
"main": "main.js",
"scripts": {

View file

@ -89,5 +89,6 @@
"2.9.2": "0.15.0",
"2.9.3": "0.15.0",
"2.9.4": "0.15.0",
"2.9.5": "0.15.0"
"2.9.5": "0.15.0",
"3.0.0": "0.15.0"
}