No description
Find a file
2026-07-20 01:10:42 +09:00
.claude fix: remove zero-width Unicode characters from skill file 2026-05-14 23:24:53 +09:00
.github ci: scope the workflow token to read-only 2026-07-04 02:01:38 +09:00
.vscode Enable Prettier formatting for CSS 2025-10-29 20:38:23 +09:00
.zed Enable Prettier formatting for CSS 2025-10-29 20:38:23 +09:00
docs docs: add README screenshots 2026-07-18 10:59:16 +09:00
src feat(button-block): focus the target embedded chat on delivery 2026-07-17 18:50:08 +09:00
test feat(agents): add the Kiro preset 2026-07-16 02:22:32 +09:00
.editorconfig Initial commit 2025-09-18 18:47:14 +09:00
.gitignore chore: add plan/ to .gitignore 2026-03-22 01:56:14 +09:00
.npmrc fix(ci): set legacy-peer-deps to fix npm ci ERESOLVE 2026-06-20 14:11:37 +09:00
.prettierignore Add VitePress documentation site for Agent Client 2025-12-14 01:53:46 +09:00
.prettierrc Add prettier and editor settings 2025-10-29 20:26:01 +09:00
AGENTS.md docs(kiro): add the setup page and promote Kiro from custom example 2026-07-16 02:22:32 +09:00
ARCHITECTURE.md docs: update ARCHITECTURE.md to reflect current architecture after refactoring 2026-04-03 17:41:36 +09:00
CLAUDE.md chore: migrate claude-agent-acp references from @zed-industries to @agentclientprotocol 2026-03-26 20:48:40 +09:00
CONTRIBUTING.md docs: update CONTRIBUTING.md architecture section and naming conventions 2026-04-03 17:43:45 +09:00
esbuild.config.mjs Replace builtin-modules with node:module builtinModules 2025-12-14 19:34:37 +09:00
eslint.config.mjs chore(lint): report sentence-case as a warning instead of an error 2026-07-04 01:40:41 +09:00
GEMINI.md chore: migrate claude-agent-acp references from @zed-industries to @agentclientprotocol 2026-03-26 20:48:40 +09:00
LICENSE chore(license): update copyright year to 2025-2026 and add NOTICE file 2026-06-06 01:55:16 +09:00
manifest.json Update version to 0.12.0-preview.1 2026-07-17 01:20:11 +09:00
NOTICE chore(license): update copyright year to 2025-2026 and add NOTICE file 2026-06-06 01:55:16 +09:00
package-lock.json Update version to 0.12.0-preview.1 2026-07-17 01:20:11 +09:00
package.json Update version to 0.12.0-preview.1 2026-07-17 01:20:11 +09:00
README.ja.md docs: localize the contributors heading in the Japanese README 2026-07-20 01:10:42 +09:00
README.md docs: revamp the README 2026-07-20 00:55:06 +09:00
styles.css feat(button-block): show the plugin icon on agent buttons 2026-07-17 00:41:14 +09:00
tsconfig.eslint.json fix(wsl): launch agents via --exec login-shell + argv, forward env via WSLENV 2026-06-05 13:16:28 +09:00
tsconfig.json chore(tsconfig): declare the ES2020 lib the code already uses 2026-07-14 13:23:47 +09:00
version-bump.mjs Use double quotes and import process in version-bump.mjs 2025-12-14 19:35:46 +09:00
versions.json Update version to 0.11.0-preview.2 2026-06-20 14:03:12 +09:00
vitest.config.mts fix(wsl): launch agents via --exec login-shell + argv, forward env via WSLENV 2026-06-05 13:16:28 +09:00

Agent Client Plugin for Obsidian

GitHub Downloads License GitHub release GitHub last commit GitHub Discussions

日本語はこちら

Add to Obsidian

Buy Me A Coffee

Chat with Claude Code, Codex, Gemini CLI, and any ACP agent right in Obsidian — mention your notes with @ and let the agent read and edit them in your vault. No copy-paste.

MCP servers, Agent Skills, slash commands, permission prompts — whatever your agent can do, it works here out of the box.

Built on the Agent Client Protocol (ACP) by Zed.

Chat with an agent in the sidebar, right next to your notes

