github nyldn/claude-octopus v7.19.1
v7.19.1 - Critical Runtime Bug Fixes

latest releases: v9.15.2, v9.15.1, v9.15.0...
one month ago

🐛 Bug Fixes

Critical Runtime Bugs

Fixed three bugs that prevented v7.19.0 probe phase execution:

  1. Command Validation - validate_agent_command() now accepts NODE_NO_WARNINGS and env command prefixes

    • Issue: Gemini commands with NODE_NO_WARNINGS=1 prefix were rejected as invalid
    • Fix: Added NODE_NO_WARNINGS* and env* to command whitelist
    • Impact: Gemini warning suppression (P2.2) now works correctly
  2. Timestamp Arithmetic - Replaced date +%s%3N with portable calculation

    • Issue: %3N (nanoseconds) caused "value too great for base" error on macOS
    • Fix: Use $(date +%s) * 1000 for millisecond timestamps
    • Impact: Agent timing metrics now work on all platforms
  3. Variable Substitution - Fixed ${agent^} bad substitution error

    • Issue: Bash parameter expansion failed in status display
    • Fix: Assign to intermediate agent_display variable before expansion
    • Impact: Rich progress display (P1.2) now renders correctly

All bugs discovered during live embrace workflow execution and fixed immediately.

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.