An open API service indexing awesome lists of open source software.

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

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

![chat-with-select](asserts/chat-with-select.gif)

### Autocomplete

Receive context-aware writing suggestions as you type

![autocomplte](asserts/autocomplete.gif)

### Inline Editing

Edit your notes directly within the current file

![inline-edit](asserts/edit-inline.gif)

### chat with vault

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

![rag](asserts/rag.gif)

## 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 installer

1. 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
![autocomplte](asserts/doc-set-hotkey.png)
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)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](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).