Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:28

Added

  • Official Claude Code support via a dedicated claude invocation path (--dangerously-skip-permissions) in both Bash and PowerShell orchestrators (#8)
  • Regression coverage for Claude CLI detection and the Claude iteration codepath

Changed

  • Documented claude as a supported agent_cli value and marked it as an optional tool requirement

Fixed

  • PowerShell Copilot dispatch now reads Spec Kit's nested integration_settings.copilot settings, so skills-mode repositories invoke /speckit-ralph-iterate instead of the dotted speckit.ralph.iterate agent.
  • Agent CLI detection now works on bash 3.2 (the default on macOS); the previous ${var,,} lowercasing failed with bad substitution, causing every agent_cli to be reported as unsupported
  • Claude iterations now pass the speckit.ralph.iterate command text in the prompt instead of --agent speckit.ralph.iterate; Claude Code has no registered agent to select, so the old invocation always failed
  • Completion signal is now recognized only when <promise>COMPLETE</promise> stands alone on a line, so agents mentioning the token in prose (e.g. "no <promise>COMPLETE</promise>") no longer terminate the loop prematurely