Skip to content

Releases: VRSEN/agentswarm-cli

Agent Swarm CLI 1.4.39

11 Jun 18:36
ded1bc0

Choose a tag to compare

Agent Swarm CLI 1.4.39

Patch release for OpenSwarm compatibility.

Fixes

  • Refreshes launcher-managed Python environments to agency-swarm>=1.10.1 before startup, so old OpenSwarm projects do not fail with the legacy parse_agent_flows unpack error.
  • Keeps manifest-backed projects on their own pinned dependency rules while still checking that required Agency Swarm imports work.

Pull requests

Issues

AgentSwarm CLI v1.4.38

11 Jun 12:52
dea6515

Choose a tag to compare

AgentSwarm CLI v1.4.38 fixes OpenRouter reasoning display for Agent Swarm runs.

This patch keeps the new OpenRouter reasoning support from v1.4.37 stable in the terminal UI. It focuses on preserving reasoning text, encrypted reasoning metadata, and the upstream OpenCode thinking display behavior across live streams and stored session replay.

Highlights

OpenRouter reasoning display

  • Shows OpenRouter reasoning as one coherent Thought: block instead of duplicated or split text.
  • Keeps streamed reasoning attached to the correct reasoning item, even when text or tool output arrives before the final reasoning payload.
  • Preserves encrypted OpenRouter reasoning metadata through stream close, tool-start, replay, and final output_item.done paths.
  • Handles both cumulative OpenRouter-style reasoning deltas and valid prefix-sharing incremental reasoning without duplicating or dropping text.
  • Keeps redacted-only reasoning from becoming a permanent placeholder when visible reasoning arrives later.

TUI behavior

  • Preserves upstream OpenCode thinking behavior: active reasoning shows the animated Thinking state, and completed reasoning shows elapsed time.
  • Keeps assistant answers separate from reasoning text in Agent Swarm sessions.
  • Covers terminal rendering, stored session replay, and Agent Swarm stream event conversion with focused regressions.

Compatibility Notes

  • This is a stable patch release on the latest npm tag.
  • No migration is required.
  • The release publishes agentswarm-cli and @vrsen/agentswarm from the same tag.

Pull Requests

  • #260 fix(tui): preserve OpenRouter reasoning display
  • #261 fix: keep encrypted reasoning open for final metadata
  • #264 fix: normalize forced cumulative reasoning flush

Full Changelog: v1.4.37...v1.4.38

AgentSwarm CLI v1.4.37

10 Jun 14:42
cd75f4a

Choose a tag to compare

AgentSwarm CLI v1.4.37 updates the fork to the current dev state and promotes the 1.4.37 line from release-candidate work to a stable npm release.

This release is mainly about provider correctness, Agent Swarm run-mode reliability, and release hardening. It also includes the OpenCode v1.14.51 upstream sync that the fork now builds on.

Highlights

Provider and reasoning fixes

  • Adds provider support and polish for Anthropic, Google/Gemini, xAI, and OpenRouter.
  • Fixes OpenRouter reasoning settings so reasoning budgets, disabled reasoning, and provider metadata are handled correctly.
  • Keeps Agent Swarm provider behavior aligned with the latest released agency-swarm package.

Agent Swarm runtime reliability

  • Preserves Agent Swarm routing through metadata outages and handoff refresh failures.
  • Shows the Codex headless auth fallback correctly while staying in Run mode.
  • Quiets noisy uv install output and restores the expected Agent Swarm wordmark behavior.
  • Strengthens command-row and TUI release-blocker coverage.

Upstream sync and release hardening

  • Syncs the fork to the OpenCode v1.14.51 base while preserving the Agent Swarm fork behavior tracked in FORK_CHANGELOG.md and USER_FLOWS.md.
  • Adds binary handoff QA rules, PR compliance docs, and fork release workflow checks.
  • Adds privacy-safe TUI telemetry with opt-out support and release-only telemetry key injection.
  • Publishes both agentswarm-cli and the one-command launcher package @vrsen/agentswarm from the same release.

Compatibility Notes

  • This is a stable release on the latest npm tag.
  • No migration is required for existing Agent Swarm CLI users.
  • The @vrsen/agentswarm launcher continues to use the agentswarm command and the agentswarm-cli package underneath.

