fix: update CLI help snapshots for --auto-approve and acp#1966
Merged
serrrfirat merged 1 commit intostagingfrom Apr 3, 2026
Merged
fix: update CLI help snapshots for --auto-approve and acp#1966serrrfirat merged 1 commit intostagingfrom
serrrfirat merged 1 commit intostagingfrom
Conversation
The import-feature-gated help snapshots were stale after the --auto-approve flag and ACP subcommand were added, causing CI snapshot test failures. https://claude.ai/code/session_01Vfo7aFbVDpibtH7EsDAUSE
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the CLI help output snapshots to reflect the addition of the acp subcommand for managing ACP agents and the --auto-approve flag, which allows for skipping interactive prompts during tool execution. I have no feedback to provide.
serrrfirat
approved these changes
Apr 3, 2026
Collaborator
serrrfirat
left a comment
There was a problem hiding this comment.
Reviewed locally and in the worktree. The snapshot updates match the current CLI help output, and the relevant all-features snapshot tests pass.
This was referenced Apr 3, 2026
serrrfirat
pushed a commit
that referenced
this pull request
Apr 5, 2026
) The import-feature-gated help snapshots were stale after the --auto-approve flag and ACP subcommand were added, causing CI snapshot test failures. https://claude.ai/code/session_01Vfo7aFbVDpibtH7EsDAUSE Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Apr 5, 2026
This was referenced Apr 7, 2026
drchirag1991
pushed a commit
to drchirag1991/ironclaw
that referenced
this pull request
Apr 8, 2026
…arai#1966) The import-feature-gated help snapshots were stale after the --auto-approve flag and ACP subcommand were added, causing CI snapshot test failures. https://claude.ai/code/session_01Vfo7aFbVDpibtH7EsDAUSE Co-authored-by: Claude <noreply@anthropic.com>
This was referenced Apr 8, 2026
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
import-feature-gated CLI help snapshot tests (test_help_output,test_long_help_output) were stale after the--auto-approveflag andacpsubcommand were addedwithout_importsnapshot variants were updated; thewith_importvariants were missedTests (all-features)to fail with exit code 101 on the staging promotion PR chore: promote staging to staging-promote/aa59ca09-23935258795 (2026-04-03 07:27 UTC) #1959Test plan
cargo test --lib cli::tests --all-featurespasses locallyhttps://claude.ai/code/session_01Vfo7aFbVDpibtH7EsDAUSE