adumont/opencode_status_plugin — explained in plain English
Analysis updated 2026-05-18
See at a glance whether your opencode session is idle or busy without checking the terminal output.
Get an immediate visual signal when a session or a command run inside it errors out.
Notice right away when opencode needs a permission confirmation or is asking you a question.
| adumont/opencode_status_plugin | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Bun to build and an existing opencode installation to load the plugin.
This project is a small plugin for opencode, a terminal based coding tool. Its only job is to update the title of your terminal window so you can tell at a glance what the current session is doing, without needing to look back through the terminal output itself. The plugin swaps in different icons depending on the session state. A green circle means the session is idle and waiting. Two other icons mark a session that is busy and actively working. A red circle flags an error in the session or in something that ran. A warning icon appears when opencode is waiting for you to confirm a permission request. A question mark shows up when opencode is asking you something directly through its built in question tool. To use it, you first build the plugin with a single command using Bun, which produces a bundle file that opencode loads. From there you can package it as a tarball with npm pack, which creates a versioned .tgz file, or you can skip packaging entirely and copy the built file straight into opencode's global plugins folder. Either way, you point opencode's own configuration file at the resulting file so it loads automatically. If you install by tarball, the config needs to reference the exact path to that .tgz file, and if the plugin's name or version changes later, that path has to be updated too. The README lays out a short recommended workflow: build the plugin, pack it, copy the exact tarball path into your opencode configuration, then restart opencode so the new title indicator takes effect. This is a lightweight utility rather than a full application. It has no other stated features beyond terminal title updates tied to session status, and the project currently has just one star, which suggests it is an early, personal tool rather than something with a wide user base yet.
A small opencode plugin that updates your terminal title with icons showing whether the current coding session is idle, busy, erroring, or waiting on you.
Mainly TypeScript. The stack also includes TypeScript, Bun, npm.
No license information is provided in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.