krisspy692 downloadsLaunch OpenCode CLI terminal sessions and browse conversation history without leaving your vault.
A plugin that embeds the OpenCode CLI directly into Obsidian. Manage your AI coding sessions, browse conversation history, and resume work without leaving your vault.
main.js, manifest.json, and styles.css from the latest releaseobsidian-opencode in your vault's .obsidian/plugins/ directoryCtrl/Cmd + P) and select "OpenCode: Open Terminal" to launch the CLI.opencode binary path, default CLI arguments, and terminal styling preferences (font size/family) in the Obsidian settings under the "OpenCode" tab.To develop the plugin, you can run the development script which automatically rebuilds the plugin when files change:
npm run dev
MIT License