Turn Your Vault into a Front End for Your Agents

Side by side. Run several agents at once — in sidebar tabs, editor tabs, or floating windows — each with its own session and model. Broadcast a prompt to all of them, or cycle focus with a hotkey.

Three agents running side by side in editor tabs

Any folder. Point a chat at any directory with New chat in directory — a code project, a writing project, wherever your agent normally works. The agent picks up that folder's context files and project configuration, and you can still hand it vault notes with @ mentions.

In your notes. Embed a live chat inside any note with a code block — pin an agent, and let the conversation survive restarts with persist. Or add one-click agent buttons that fire a prepared prompt.

Mission control. The Session Manager lists every open conversation across sidebar, tabs, floating windows, and notes, with live status icons — including "waiting for permission". Click any entry to jump straight there.

Any ACP agent. Six presets — Claude Code, Codex, Gemini CLI, Mistral Vibe, OpenCode, Kiro — plus any ACP-compatible agent as a custom entry. New agent ships ACP support tomorrow? Add it as a custom entry — no plugin update needed.

Features

  • Note Mentions: Reference notes with @ — fuzzy search over names, paths, and aliases. The active note is auto-mentioned, down to the exact lines you selected
  • Obsidian-Ready Answers: Agents are instructed to reply with [[wikilinks]], $LaTeX$, and clean Markdown tables (configurable)
  • Wikilink Context: [[links]] inside mentioned notes are surfaced as paths so the agent can decide which ones to read
  • MCP & Skills: Agents use the MCP servers and skills they already have — nothing to configure in the plugin
  • Slash Commands: Your agent's / commands, with inline argument hints
  • Images & Files: Paste or drag-and-drop into the chat
  • Modes, Models & Config: Switch them mid-session from the input toolbar, with a context-usage indicator
  • Visible Edits: Note edits show up as word-level diffs in the chat — you see exactly what changed
  • Permission Prompts: Approve or reject each agent action — from the banner or with a hotkey. Auto-allow is opt-in
  • Session History: Conversations are saved locally — resume or fork past sessions (agent-dependent)
  • Chat Export: Save conversations as Markdown notes with frontmatter, manually or automatically
  • Terminal Integration: Agents run commands with live output in the chat
  • Floating Chat: Draggable chat windows independent of the workspace — they remember their size and position
  • WSL Mode: Run agents inside WSL on Windows

Installation

  1. Open Settings → Community Plugins → Browse
  2. Search for "Agent Client"
  3. Click Install, then Enable

Get Started

  1. Install and authenticate an agent, following its setup guide:

    Claude Code · Codex · Gemini CLI · Mistral Vibe · OpenCode · Kiro · Custom Agents

  2. Open Settings → Agent Client and check the agent's path — Auto-detect usually finds it

  3. Click the robot icon in the ribbon and start chatting

Full Documentation

Security & Permissions

Agent Client is a desktop-only plugin. It launches your locally installed agents as child processes and lets them run terminal commands — that is the core of what it does. The filesystem is only probed read-only for the Auto-detect button; all note reading and writing goes through Obsidian's vault API.

Keep in mind that the agents themselves have the same full system access they have in a terminal. The plugin surfaces every permission request so you can approve or reject each action; Auto-allow permissions (off by default) skips those prompts entirely — enable it only if you understand the implications.

API keys are stored in Obsidian's Keychain, never as plain text. What leaves your machine is what you send to your agent's provider: your messages, mentioned notes, and attachments.

Other Ways to Install

Via BRAT (Pre-release Versions)

To try pre-release versions before they are published to Community Plugins:

  1. Install the BRAT plugin
  2. Go to Settings → BRAT → Add Beta Plugin
  3. Paste: https://github.com/RAIT-09/obsidian-agent-client
  4. Enable Agent Client from the plugin list

Manual Installation

  1. Download main.js, manifest.json, styles.css from Releases
  2. Place them in VaultFolder/.obsidian/plugins/agent-client/
  3. Enable the plugin in Settings → Community Plugins

Development

npm install
npm run dev

For production builds:

npm run build

License

Apache License 2.0 — see LICENSE for details.

Contributors

Thanks to everyone who has contributed!

Contributors