Skip to content

v0.4.0

Latest

Choose a tag to compare

@samzong samzong released this 11 Aug 15:42
a9e9276

0.4.0 (2026-08-11)

⚠ BREAKING CHANGES

  • scope: unify project scope across CLI, TUI, and sync (#118)

Features

  • bench: add CodSpeed performance benchmarks (#117) (29bbdde)
  • reflect: add broader reflection signals (#108) (de6db94)
  • reflect: add scope kind to reports (19b6474)
  • reflect: support personal scope resolution (4a7a561)
  • scope: unify project scope across CLI, TUI, and sync (#118) (fc764f9)
  • session: index portable session topology (#115) (1493329)
  • tui: navigate subagents and show session lineage (#116) (e0111cd)

Fixes

  • bench: measure steady state, and pin the measurement environment (#119) (8925d5b)
  • clipboard: fall back wl-copy -> xclip -> xsel on Linux (#111) (6b2f21f)
  • reflect: align personal scope polish (6e6d33c)
  • release: scope release-please to the root package and pre-1.0 bumps (#125) (42172b0)
  • utils: satisfy workspace clippy (5ee941f)

Performance

  • cursor: stop rebuilding global metadata once per session (#121) (396b036)
  • sync: account for what each adapter actually costs (#120) (0570dde)

Refactors

  • adapters: extract shared json and path helpers (#103) (f295faf)
  • adapters: extract shared session_state_is_current helper (#105) (8293fca)
  • adapters: extract shared usage helpers (#104) (35c8917)
  • sync: extract SyncJob for session sync orchestration (#106) (6714f61)
  • tui: centralize UI colors in Theme tokens (#114) (22625bf)
  • tui: consolidate picker state and cursor helpers (#102) (cdbe356)

Documentation

  • agents: add module-level guidance files (#101) (44debb4)
  • reflect: clarify phased scope roadmap (9ed0f68)
  • reflect: convert design to KEP format (ebd38f1)