Merged
Conversation
Entire-Checkpoint: d9d99712b16b
Contributor
There was a problem hiding this comment.
Pull request overview
Updates entire enable so that manual-commit is the default strategy (instead of prompting for strategy selection), and documents/tests that behavior.
Changes:
- Updates
entire enablehelp text to clearly statemanual-commitis the default and how to switch strategies via--strategy. - Removes the interactive strategy-selection prompt; interactive enable now proceeds using
strategy.DefaultStrategyName(manual-commit). - Adds an integration test that runs
entire enablewithout--strategy(in accessible mode) and asserts the saved strategy ismanual-commit; updates README accordingly.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cmd/entire/cli/setup.go | Defaults interactive enable to manual-commit; updates command long help text accordingly. |
| cmd/entire/cli/integration_test/setup_cmd_test.go | Adds an integration test ensuring entire enable defaults to manual-commit, plus a helper runner. |
| README.md | Documents that entire enable defaults to manual-commit and lists relevant flags/examples. |
Soph
approved these changes
Jan 28, 2026
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.
Entire-Checkpoint: d9d99712b16b
Note
Sets
manual-commitas the default strategy forentire enableand removes the interactive strategy selection.enablenow auto-selectsmanual-commitand shows a hint to use--strategyto change it; telemetry and shell completion prompts remainentire enableflag table and examplesRunEnableWithAccessibleModeandTestEnableDefaultStrategyto verify default; adjust outputs accordinglyWritten by Cursor Bugbot for commit 74be582. This will update automatically on new commits. Configure here.