Source: deferred from PR #64
CC 2.1.120 exposes \${CLAUDE_EFFORT} (low/medium/high) as a hook env var. cc.check could vary digest verbosity by effort:
- low: only direct messages
- medium: current digest (DMs + topic activity + announcements)
- high: include peer file-recency tail and the file-overlap matrix
Saves tokens on short-burst sessions where the user just wants a fast yes/no. See plugins/cc/BACKLOG.md for full rationale.
Source: deferred from PR #64
CC 2.1.120 exposes
\${CLAUDE_EFFORT}(low/medium/high) as a hook env var. cc.check could vary digest verbosity by effort:Saves tokens on short-burst sessions where the user just wants a fast yes/no. See
plugins/cc/BACKLOG.mdfor full rationale.