Skip to content

v0.1.4

Choose a tag to compare

@simonesiega simonesiega released this 13 Jul 20:25

Added

  • 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.