feat: release v1.2.0 — merged v1.0.0 depth with v1.1.0 improvements#1
feat: release v1.2.0 — merged v1.0.0 depth with v1.1.0 improvements#1webDarts wants to merge 2 commits into
Conversation
- Restored full 10-step pipeline (Memory Check → Discovery → Analysis → Phase Detection → Skill Mapping → Session Plan → Execution → Monitoring → Verification → Completion) - Added Step 0 Memory Check (reads MEMORY.md before work) - Added MCP-aware discovery (Codegraph, Context7, Playwright) - Added Codegraph integration guidance (search, context, callers, callees, impact, explore) - Added hybrid prompt generation with 6 phase templates - Added enhanced error recovery (Root Cause Analysis, Incremental Rollback, Graceful Degradation) - Added Rust + Go to monitoring table - Added parallel execution guidance via Agent tool - Added context budget rule (10-file limit per turn) - Added session plan checkpoint with resume support - Added output manifest and follow-up tasks - Added approval gates for destructive actions - Updated README, CHANGELOG, CONTRIBUTING, examples - Bumped package.json to 1.2.0
|
Warning Review limit reached
More reviews will be available in 58 minutes and 24 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What's New in v1.2.0
This release merges the depth of the original v1.0.0 skill with the improvements from v1.1.0.
Key Changes
.agents/memory/MEMORY.mdbefore any workcodegraph_search,codegraph_context,codegraph_impactbefore writing/editing codeAgenttool withrun_in_background: true.local/session_plan.mdwith resume-from-checkpoint supportFiles Changed
skills/autopilot/SKILL.md— complete rewrite merging both versionspackage.json— bumped to 1.2.0CHANGELOG.md— added v1.2.0 entryREADME.md— updated features and pipelineexamples/— updated with Codegraph and new patternsCONTRIBUTING.md— updated project layout and release process