docs: recommend --yolo in README Quick Start#375
Merged
bradygaster merged 1 commit intobradygaster:mainfrom Mar 13, 2026
Merged
docs: recommend --yolo in README Quick Start#375bradygaster merged 1 commit intobradygaster:mainfrom
bradygaster merged 1 commit intobradygaster:mainfrom
Conversation
Add prominent recommendation to use copilot --yolo in step 4 of the Quick Start guide. Squad sessions involve many tool calls, so --yolo provides a smoother experience by skipping individual approval prompts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
|
@bradygaster This was feedback from team after they tried to use Squad. |
bradygaster
added a commit
that referenced
this pull request
Mar 13, 2026
Adds prominent recommendation to use 'copilot --yolo' in Quick Start guide to avoid approval prompts for each tool call. Co-authored-by: Dina Berry <41597107+diberry@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Mar 14, 2026
tamirdresher
pushed a commit
to tamirdresher/squad
that referenced
this pull request
Mar 16, 2026
* chore(squad): quality review findings — 7 issues filed Quality audit complete: 5 agents assessed CLI across testing, coverage, stability, accessibility, UX. Results: 4 P0 blockers (bradygaster#365–bradygaster#368), 3 P1 items (bradygaster#369–bradygaster#371). Blocking: Waingro dead sessions, ErrorBoundary, dropped input; Marquez help text consistency. Changes: - Logged session summary to .squad/log/2026-02-24T0205-quality-review-complete.md - Updated .squad/identity/now.md with quality review findings and new issue numbers Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(squad): merge decision — Marquez UX audit findings Quality assessment merged from inbox (Grade B): 11 improvements (3 P0, 4 P1, 4 P2). help text, stub commands, vocabulary, separators, roster. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat: a11y fixes — Tab autocomplete, docs accuracy, NO_COLOR tests (closes bradygaster#369, closes bradygaster#370, closes bradygaster#374, closes bradygaster#375) - Wire Tab autocomplete into InputPrompt via createCompleter from autocomplete.ts - Add agentNames prop for @agent completion and /command completion - Fix 6 inaccuracies in docs/accessibility.md vs actual code: 1. ThinkingIndicator NO_COLOR: no ⏳ prefix (static '...' with text label) 2. /status description: 'Show team status and active agents' not 'agent status' 3. /clear description: 'Clear the screen' not 'Clear message history' 4. Unknown command format: actual is 'Hmm, /{cmd}? Type /help for commands.' 5. SDK error format: no 🔌 emoji prefix in actual code 6. Screen reader prefix: ❯ not ❯ you: for user messages - Add Tab to keyboard shortcuts table - Add 10 NO_COLOR mode rendering tests covering all shell components - Add 9 keyboard shortcut tests covering Enter, ↑, ↓, Backspace, Tab, disabled Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: update Nate history with a11y sprint results Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test: fix all stale assertions + add regression tests (closes bradygaster#368) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds a prominent recommendation to use \copilot --yolo\ in step 4 of the Quick Start guide.
Why
Squad sessions involve many tool calls (agent spawns, file reads, git operations). Without --yolo, Copilot prompts for approval on each one, which breaks the flow. This is the single most impactful UX tip for new users and should be front-and-center.
Changes
What it looks like
Before:
\
copilot
\\
After:
\
Recommended: start Copilot with --yolo.
copilot --yolo
No other sections of the README were changed.