Claudian Plus

by wuyifan-code
5
4
3
2
1
Score: 35/100

Description

The Claudian Plus plugin turns a vault into a local AI workspace built around Codex, with support for Claude, OpenCode and Pi in the same chat surface. It keeps notes, provider sessions and dragged file or folder references close to the vault instead of pushing work into a separate remote app. A standout part is its consciousness system, which extracts useful facts from chats, stores user preferences and builds a vault knowledge index for cross session memory. It also makes local conversation history searchable and adds vault search with an insight flow that can turn source backed note context into agent tasks. The result is a coding and research workspace for people who want local control over context and memory.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

RequirementsExperimental

  • Codex CLI installed and authenticated in the local terminal

Latest Version

Invalid date

Changelog

README file from

Github

Claudian Plus

Claudian Plus keeps the power of coding agents close to your notes. It combines Codex, Claude, OpenCode, and Pi in one desktop-only Obsidian workspace while keeping conversations, memory, retrieval indexes, and provider sessions local to your Vault.

Why Claudian Plus?

Most AI chat tools forget the context that matters. Claudian Plus starts from the opposite assumption: your notes are the workspace, the conversation is a working session, and useful conclusions should remain discoverable after the chat is closed.

You want to… Claudian Plus gives you…
Work with the agent you already use Codex-first defaults, provider-native sessions, model discovery, and separate permission flows
Keep the Vault in the loop @note / @folder context, drag-and-drop files, images, editor selection, File Explorer actions, Canvas, Properties, and links
Find something you discussed last month Local conversation history search, restore, fork, rewind, and provider-native replay
Build a second brain without a cloud index Opt-in memory, awareness files, incremental Vault retrieval, source previews, and optional local embeddings
Stay oriented in a long conversation A compact floating outline that surfaces user prompts and assistant headings while collapsing thought/tool noise

Highlights

Codex-first, provider-aware

Codex is the default agent when available, with a preference for gpt-5.6-sol when the local CLI exposes it. Claude, OpenCode, and Pi remain first-class alternatives, but each provider keeps its own capabilities, history format, permissions, and runtime boundary.

Local memory and retrieval

  • Opt-in automatic memory extraction and explicit remember/forget commands.
  • Awareness files for long-term memory, user profile, short-term context, and activity.
  • Incremental Vault retrieval with lexical, CJK n-gram, path, heading, link, recency, and character n-gram signals.
  • /vault-search for source-backed search and /insight for a cited insight workflow.
  • Optional semantic reranking through a local Ollama or OpenAI-compatible embeddings endpoint. It is disabled by default and falls back to local lexical search.

Native Obsidian context

Bring context into the composer with @note, @folder, drag-and-drop, image attachments, and File Explorer actions. Provider-native tools can read and, with approval, update Canvas, Properties, links, and graph neighbors. Writes remain Vault-scoped, show a structured diff, and support session-level undo where available.

A calmer chat surface

The floating outline is designed for navigation, not decoration: prompt markers and assistant headings stay visible, while thoughts and tool output remain collapsed in the chat body. Choose the bars or dots style from settings.

One workspace for agent resources

Manage MCP servers, slash commands, Skills, subagents, provider enablement, and environment snippets from the same settings surface. UI language follows the selected Obsidian locale.

Install from a release

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create <vault>/.obsidian/plugins/claudian-plus/.
  3. Copy the three files into that directory.
  4. In Obsidian, open Settings → Community plugins and enable Claudian Plus.

Claudian Plus is desktop-only because it integrates with local agent CLIs and desktop filesystem capabilities.

Build from source

Requirements: Node.js 24 and at least one supported provider CLI.

git clone https://github.com/wuyifan-code/Claudian-plus.git
cd Claudian-plus
npm ci
npm run typecheck
npm run build

To copy the production build directly into a Vault, set OBSIDIAN_VAULT in .env.local:

OBSIDIAN_VAULT=D:\\Obsidian\\My Vault

