You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.