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
Added responsive dashboard layouts for wide, compact, short, and very small terminals.
Added GitHub Actions checks and npm Trusted Publishing workflows.
Changed
Changed npm artifacts to use self-contained runtime bundles and TypeScript-generated root plugin declarations, reducing installation dependencies while preserving the default and named tui exports.
Changed bun run check to verify formatting, types, tests, production builds, package metadata, and isolated packed artifacts.
Changed malformed, duplicate, conflicting, and extra CLI arguments to fail deterministically on stderr.
Fixed
Fixed partial live usage windows being discarded when local usage data was unavailable.
Fixed malformed, oversized, timed-out, aborted, and non-successful live responses to produce stable warnings and safe local fallback behavior.
Fixed OpenCode registration and disposal to remain idempotent while supporting both command APIs.
Security
Bounded local traversal, file sizes, JSONL line sizes, credential files, and live response bodies while skipping nested symbolic links.
Prevented authenticated redirects, rejected unsafe endpoint protocols, and removed raw exception details from CLI and OpenCode errors.
Strengthened warning and JSON redaction so credentials, private paths, authenticated headers, and internal source metadata do not reach public output.