Skip to content

v0.3.0

Choose a tag to compare

@floze-the-genius floze-the-genius released this 09 Apr 01:20
· 9 commits to main since this release

Highlights

  • rename the project to OpenCode Status Signals
  • ship a pure OpenCode TUI plugin with interactive /theme-states mapping
  • 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"
      }
    ]
  ]
}