Skip to content

v0.15.0

Choose a tag to compare

@StephanSchmidt StephanSchmidt released this 29 Mar 09:11
· 1609 commits to main since this release

Features

  • Add MITM proxy with traffic logging and CA certificate generation
  • Add issues panel to TUI showing open tickets from configured trackers
  • Add notification sound when Claude instance goes idle (WSL/Linux/macOS)
  • Add richer Claude Code state detection with daemon-first hook delivery
  • Add runtime log mode toggle (off/meta/full) for traffic logging
  • Add l key to TUI for cycling traffic log mode
  • Route tracker operations through daemon for better credential handling

Bug Fixes

  • Fix TUI showing wrong state for ExitPlanMode/AskUserQuestion
  • Fix stale hook state overriding JSONL when async hooks arrive out of order
  • Fix daemon env var race condition with mutex
  • Fix dispatcher seen map memory leak with bounded pruning
  • Fix env override precedence: instance-specific takes priority over global
  • Fix broken and weak test assertions across test suite

Other

  • Completed subagents now auto-hide 5s after finishing instead of lingering
  • Separate proxy and traffic intercept in init wizard
  • Configure devcontainer for MITM proxy and Node.js CA trust