-
Notifications
You must be signed in to change notification settings - Fork 198
chore: release v1.995.0 #11570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release v1.995.0 #11570
Conversation
feat: regenerate asset data 01/04/2026 Co-authored-by: asset-generation-bot <action@github.com>
* docs: improve test agent autonomy and task completion guidance Adds comprehensive guidance for autonomous testing without requiring "babysitting": **New Sections Added**: - Autonomy and Task Completion Principles - Complete all sub-tasks before reporting - Understanding scope and planning - Making autonomous decisions - Execution discipline with TodoWrite tracking - Anti-Patterns to Avoid - Don't ask permission for obvious next steps - Don't provide mid-stream progress reports - Don't stop when encountering issues - Don't ask what to test or require clarification on standard procedures - Example: Autonomous Testing Session - Real-world example based on HyperEVM testing - Shows correct vs incorrect autonomous execution - Demonstrates TodoWrite usage for task tracking **Updated Workflow**: - Emphasizes parsing full scope before starting - TodoWrite for tracking progress (not reporting) - Execute ALL tests before reporting - Report only once when entire scope is complete **Context**: Based on release v1.993.0 testing session where guidance was needed to complete all requested sub-tasks. This update ensures future test sessions run autonomously without requiring intermediate direction. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * docs: add subagent orchestration guidance for PR testing Adds comprehensive guidance on using subagents for orchestration during complex multi-feature testing, especially for release PRs. **New Section: Orchestration with Subagents** - When to use subagents vs direct execution - Orchestration pattern (parse, break down, launch, monitor, aggregate, report) - Benefits of subagent approach (parallel execution, specialized expertise, better context) - Example orchestration for multi-PR release testing - Guidance on crafting subagent task prompts **Updated Examples** - Example 1: Direct execution for single-feature testing (swap slippage UI) - Example 2: Orchestration approach for release PR testing (v1.993.0) - Shows domain breakdown (Tron, assets, HyperEVM, Thor/Maya, Ledger) - Demonstrates parallel subagent launches - Shows aggregation and comprehensive reporting **Updated Anti-Patterns** - Direct execution anti-patterns (asking permission, mid-stream reports) - Orchestration anti-patterns (sequential launches, partial reporting) **Key Principle**: - Direct execution: Simple, focused tests on single features - Orchestration: Complex, multi-domain release testing with parallel subagents 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ 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 |
feat: broccoli compression (#11564)
docs: improve test agent autonomy and orchestration guidance (#11561)
fix: prevent trade status indicator text from overflowing container (#11567)
feat: revert thor/maya endpoints/second-class chains (#11562)
feat: regenerate asset data 12/31/2025 (#11559)
fix: trade routing (#11560)
chore(deps): bump qs from 6.11.0 to 6.14.1 (#11551)
chore(deps): bump axios-cache-interceptor from 1.5.3 to 1.11.1 (#11547)
fix: chain selection dropdown overflow (#11546)