github nyldn/claude-octopus v8.35.0
v8.35.0 — Adaptive effort, worktree statusline, InstructionsLoaded hook

latest releases: v9.29.1, v9.29.0, v9.28.0...
one month ago

What's New

Adaptive Reasoning Effort per Phase

  • get_effort_level() now wired into spawn_agent() — was defined but never called
  • Phase-aware effort: probe/discover → medium, tangle/develop complex → high, ink/deliver complex → high
  • Exports OCTOPUS_EFFORT_LEVEL env var + includes in Agent Teams instruction JSON
  • Gated by SUPPORTS_OPUS_MEDIUM_EFFORT (Claude Code v2.1.68+)

Worktree Branch in Statusline

  • Parses worktree field from statusline input (Claude Code v2.1.69+)
  • Displays active worktree branch with 🌿 indicator during parallel agent execution
  • Works in both active-workflow and compact display modes

InstructionsLoaded Hook

  • New hook fires when CLAUDE.md loads into a session
  • Injects current phase, workflow name, effort level, autonomy mode, and recent results
  • Registered in hooks.json with 5-second timeout
  • Only fires when an active workflow session exists

All 64 pre-push tests pass. All features gated behind SUPPORTS_* flags.

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.