Preflight Checklist
Problem Statement
Problem Statement
Opus 4.5 introduced an effort parameter (low/medium/high) via the API that controls token usage and response thoroughness. This is currently not exposed in Claude Code CLI.
Proposed Solution
Proposed Solution
Add ability to configure the effort level via:
- Environment variable:
CLAUDE_CODE_EFFORT=medium
- Settings file:
~/.claude/settings.json with "effort": "medium"
- CLI flag:
claude --effort medium
- Slash command:
/effort medium
Use Case
- Use
low for simple tasks, faster responses
- Use
medium for balanced performance (76% fewer tokens than Sonnet)
- Use
high (default) for complex reasoning tasks
References
Alternative Solutions
No response
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
No response
Additional Context
No response
Preflight Checklist
Problem Statement
Problem Statement
Opus 4.5 introduced an effort parameter (low/medium/high) via the API that controls token usage and response thoroughness. This is currently not exposed in Claude Code CLI.
Proposed Solution
Proposed Solution
Add ability to configure the effort level via:
CLAUDE_CODE_EFFORT=medium~/.claude/settings.jsonwith"effort": "medium"claude --effort medium/effort mediumUse Case
lowfor simple tasks, faster responsesmediumfor balanced performance (76% fewer tokens than Sonnet)high(default) for complex reasoning tasksReferences
Alternative Solutions
No response
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
No response
Additional Context
No response