Skip to content

0.2.0

Choose a tag to compare

@loocor loocor released this 08 Nov 18:30
· 272 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Features: Added gpt-5-codex-mini default wiring and the new kimi-k2-thinking provider slot so users can choose
    both models across settings, providers, and CLI resume flows.
  • Features: Usage capsule now surfaces full Codex/Claude telemetry with richer status text, duplicate suppression,
    and updated Claude log parsing so hover/popover refreshes show live 5h/weekly limits.
  • Features: Embedded terminal batching + drag-insert enhancements and a streamlined Git Review tree/panel
    dramatically smooth large-repo workflows.
  • Features: Detail panes keep independent Timeline/Terminal/Review tabs per session, CLI path handling is hardened,
    and terminal font/cursor customization is exposed.
  • Refactors: Sidebar/project selection switched to snapshot-driven Equatable containers, and UsageStatusControl +
    sidebar scaffolding were reorganized for predictable diffing.
  • Fixes: Per-session detail tab state no longer bleeds across sessions, eliminating surprise tab jumps after
    navigation.
  • Performance: Sidebar/path tree/terminal rendering now relies on cached digests + incremental PathTreeStore
    updates, cutting AttributeGraph/Metal churn; Claude usage parsing runs off the main actor for snappier refreshes.