Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 20:22
· 2 commits to master since this release

[1.1.0] - 2026-01-25

Added

  • session: Color line changes green/red for +/-

  • Support Claude Code native context_window API (#71)

  • Add Linux ARM64 (aarch64) support

  • Prioritize CLAUDE_CONFIG_DIR over default credentials path

Changed

  • credentials: Extract read_token_from_path() to reduce duplication
  • patcher: Migrate all patches to tree-sitter AST parsing
  • patcher: Optimize AST parsing and fix verbose property matching

Fixed

  • context-window: Prioritize models.toml config over native API

  • ui: Sync Usage segment colors with TOML theme configs

  • Improve musl detection and add security improvements

  • Remove fake checksum placeholder for ARM64 musl toolchain

Miscellaneous

  • Release v1.1.0

Revert

  • Remove native context_window API support (#71)