Skip to content

feat: support reasoning effort level ~effort=<level> on review agents - #146

Merged
atomantic merged 2 commits into
mainfrom
feat/review-with-effort-level
Aug 16, 2026
Merged

feat: support reasoning effort level ~effort=<level> on review agents#146
atomantic merged 2 commits into
mainfrom
feat/review-with-effort-level

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Summary

Adds support for ~effort=<level> suffix on --review-with entries across all review commands (/do:pr, /do:release, /do:review, /do:better, /do:better-swift, /do:depfree, /do:rpr, /do:config).

Features & Updates

  • Grammar: entry := ( <agent> [ "[" <model> "]" ] | "@" <login> ) ( "~opt" | "~max=" <n> | "~effort=" <level> )*
  • Valid effort levels: low, medium, high, xhigh, max.
  • Suffixes chain in any order and ride through /do:config saved defaults in canonical order (~opt -> ~max=<n> -> ~effort=<level>).
  • Dedicated forwarding to reviewer loops (local-agent-review-loop.md and ollama-review-loop.md).
  • Documented in README.md (including Typical Developer Loop example & assistant syntax details) and PRD.md.
  • Added unit tests & contract assertions.

@atomantic
atomantic merged commit 024895a into main Aug 16, 2026
@atomantic
atomantic deleted the feat/review-with-effort-level branch August 16, 2026 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant