Skip to content

v1.1.0 — Toast Variant + Vendored Python

Choose a tag to compare

@philipecomputacao philipecomputacao released this 20 Jun 23:39

Added

  • New plugins/llm-statusline.toast.ts server plugin that emits the rendered bar as a TUI toast on every session.idle, instead of writing to the log panel.
  • Vendored python/ directory: a self-contained copy of the upstream statusline script. The plugin no longer depends on any Claude Code install at the filesystem level.
  • OPENCODE_PROJECT_DIR environment variable as an optional override for the folder displayed in the toast.

Changed

  • Cache directory moved from ~/.cache/llm-quota-bar/ to ~/.cache/opencode-llm-statusline/ to keep state separate from upstream.
  • .gitignore now ignores python/__pycache__/.

Known Limitations

  • OpenCode 1.17.8 plugin SDK does not expose tool-call parts; the toast reflects the shell cwd, not the live project the agent is editing.
  • OpenCode's tui.showToast does not render ANSI escape codes; colors are stripped before display.