Permission prompts are dead with Claude v2.1.111 + Ultra Review

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.
Video description

This video shows a new update to claude code, version 2.1.111, introducing two new slash commands designed to save real time. The first, '/less-permission-prompts,' addresses frequent permission prompts by scanning session transcripts and automatically approving actions, significantly improving the developer workflow. The second skill, '/ultrareview,' enhances code review by running up to 5 agents in parallel, making it a powerful addition to ai coding tools. This update from anthropic truly makes claude code a more efficient ai assistant. Full release notes: https://code.claude.com/docs/en/changelog #Shorts #ClaudeCode #Anthropic #AICoding #DeveloperTools #SlashCommands #CodeReview #CLI