Skip to content

Catalyst Dev — Change Log

Version 6.37.2

Apr 16, 2026

Claude Worker Dispatch Fixes

Fixed broken worker dispatch where the -w flag was incorrectly used with paths instead of names, causing “Invalid worktree name” errors. Workers now launch in a backgrounded subshell with proper directory switching, include --dangerously-skip-permissions to prevent TTY blocking, and capture stderr to debuggable log files instead of /dev/null.

PRs

  • dev: claude-only worker dispatch with cd subshell (CTL-58, CTL-35) (#179) (1bf3f62)