Skip to content

Phanes v3.0.1

Choose a tag to compare

@Aloim Aloim released this 20 Jul 23:48
· 9 commits to main since this release

Patch over v3.0.

Fixed

  • Effort-control rubric corrected. Effort frontmatter is honored on no native in-session spawn path (anthropics/claude-code #43083, open; #64033 and #65598 closed as duplicates of it). The only working lever is session-level effort set at launch with --effort or CLAUDE_CODE_EFFORT_LEVEL, never /effort or /model mid-run, since both leak to the global settings file (#57618, #49076).

Added

  • Per-Agent Effort Delivery, a temporary CLI-spawn bridge. The session launches at the orchestrator's peak need (high by default, xhigh for design-heavy runs). To lift a heavy archetype above the baseline, the orchestrator spawns it as its own process, claude --bg "<prompt>" --agent <name> --effort <level> --permission-mode <mode>, monitored with claude agents --json and collected with claude logs <id>. Upward only. The subsection is removed when #43083 ships.

Changed

  • Template library re-stamped to v3.0.1 with no script change, so the fetch-time version check matches the prompt stamp.