Evgenii Bykovskikh2 downloadsChat with an AI assistant that can search your vault, inspect notes, and prepare edits for review
AI assistant plugin for working with your Obsidian vault.
/v1/chat/completions.npm install
npm run build
Then copy the contents of dist/ into:
<vault>/.obsidian/plugins/vault-chat-agent/
Enable the plugin in Obsidian community plugin settings, then configure an OpenAI-compatible provider in the plugin settings.
The plugin calls:
<API base URL>/v1/chat/completions
Remote providers usually need an API key. Local providers such as LM Studio and Ollama can leave the API key empty when using a localhost base URL.