Permission prompts are dead with Claude v2.1.111 + Ultra Review
Cloud Code Update: New Features and Enhancements
Introduction to the Update
- Cloud Code has released a new update featuring two significant SL commands aimed at improving user experience.
- The update addresses common frustrations with frequent permission prompts that disrupt workflow during sessions.
Skill One: Reduced Permission Prompts
- The first skill minimizes permission prompts by scanning recent session transcripts for previously approved read-only bash and MCP calls.
- It compiles a ranked list of these commands based on frequency, allowing users to create a streamlined allow list.
- Users can review and accept this proposed list, which automatically integrates into their dotcloud settings file with one command.
Skill Two: Ultra Review for Comprehensive Code Analysis
- The second skill, termed "Ultra Review," offers an extensive code review process utilizing parallel agents.
- By running the command without arguments, it assesses the current working branch; adding a PR number fetches specific pull requests from GitHub for analysis.
- Five agents operate simultaneously, each targeting different problem areas such as bugs, compliance issues, type errors, security risks, and context history.
Enhanced Reporting and Findings
- The findings from the Ultra Review are consolidated into a single report that ranks issues by severity while filtering out false positives through cross-checking among agents.
- Only issues above an 80% confidence threshold are included in the final report, ensuring high-quality feedback with direct file links and line numbers provided for easy reference.