-
Notifications
You must be signed in to change notification settings - Fork 2
release: v0.3.1 — first stable v0.3.x on @latest #759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to `squads-cli` are documented here. | ||
|
|
||
| This project follows [Semantic Versioning](https://semver.org/). | ||
| Releases are also published as [GitHub Releases](https://github.com/agents-squads/squads-cli/releases). | ||
|
|
||
| ## [0.3.1] — 2026-04-24 | ||
|
|
||
| First stable v0.3.x release on `@latest`. Same code as `0.3.0-rc.1` (burned in on `@next`). | ||
|
|
||
| > Note: `0.3.0` was skipped because that version slot is reserved by a deprecated historical pre-release (Jan 2026) and npm enforces version immutability. | ||
|
|
||
| ### Added | ||
| - **Conversation protocol** — agents talk to each other and use tools mid-conversation. `squads run <squad>` now drives a lead → scan → work → review → verify cycle. | ||
| - **Org cycle** — `squads run` with no target runs all squads in waves, with smart-skip for converged work. | ||
| - **New commands** — `review`, `credentials`, `goals`, `log`, plus minor refinements to `init`, `status`, and `run`. | ||
| - **Project config system** — `.squads/config.yml` for per-project settings (`agent_timeout_minutes`, `token_budget`, `cost_ceiling`, `company_name`, `compose_file`, `telemetry`). Resolution: env var > config file > defaults. | ||
| - **PreToolUse guardrail hooks** — agent sessions can be gated by user-defined safety hooks. | ||
| - **Demo agent scaffold** — `squads init` now includes starter agents and "what's next" guidance. | ||
| - **Growth squad template** — added to `squads init` seed templates. | ||
| - **Tier 2 documentation** — guides for local-services mode (Postgres, Redis, API, Bridge). | ||
|
|
||
| ### Changed | ||
| - **Run engine rewrite** — decomposed into smaller modules (`conversation.ts`, `workflow.ts`, context helpers). Foundation for future cloud execution. | ||
| - **Role-based timeouts** — workers, reviewers, and leads have appropriate per-role timeouts (replaces hardcoded 8-minute ceiling). | ||
| - **Anti-collision rules** — multiple squads no longer race to create the same release PR or duplicate issues. | ||
| - **Prompts extracted** — lead briefings, planning instructions, and orchestrator prompts moved from TypeScript into `templates/prompts/*.md`. | ||
| - **Services command** — agnostic compose-file discovery (no hardcoded internal paths). | ||
| - **OIDC trusted publishing** — `release.yml` and `publish.yml` now publish via GitHub OIDC instead of `NPM_TOKEN`. No long-lived secret to rotate. | ||
| - **Audit remediation** — removed hardcoded values, parameterized company name, extracted internal prompts. | ||
|
|
||
| ### Fixed | ||
| - **Telemetry write-only key** — restored after being incorrectly removed in March (telemetry has been silent since 2026-03-14). | ||
| - **First-run UX** — prerequisites check, helpful empty-state for `squads list` with no squads, schedule hint after first run. | ||
|
|
||
| ### Infrastructure | ||
| - `@next` dist-tag channel — pre-release tags (`v0.3.0-rc.1`, `v0.4.0-beta.1`, etc.) auto-publish to `@next` for burn-in. Clean semver tags publish to `@latest`. | ||
| - npm install via `npm i -g squads-cli@next` for early access. | ||
|
|
||
| ## [0.2.2] — 2026-03-28 | ||
|
|
||
| - IDP (Internal Developer Platform), observability infrastructure, tiered architecture, org cycle scaffolding. | ||
|
|
||
| ## [0.2.1] — 2026-03-13 | ||
|
|
||
| - First-run experience reset. | ||
|
|
||
| ## [0.2.0] and earlier | ||
|
|
||
| See [GitHub Releases](https://github.com/agents-squads/squads-cli/releases) for the full history. | ||
|
|
||
| > Versions `0.3.0`, `0.4.0`–`0.4.13`, `0.5.0`–`0.5.1`, `0.6.0`–`0.6.2`, and `0.7.0` were experimental pre-releases published in early 2026 and have been **deprecated** on npm. Do not install them. Start at `0.2.2` or `0.3.1+`. | ||
|
|
||
| [0.3.1]: https://github.com/agents-squads/squads-cli/releases/tag/v0.3.1 | ||
| [0.2.2]: https://github.com/agents-squads/squads-cli/releases/tag/v0.2.2 | ||
| [0.2.1]: https://github.com/agents-squads/squads-cli/releases/tag/v0.2.1 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version bump is consistent, but the project's dependencies and lockfile contain several version numbers that do not exist on the public npm registry (e.g.,
@anthropic-ai/sdk^0.71.2,vitest^4.0.16,eslint^9.39.2, andtypescriptresolved to 5.9.3 inpackage-lock.json). This is a critical security indicator of a potential dependency confusion attack or a compromised supply chain. Please verify the legitimacy of these versions and ensure they are sourced from a trusted registry before proceeding with this release.