v0.12.1
Fixes
- Claude Code subprocess killed after 10 seconds:
exec.CommandContext+WaitDelaycreated a race where Go sent SIGKILL to the Claude Code subprocess. Switched to plainexec.Command. - Claude Code auth failure: Minimal env allowlist stripped OAuth token / config directory. Now passes full parent environment.
- NDJSON unmarshal error on subagent results: Claude Code's subagent tool results return
contentas an array of blocks. The parser now handles both string and array formats.
New
- Autopilot runs inside the TUI:
--autopilotno longer forces--no-tui. Decisions flash in a modal for 2 seconds with the chosen option highlighted in green. Press Enter to dismiss early. - Backend and autopilot tags in TUI header: Orange tag for
claude-code, purple tag for autopilot persona — always visible.
Full YOLO
tracker --backend claude-code --autopilot lax build_productClaude Code agents with file editing + terminal access, lax autopilot auto-approving gates, full TUI dashboard. Let it rip.
Full Changelog
https://github.com/2389-research/tracker/blob/main/CHANGELOG.md