Hsiao Evan152 downloadsA contextual AI workspace that connects notes, selections, files, AI replies, and local or cloud model backends.
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.
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.
After the plugin is accepted into the community plugin directory:
main.js, manifest.json, and styles.css from the latest release..obsidian/plugins/open-bridge-ai/
Open Bridge AI is designed around explicit context references.
You can:
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.
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
Open Bridge AI supports Chinese, English, and Japanese interface text.
Change it from:
Settings -> Open Bridge AI -> Interface language
Each GitHub release should attach:
main.js
manifest.json
styles.css
The release tag must match the version in manifest.json.
MIT