https://github.com/infiolab/infio-copilot
A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes
https://github.com/infiolab/infio-copilot
autocomplete copilot cursor editline obsidian
Last synced: 2 months ago
JSON representation
A Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes
- Host: GitHub
- URL: https://github.com/infiolab/infio-copilot
- Owner: infiolab
- License: mit
- Created: 2025-01-05T01:57:24.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-03-20T04:45:10.000Z (3 months ago)
- Last Synced: 2025-03-31T04:04:54.171Z (3 months ago)
- Topics: autocomplete, copilot, cursor, editline, obsidian
- Language: TypeScript
- Homepage: https://infio.app/copilot
- Size: 122 MB
- Stars: 127
- Watchers: 0
- Forks: 8
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.yaml
- License: LICENSE
Awesome Lists containing this project
README
Infio-Copilot
**Infio-Copilot is a Cursor-inspired AI assistant for Obsidian that offers smart autocomplete and interactive chat with your selected notes**
[中文文档](README_zh-CN.md)
## Features
### Chat & Edit Flow
Get instant AI assistance and apply suggested improvements with a single click, all within Obsidian

### Autocomplete
Receive context-aware writing suggestions as you type

### Inline Editing
Edit your notes directly within the current file

### chat with vault
Leverage the power of AI to interact with your entire Obsidian vault, gaining insights and connections across your notes

## Getting Started
> **⚠️ Important: Installer Version Requirement**Infio-Copilot requires a recent version of the Obsidian installer. If you experience issues with the plugin not loading properly:
>
> 1. First, try updating Obsidian normally at `Settings > General > Check for updates`.
> 2. If issues persist, manually update your Obsidian installer:
>
> - Download the latest installer from [Obsidian's download page](https://obsidian.md/download)
> - Close Obsidian completely
> - Run the new installer1. Open Obsidian Settings
2. Navigate to "Community plugins" and click "Browse"
3. Search for "Infio Copilot" and click Install
4. Enable the plugin in Community plugins
5. Set up your API key in plugin settings
- SiliconFlow : [SiliconFlow API Keys](https://cloud.siliconflow.cn/account/ak)
- OpenRouter : [OpenRouter API Keys](https://openrouter.ai/settings/keys)
- Alibaba Bailian : [Bailian API Keys](https://help.aliyun.com/zh/dashscope/developer-reference/activate-dashscope-and-create-an-api-key)
- DeepSeek : [DeepSeek API Keys](https://platform.deepseek.com/api_keys/)
- OpenAI : [ChatGPT API Keys](https://platform.openai.com/api-keys)
- Anthropic : [Claude API Keys](https://console.anthropic.com/settings/keys)
- Gemini : [Gemini API Keys](https://aistudio.google.com/apikey)
- Groq : [Groq API Keys](https://console.groq.com/keys)
6. Set up hotkeys for quick access:
- Go to Settings > Hotkeys
- Search for "Infio Copilot"
- Recommended keybindings:
* Infio Copilot: Infio add selection to chat -> cmd + shift + L
* Infio Copilot: Infio Inline Edit -> cmd + shift + K

7. If you need to chat with documents, you must configure an embedding model.
- Currently, only SiliconFlow, Alibaba, Google, and OpenAI platforms support embedding models.## Feedback and Support
We value your input and want to ensure you can easily share your thoughts and report any issues:- **Bug Reports**: If you encounter any bugs or unexpected behavior, please submit an issue on our [GitHub Issues](https://github.com/infiolab/infio-copilot/issues) page. Be sure to include as much detail as possible to help us reproduce and address the problem.
- **Feature Requests**: For new feature ideas or enhancements, please use our [GitHub Discussions - Ideas & Feature Requests](https://github.com/infiolab/infio-copilot/discussions/categories/ideas) page. Create a new discussion to share your suggestions.[Chat with me on Twitter](https://x.com/buyiyouxi)
[](https://ko-fi.com/felixduan)
## Acknowledgments
This project stands on the shoulders of giants. We would like to express our gratitude to the following open-source projects:
- [obsidian-copilot-auto-completion](https://github.com/j0rd1smit/obsidian-copilot-auto-completion) - For autocomplete implementation and TypeScript architecture inspiration
- [obsidian-smart-composer](https://github.com/glowingjade/obsidian-smart-composer) - For chat/apply UI patterns and PgLite integration examples
- [continue](https://github.com/continuedev/continue) & [cline](https://github.com/cline/cline) - For prompt engineering and LLM interaction patterns
- [pglite](https://github.com/electric-sql/pglite) - For conversation/vector data storage and sample code## License
This project is licensed under the [MIT License](LICENSE).