You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: witness buildWitnessStartCommand had same non-Claude agent bug as daemon
The daemon getStartCommand was already fixed (GH#2417) to skip the TOML
start_command for non-Claude agents, but the identical logic in witness
buildWitnessStartCommand was missed. Non-Claude witness agents still hit
the hardcoded exec claude TOML path, causing exit 127. Apply the same
if/else-if pattern used in the daemon fix.
Closes#2925
Co-Authored-By: Ross Story <Random-Word@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments