docs: fill content gaps from 7 recent PRs#458
Merged
bradygaster merged 2 commits intobradygaster:devfrom Mar 20, 2026
Merged
Conversation
…er#429, bradygaster#424, bradygaster#417, bradygaster#415, bradygaster#412, bradygaster#411) Documents features and changes from recent PRs that shipped without corresponding docs updates: - bradygaster#429: Update model catalog with Sonnet 4.6, Opus 4.6, GPT-5.4 defaults - bradygaster#424: Document --sdk switch for TypeScript config generation - bradygaster#412: Document --roles flag for opt-in base roles - bradygaster#411: Note Ralph in init + @copilot routing template removal - bradygaster#442: Add Session Recovery skill documentation - bradygaster#417: Document CastingEngine character casting - bradygaster#415: Add rework rate OTEL metrics reference Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
c8e7faf to
883ac88
Compare
Collaborator
Author
|
Ready for merge — squad obo dina
|
chrislomonico
pushed a commit
to clomonico/squad
that referenced
this pull request
Mar 26, 2026
… (bradygaster#472) * fix: parallel dispatch badge and stale hint auto-clear (bradygaster#458) - Show count badge when multiple agents are working in parallel - Auto-clear stale activity hints after 30 seconds Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: show buffered input during agent processing (bradygaster#457) When the prompt is disabled during agent processing, buffered keystrokes are now displayed as dimmed text so users can see their input is being captured. A bufferDisplay state variable syncs from bufferRef on each keystroke, and resets when the prompt re-enables. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chrislomonico
pushed a commit
to clomonico/squad
that referenced
this pull request
Mar 26, 2026
…) (bradygaster#473) - Show count badge when multiple agents are working in parallel - Auto-clear stale activity hints after 30 seconds 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
Fills documentation gaps identified by cross-referencing recently merged PRs against the docs site content on both
devandmainbranches.PRs documented
--sdkswitch with base roles--rolesopt-in flagHow this was found
docs/changes (also checking README.md, CONTRIBUTING.md, squad.agent.md)devandmainviagit grepStyle
Minimal, non-duplicative additions per project convention. Each update is 2-4 sentences + examples where applicable.