Skip to content

Releases: hardbyte/obsidian-llm-plugin

Obsidian LLM Plugin v1.0.0

27 Jan 03:40

Choose a tag to compare

A plugin that integrates LLM CLI tools directly into Obsidian, letting you chat with AI agents that can read and write files in your vault.

Features

  • Multi-Provider Support - Claude, OpenCode, Gemini, and Codex
  • ACP Mode - Persistent connections for faster multi-turn conversations (enabled by default)
  • Streaming Responses - Real-time output with thinking/tool-use progress indicators
  • Vault Integration - LLMs can read your notes and create new ones
  • Open Files Context - Optionally include content from open notes
  • System Prompt from File - Use any markdown file as your system prompt
  • Session Continuation - Follow-up messages reuse sessions
  • Full Markdown Rendering - Including Obsidian internal links
  • Interactive Elements - Checkboxes and buttons in responses work
  • Quick Prompts - Commands for summarizing, explaining, improving selected text

Requirements

At least one CLI tool installed:

Installation

Via BRAT (recommended):

  1. Install BRAT from Community Plugins
  2. Add beta plugin: hardbyte/obsidian-llm-plugin

Manual: See Installation instructions