v0.3.0
Highlights
- rename the project to OpenCode Status Signals
- ship a pure OpenCode TUI plugin with interactive
/theme-statesmapping - remove legacy iTerm2-specific implementation
- improve release quality with cleaner fallbacks, safer cleanup, and contribution docs
Install
Add the plugin to your OpenCode tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"theme": "opencode",
"plugin": [
[
"@guard22/opencode-status-signals",
{
"defaultTheme": "opencode",
"startedTheme": "tokyonight",
"completeTheme": "everforest",
"questionTheme": "matrix",
"permissionTheme": "orng",
"errorTheme": "dracula"
}
]
]
}