Open Bridge AI is a contextual AI workspace for Obsidian.
It connects notes, selected text, files, folders, AI responses, and local or cloud AI backends, so you can work with AI inside your vault without repeatedly copying context into a separate chat window.
The core idea is simple: when you say "this file", "this paragraph", or "that AI answer", Open Bridge AI helps the AI understand exactly what you are referring to.
Key Features
- Chat with Claude, Codex, or a custom CLI from inside Obsidian.
- Connect Codex through subscription login or API key model gateways.
- Support OpenAI-compatible providers such as OpenAI, OpenRouter, LiteLLM, One API, Ollama, and private gateways.
- Add files and folders from the file explorer as AI context.
- Add selected Markdown text as context, including file path and nearby lines.
- Quote full AI replies, selected AI text, or individual AI paragraphs back into context.
- Manage active context with lightweight context chips.
- Save sessions as Markdown inside the vault for search, review, and long-term memory.
- Show live execution progress for supported CLIs.
- Switch the interface language between Chinese, English, and Japanese.
Why Open Bridge AI
Most AI chat plugins start with an empty conversation.
Open Bridge AI starts from your workspace. It is designed for people who organize real work in notes: research, product planning, design decisions, technical documentation, writing drafts, project knowledge, and team memory.
Instead of asking the user to explain everything again, Open Bridge AI lets the user explicitly attach the current working context.
Installation
After the plugin is accepted into the community plugin directory:
- Open Settings.
- Go to Community plugins.
- Choose Browse.
- Search for Open Bridge AI.
- Install and enable the plugin.
Manual install
- Download
main.js, manifest.json, and styles.css from the latest release.
- Create this folder in your vault:
.obsidian/plugins/open-bridge-ai/
- Put the three files into that folder.
- Restart Obsidian or reload community plugins.
- Enable Open Bridge AI in Settings -> Community plugins.
Usage
- Open the Open Bridge AI view from the ribbon icon or command palette.
- Choose a backend: Claude, Codex, or Custom.
- Add context before asking:
- Right-click a file or folder and choose Add to Open Bridge AI context.
- Select Markdown text, then right-click and choose Add selection to Open Bridge AI context.
- Quote a full AI answer, selected AI text, or one AI paragraph back into context.
- Ask your question in the chat box. The active context is sent together with your message.
- Start a new session when switching topics, or continue the current session when you want the AI to remember the previous discussion.
Context Workflow
Open Bridge AI is designed around explicit context references.
You can:
- Right-click a file or folder and add it to Open Bridge AI context.
- Select text in a Markdown file and add it to context.
- Quote an entire AI response back into context.
- Select part of an AI response and quote only that fragment.
- Hover an AI paragraph and quote that paragraph as context.
The next message automatically includes the active context, so short follow-up prompts become useful:
Summarize this.
Rewrite this paragraph.
Compare these two files.
Continue from that answer.
Turn this into a clearer product note.
Model Setup
Open Bridge AI supports two Codex connection modes:
| Mode |
Best For |
What You Need |
| Subscription / Codex CLI Login |
Users already logged into Codex App or Codex CLI |
Run codex login locally |
| API Key / Model Gateway |
OpenAI, OpenRouter, LiteLLM, Ollama, private gateways |
Base URL, model name, optional API key |
Open the setup wizard from:
Settings -> Open Bridge AI -> Model gateway setup
or type:
/setup
Language
Open Bridge AI supports Chinese, English, and Japanese interface text.
Change it from:
Settings -> Open Bridge AI -> Interface language
Commands
- New Open Bridge AI chat
- Reveal Open Bridge AI chat
- Open Bridge AI chat in current pane
- Add current file to Open Bridge AI context
- Add selection to Open Bridge AI context
- Resume AI session
- Configure model gateway
- Reload Open Bridge AI
Release Files
Each GitHub release should attach:
main.js
manifest.json
styles.css
The release tag must match the version in manifest.json.
License
MIT