github nyldn/claude-octopus v7.8.1
v7.8.1: Context Detection in CLI

latest releases: v9.30.0, v9.29.3, v9.29.2...
3 months ago

Context Detection in CLI

Context detection now works in orchestrate.sh CLI, not just skill instructions.

CLI Enhancements

  • auto_route() shows context - When using auto command, detected context [Dev] or [Knowledge] is displayed
  • Phase banners include context - 🔍 [Dev] DISCOVER instead of 🔍 PROBE (Discover Phase)
  • km command supports auto - Use /co:km auto to return to auto-detection mode

Knowledge Mode Toggle Updates

The km command now supports three modes:

./scripts/orchestrate.sh km on     # Force Knowledge context
./scripts/orchestrate.sh km off    # Force Dev context  
./scripts/orchestrate.sh km auto   # Return to auto-detection (new!)
./scripts/orchestrate.sh km        # Show current status

Fixed

  • CLI-REFERENCE.md - Updated to use new phase names (discover, define, develop, deliver) as primary with old names as aliases
  • Phase display boxes - Changed from PROBE (Discover) to DISCOVER with context indicator

Housekeeping

  • Cleaned up working files from previous session
  • Updated all version references to 7.8.1

Full Changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.