Then run npm run build again. The build copies the three plugin files into <vault>/.obsidian/plugins/claudian-plus/.

First run

  1. Install and authenticate a provider CLI. Codex is the default provider when it is available.
  2. Open Claudian Plus → Settings. If Obsidian does not inherit your shell PATH, set the provider's absolute CLI path.
  3. Keep the permission mode at normal until you understand the provider-specific approval flow.
  4. Enable memory, automatic Vault context, review, and link suggestions only when you want those features.
  5. For semantic retrieval, run a local embedding service such as Ollama, enable Local semantic search, and configure the endpoint/model in settings.

Useful commands and workflows

  • Open chat view — open the main Claudian Plus workspace.
  • Quick agent input — send a focused request with the current editor context.
  • Search conversations — filter saved history by title, provider, model, date, or first message.
  • Open vault health — inspect retrieval, provider, and Vault diagnostics.
  • Rebuild vault retrieval index — rebuild the local source index after a large Vault change.
  • Open memory file / Scan vault knowledge — inspect or refresh the local memory layer.
  • Undo last Canvas write — undo an approved Canvas operation during the current Obsidian session.

Inside the composer, use /vault-search <query> for source search and /insight <topic> for a source-grounded insight task. You can drag a note or folder into the composer at any time.

Privacy, permissions, and storage

Claudian Plus has no telemetry service. Provider requests are sent only through the provider, CLI, SDK, MCP server, or embedding endpoint that you explicitly configure. Vault retrieval and memory data are stored locally under .claudian-plus/.

The plugin reads legacy .claudian/ data and migrates it to .claudian-plus/ when the relevant data is next saved. Do not run an old Claudian build and Claudian Plus against the same Vault at the same time. Agent tools can read files, run commands, and modify approved Vault data; review the active provider and permission mode before working with sensitive notes.

Verification

npm run typecheck
npm run lint
npm run test
npm run test:architecture
npm run build
npm run check:performance

Upstream projects, licenses, and thanks

Claudian Plus is built on the work of two upstream projects. Their authors and license terms remain part of this distribution:

Upstream project Original author License Contribution to Claudian Plus
Claudian Yishen Tu MIT Core Obsidian agent workspace, provider architecture, chat/session foundation, and the original Claudian workflows
Codian BCS1037 / BCS AGPL-3.0 Adapted live composer, File Explorer actions, shared Skills management, provider service settings, and related UX improvements

Thank you to Yishen Tu, BCS, and both project communities for publishing the ideas and code that made this fork possible. See NOTICE for the file-level attribution summary.

This repository contains original work together with code under different upstream licenses. The MIT license applies to the Claudian-derived and original portions; Codian-derived portions retain the AGPL-3.0 obligations described by their upstream license. If you redistribute or modify those portions, follow the applicable upstream terms.

License

