mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
3.0.0 (#1753)
* Revise README.md to highlight new features and improvements in Copilot V3 * 3.0.0
This commit is contained in:
parent
eb830dfa6f
commit
d85420bc06
7 changed files with 27 additions and 13 deletions
29
README.md
29
README.md
|
|
@ -22,20 +22,34 @@ The Ultimate AI Assistant for Your Second Brain
|
|||
</a>
|
||||
</p>
|
||||
|
||||
Copilot for Obsidian is your best in‑vault AI assistant, designed to listen, act at the speed of thought, and keep you creating in flow—all within Obsidian’s integrated, tab‑free workspace.
|
||||
Copilot for Obsidian is your ultimate in‑vault AI assistant with chat-based vault search, web and youtube support, powerful context processing and ever-expanding agentic capabilities—all within Obsidian’s 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. It’s 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 I’d otherwise miss. My workflow is faster, deeper, and more connected than ever—I can’t 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 |
BIN
images/product-ui-screenshot.jpeg
Normal file
BIN
images/product-ui-screenshot.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 713 KiB |
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue