Skip to content

v0.12.1

Choose a tag to compare

@clintecker clintecker released this 27 Mar 20:15

Fixes

  • Claude Code subprocess killed after 10 seconds: exec.CommandContext + WaitDelay created a race where Go sent SIGKILL to the Claude Code subprocess. Switched to plain exec.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 content as an array of blocks. The parser now handles both string and array formats.

New

  • Autopilot runs inside the TUI: --autopilot no 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_product

Claude 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