See LICENSE and NOTICE. The upstream license terms above are part of this distribution.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
PARA Shortcuts
5 years ago by gOAT
This plugin serves usefull commands to setup and manage your knowledge using the PARA method.
Note Linker
4 years ago by Alexander Weichart
🔗 Automatically link your Obsidian notes.
Smart Connections
4 years ago by Brian Petro
Find related notes and excerpts while writing. Your link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.
Canvas Conversation
4 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
Khoj
4 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
WuCai highlights Official
3 years ago by 希果壳五彩
WuCai highlights Official, for Sync highlights into your obsidian notes
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
Ring a secretary
3 years ago by vorotamoroz
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Copilot
3 years ago by Logan Yang
THE Copilot in Obsidian
AI Mentor
3 years ago by clementpoiret
brAIn
3 years ago by lusob
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
Pieces for Developers
3 years ago by Pieces For Developers
Pieces' powerful extension for Obsidian-MD that allows users to access their code snippets directly within the Obsidian workspace
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
Wikidata Importer
3 years ago by Sam Rose
A plugin for importing data from Wikidata into your Obsidian vault.
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
ChatGPT Definition
3 years ago by julix14
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
AI Editor
3 years ago by Zekun Shen
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Canvas LLM Extender
3 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
ChatCBT
3 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
Intelligence
3 years ago by John Mavrick
Gemini Assistant
2 years ago by eatgrass
Your AI assistant in obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
AI Summarize
2 years ago by Alp Sariyer
Easy to use AI Summary tool for your notes in Obsidian
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
AI Chat
2 years ago by arenasys
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Ayanite
2 years ago by jemstelos
Rapid AI
2 years ago by Rapid AI
AI Assistant for selected text and generating content with Markdown. Shortcuts and quick action buttons provide instant AI assistance. It provides a high availability API for unlimited Chat GPT request rates, so you can ensure smooth work for any workload.
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
Better Recall
2 years ago by FlorianWoelki
A better spaced repetition and recall plugin for Obsidian inspired by Anki.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
Note Reviewer
2 years ago by Travis Linkey
An obsidian plugin to help review notes that have been taken
Mesh AI
2 years ago by Chasebank87
Spaced Repetition
5 years ago by Stephen Mwangi
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
ExMemo Client
2 years ago by Yan.Xie
exmemo obsidian plugin
Gemini Scribe
2 years ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
AI bot
2 years ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
Simple Quiz
2 years ago by Ivan Kalmar
Creating simple quizzes.
LLM workspace
2 years ago by Olivér Falvai
Smart Context
2 years ago by 🌴 Brian
Replicate
2 years ago by Sébastien Dubois
Integrate Replicate.com with Obsidian
AI Revisionist
a year ago by Synaptic Labs
YouTube Video Summarizer
a year ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
InlineAI
a year ago by FBarrca
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
Vector Search
a year ago by Ashwin A Murali
Obsidian plugin for Vector Search
Feedly Annotations Sync
a year ago by Nick Felker
Download my Feedly annotations
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
CAO
a year ago by Godot
Claude AI for Obsidian
hello nemesis
a year ago by Dian
Note ID
a year ago by Dominik Mayer
Displays notes by their ID, enabling structured sequences for manuscripts or a Zettelkasten ("Folgezettel")
Vision Recall
a year ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
KOI Sync
a year ago by Luke Miller
AI Tagger Universe
a year ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
InfoFlow
a year ago by RockieStar Inc.
Obsidian plugin for InfoFlow.app - This plugin integrates InfoFlow with Obsidian, allowing you to sync your saved articles, web pages, notes, and highlights directly into your Obsidian vault.
LLM Test Generator
a year ago by Aldo E George
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
ClipperMaster
a year ago by aqeja
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
Vault LLM Assistant
a year ago by Brians Tjipto
An obsidian notebook plugin that uses LLM (OpenAI or Gemini) to answer questions and create new notes about your vault
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
deepseek-ai-assistant
a year ago by algernon
Publish Note to Mowen Note
a year ago by ziyou
This is a mowen plugin for Obsidian (https://obsidian.md)
AI Image OCR
a year ago by Rootiest
Obsidian plugin for AI-powered text extraction from images
AI Companion
7 months ago by Kowshik
An Obsidian plugin that provides AI assistance using OpenAI's API, triggered by the `/ai` slash command.
YOLO
6 months ago by Lapis0x0
Agent-native AI assistant — chat, write, learning, all in one.
AI Transcriber
6 months ago by Musashino Software
AI-powered speech-to-text transcription using OpenAI GPT-4o and Whisper APIs
Nova
6 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.
Understory
a month ago by Rosetta Zidian Guo
Local-first knowledge layer for relationship discovery, ER facts, graph analysis, and optional model-powered insights. - This plugin has not been manually reviewed by Obsidian staff.
LLM Hub
6 days ago by TAKESHI MORITA
AI assistant with chat, workflow automation, and semantic search (RAG). Supports Gemini, OpenAI, Anthropic, OpenRouter, Grok, local LLMs, and CLI backends. - This plugin has not been manually reviewed by Obsidian staff.