Claudian is an Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault. It supports multiple providers, offers plan mode, inline editing, and MCP server integrations, with active development and releases in 2026.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claudian is an Obsidian plugin that embeds AI coding agents (Claude Code, Codex, Grok, Opencode, Pi, and more) in your vault. The vault is the agent's working directory, enabling file read/write, search, bash, and multi-step workflows.
How it works
The plugin provides a chat sidebar, inline edit, slash commands/skills, and an @mention mechanism to specify vault files or external directories. It supports Plan Mode for exploration and planning before execution, and Instruction Mode for custom instructions. It includes MCP servers to connect external tools and multiple chat tabs for conversations. It integrates various provider CLIs (Claude Code, Codex, Grok, OpenCode, Pi) and uses a provider registry/runtime to manage interactions.
Getting started
Installation
From Obsidian Community Plugins (recommended)
- Open Obsidian → Settings → Community plugins → Browse
- Search for "Claudian" and click Install
- Enable the plugin Or install directly from the community plugin page.
From source (development)
- Clone this repository into your vault's plugins folder:
cd /path/to/vault/.obsidian/plugins git clone https://github.com/YishenTu/claudian.git cd claudian - Install dependencies and build:
npm install npm run build - Enable the plugin in Obsidian:
- Settings → Community plugins → Enable "Claudian"
Development
# Watch mode
npm run dev
# Production build
npm run build
Recent releases
- 2.0.44 (2026-08-03):
- docs: clarify ownership in agent guides (#1039)
- fix: remove redundant RPC handler union type
- fix: render Codex memory citations (#1038)
- fix: avoid renderer AsyncLocalStorage
- 2.0.43 (2026-08-01):
- Add opt-in Codex ultra reasoning effort (#1020)
- fix: correct provider tool rendering and replay (#1021)
- Render Claude task tools as todo progress (#1019)
- fix: allow plan mode
- 2.0.42 (2026-08-01):
- feat: make Claude provider optional (#1014)
- fix(grok): restore provider effort metadata (#1011)
- refactor: replace provider execution architecture (#1008)
- fix: clarify optiona
- 2.0.41 (2026-07-24):
- fix: normalize abort errors and update vulnerable dependencies (#979)
- Update bun.lock
- feat: improve auto-title model selection (#978)
- fix: persist provider state for empty ch
- 2.0.40 (2026-07-22):
- feat: add Grok Build provider integration (#966)
- feat: refine chat branding and model selector (#965)
- feat: add files to Claudian from explorer (#961)
- fix: wrap input toolbar
Traction
Stars: 14536 Forks: 942 Open issues: 72
Behind the repo
The repository appears to be maintained by YishenTu and targets Obsidian plugin users requiring multiple AI provider integrations. License: MIT. Created: 2025-12-05. Last push: 2026-08-04.
Caveats
License: MIT Age: created 2025-12-05 Open issues: 72






