git404hub

what is opencode_status_plugin fr?

adumont/opencode_status_plugin — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · developerComplexity · 2/5Setup · easy

tl;dr

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.

vibe map

mindmap
  root((opencode-status-plugin))
    What it does
      Updates terminal title
      Shows session status icons
    Tech stack
      TypeScript
      Bun
      npm
    Use cases
      Spot idle sessions
      Catch errors fast
      See permission prompts
    Audience
      opencode users
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

See at a glance whether your opencode session is idle or busy without checking the terminal output.

VIBE 2

Get an immediate visual signal when a session or a command run inside it errors out.

VIBE 3

Notice right away when opencode needs a permission confirmation or is asking you a question.

what's the stack?

TypeScriptBunnpm

how it stacks up fr

adumont/opencode_status_plugin0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyhardeasy
Complexity2/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Bun to build and an existing opencode installation to load the plugin.

No license information is provided in the README.

in plain english

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.

prompts (copy fr)

prompt 1
Help me build and package this opencode plugin using bun run build and npm pack.
prompt 2
Show me how to point my opencode.json config at a local plugin tarball file.
prompt 3
Explain how to install this status plugin by copying the built file into opencode's global plugins folder instead of using a tarball.
prompt 4
Walk me through the recommended workflow for updating this plugin after I change its version number.

Frequently asked questions

what is opencode_status_plugin fr?

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.

What language is opencode_status_plugin written in?

Mainly TypeScript. The stack also includes TypeScript, Bun, npm.

What license does opencode_status_plugin use?

No license information is provided in the README.

How hard is opencode_status_plugin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is opencode_status_plugin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.