[bot] docs(squad): update Squad to v0.9.x, add squad rc and squad loop#32
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[bot] docs(squad): update Squad to v0.9.x, add squad rc and squad loop#32github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Update 'What's new' section heading from v0.8.x to v0.9.x (latest release: v0.9.1, March 23 2026) - Add squad rc (Remote Control): browser/mobile web UI for squad steering - Add squad loop: continuous autonomous loop mode reading from loop.md - Add squad rc, squad watch, squad loop to the key CLI commands list Sources: - Squad v0.9.1 release: https://github.com/bradygaster/squad/releases/tag/v0.9.1 - squad loop commit: bradygaster/squad@efb56ac (April 3 2026) - squad rc docs: bradygaster/squad v0.8.23 release notes 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.
What was found
Checking the
bradygaster/squadrepo for the past 7 days revealed:squad loopcommand added (April 3, 2026 dev-branch commit) — a new continuous autonomous loop mode that runs the squad at configured intervals, reading its prompt from aloop.mdfile, with hard gates to prevent runaway context growth.squad rc(Remote Control) — a browser/mobile web UI to steer squad agents that was introduced in v0.8.23 but missing from the guide's CLI command list.squad watch— a local event-polling command present in the CLI source but not listed in the guide.No significant changes to core GitHub Copilot CLI features were detectable (official changelog and blog were unreachable due to network restrictions), and the
github/awesome-copilotrepo's latest commit was an automated publish step with no content changes.What was updated
Section: Community Projects → Squad
#### What's new (v0.8.x)→#### What's new (v0.9.x)squad rc) — browser/mobile web UI backed by a local ACP serversquad loop) — continuous autonomous loop mode with context-growth hard gatessquad rc,squad watch, andsquad loopto the key CLI commands inline listSource links
squad loopPR: bradygaster/squad@efb56ac (April 3 2026)squad rcdocumentation: introduced in v0.8.23 release notes (https://github.com/bradygaster/squad/releases/tag/v0.8.23)