You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-embed diff: For PRs ≤200KB, the full diff is embedded directly in the prompt, eliminating per-file git diff tool calls. Tested on a 300-line PR: 61→20 turns, 2.28M→1.17M tokens.
Incremental reviews: Posts a <!-- hodor:sha:HEAD --> marker in review comments. On re-runs, only diffs changes since the last review (three-dot syntax, excludes upstream changes). Handles force-push gracefully.
Enable compaction: SDK auto-summarizes older turns when context grows too large (safety net for large PRs).
SDK Upgrade
Upgraded @mariozechner/pi-ai and pi-coding-agent from 0.55.1 → 0.62.0
1M context window for Claude Opus 4.6/Sonnet 4.6 (was 200K)
Better auto-compaction resilience
Faster startup via lazy-loaded provider SDKs
Added promptSnippet to submit_review tool (required since SDK v0.60.0)