Pull Requests

  • fix(tui): show Codex headless auth fallback in Run mode in #216
  • feat(opencode): add privacy-safe TUI product telemetry in #226
  • fix(opencode): preserve Agent Swarm routing through metadata outage in #231
  • feat(opencode): support generic downstream add-ons in #235
  • fix: target fork repo in stale issue workflow in #237
  • refactor(opencode): split Agent Swarm session stream in #238
  • fix(build): use pkg.version fallback instead of upstream npm version in #240
  • feat(opencode): add trust-safe telemetry metrics in #242
  • feat: Support for anthropic, google, xai and openrouter providers in #246
  • refactor: sync OpenCode v1.14.51 upstream in #248
  • fix: harden Agent Swarm release blockers in #250
  • docs: require binary handoff QA in #251
  • docs: add PR compliance checklist in #252
  • fix(agency-swarm): quiet uv install output in #255
  • refactor(opencode): make Agent Swarm command row assertion robust in #256
  • fix(provider): align OpenRouter reasoning settings in #257

Shipped Changes Without Pull Requests

These commits are part of the release range and are included without a pull request:

  • feat: support downstream product add-ons in d688586351
  • fix: prefer exact slash commands in 6e903c0e88
  • docs: deduplicate workflow skills in 24f07ce354
  • docs(policy): require PRs for build-impact work in ac8570d216
  • test(build): cover pkg.version fallback wiring in 80d988d3d1
  • test(tui): stabilize Agent Swarm connect auth check in 40398a50ef
  • docs: remove localized root readmes in f884c4f248
  • docs: remove Claude policy mention in da10d81d4c
  • docs: align fork QA docs with review in 597d7c0613

Full Changelog: v1.4.36...v1.4.37

AgentSwarm CLI v1.4.37-rc.1

25 May 05:49

Choose a tag to compare

Pre-release

Prerelease fix for downstream product add-ons support.

  • Includes the rc.0 add-ons product-profile support.
  • Fixes slash-command selection so /agents is not shadowed by /addons.
  • Keeps default AgentSwarm behavior unchanged.

Pull requests:

  • No pull request exists for this shipped change; it was released from commit 6e903c0.

AgentSwarm CLI v1.4.37-rc.0

25 May 05:11

Choose a tag to compare

Pre-release

Prerelease for downstream product add-ons support.

  • Adds opt-in product profile support for native /addons.
  • Writes selected add-on keys to the project .env.
  • Keeps default AgentSwarm behavior unchanged.

Pull requests:

  • No pull request exists for this shipped change; it was released from commit d688586.

v1.4.36

24 May 03:31
d5f514a

Choose a tag to compare

What's Changed

  • feat: support standalone product Python environments by @nicko-ai in #229

Full Changelog: v1.4.35...v1.4.36

v1.4.35

21 May 16:58
bcb1e61

Choose a tag to compare

Agent Swarm v1.4.35

  • Restores Agent Swarm Run mode so prompts route through the configured Agency Swarm agent instead of bare OpenCode.
  • Restores Agent Swarm TUI command behavior for /connect, /auth, /models, /new, and agent handoff flows.
  • Fixes Agency Swarm history, cancel, hosted-tool, and launcher recovery paths found while preparing the OpenSwarm release path.
  • Adds generic downstream product hooks needed by OpenSwarm release automation without hardcoding OpenSwarm-only behavior in Agent Swarm.

Release proof before publish: PR #228 merged into dev, all GitHub checks passed, local Agent Swarm E2E/typecheck/build checks passed, and the fixed installed binary was manually tested.

v1.4.34

15 May 15:37
5260159

Choose a tag to compare

Agent Swarm v1.4.34

  • Fix downstream product branding so OpenSwarm builds render the configured product name in CLI help and the TUI home logo.
  • Keep the default Agent Swarm glyph wordmark unchanged.
  • Keep command-only downstream profiles from changing branding.

v1.4.33

15 May 13:46
d0c2937

Choose a tag to compare

Patch release for downstream product builds.

Changes:

  • Added generic product profile inputs for downstream wrappers.
  • Kept the internal packaged binary path stable as bin/agentswarm.
  • Fixed nested and fallback starter entry detection for npx launches.
  • Resolved release upload targets from the product profile.

Checks:

  • Full PR CI passed on Linux and Windows.
  • Local full test suite passed.
  • OpenSwarm-profile local build and binary smoke passed.

v1.4.32

12 May 05:30
c5c4955

Choose a tag to compare

Release notes:

  • Project startup now uses local uv for dependency refresh and rebuild paths, with clearer recovery when a project .venv is stale or broken.
  • The CLI help, upgrade, uninstall, mDNS, and visible product surfaces now use Agent Swarm wording and npm-only upgrade behavior.
  • User-flow documentation and fork changelog entries were updated for the release scope.

Checked before release:

  • GitHub Actions were green on the release commit.
  • Local typecheck and full test CI passed.
  • Agent Swarm TUI E2E tests passed.
  • Codex review found no actionable regressions.
  • Local tarball install reported agentswarm 1.4.32 and completed a real agency prompt with local uv refresh.