Packages
@agentworkforce/persona-registry@4.1.51(tag:persona-registry-v4.1.51)@agentworkforce/events@4.1.51(tag:events-v4.1.51)@agentworkforce/persona-kit@4.1.51(tag:persona-kit-v4.1.51)@agentworkforce/runtime@4.1.51(tag:runtime-v4.1.51)@agentworkforce/compose@4.1.51(tag:compose-v4.1.51)@agentworkforce/delivery@4.1.51(tag:delivery-v4.1.51)@agentworkforce/workload-router@4.1.51(tag:workload-router-v4.1.51)@agentworkforce/deploy@4.1.51(tag:deploy-v4.1.51)@agentworkforce/review-kit@4.1.51(tag:review-kit-v4.1.51)@agentworkforce/turn-kit@4.1.51(tag:turn-kit-v4.1.51)@agentworkforce/mcp-workforce@4.1.51(tag:mcp-workforce-v4.1.51)@agentworkforce/daytona-runner@4.1.51(tag:daytona-runner-v4.1.51)@agentworkforce/local-surface@4.1.51(tag:local-surface-v4.1.51)@agentworkforce/cli@4.1.51(tag:cli-v4.1.51)agentworkforce@4.1.51(tag:agentworkforce-v4.1.51)
Release Notes
Added
agentworkforce --versiontells you when a newer release is published and
prints the command that installs it.
Changed
@agentworkforce/deployand@agentworkforce/daytona-runnermigrated off the
deprecated@daytonaio/sdkto its replacement@daytona/sdk(same API, no
breaking changes upstream). Installing workforce no longer prints a
deprecation warning for it.@agentworkforce/deploytracks@agent-relay/cloud^10.1.0, matching
@agentworkforce/cli, so an install resolves one copy instead of two.
Package Changelogs
@agentworkforce/deploy
Added
- Collect a Supabase project ref before generic MCP OAuth so the connection is
project-scoped and read-only instead of account-wide.
Changed
- Migrated from the deprecated
@daytonaio/sdkto@daytona/sdk(same API, no
breaking changes upstream). - Bumped
@agent-relay/cloudto ^10.1.0 to match@agentworkforce/cliand
deduplicate the installed tree.
@agentworkforce/daytona-runner
Changed
- Peer dependency moved from the deprecated
@daytonaio/sdkto@daytona/sdk
(same API, no breaking changes upstream) and widened to>=0.185.0.
Consumers install@daytona/sdkinstead.
@agentworkforce/cli
Added
-
Add
--supabase-project-ref <ref>for non-interactive, project-scoped
Supabase MCP deploys; interactive deploys prompt for the same value. -
--versionnow checks the npm registry for a newer published release and,
when the installed build is behind, writesUpdate available: <current> → <latest>and the install command to stderr. stdout stays exactly the version
string. The check is best-effort (1s timeout, silent on any failure), honours
AGENTWORKFORCE_REGISTRY/npm_config_registry, and is skipped with
AGENTWORKFORCE_NO_UPDATE_CHECK=1orNO_UPDATE_NOTIFIER=1. A CLI resolved
from the working tree's ownnode_modules— including an ancestor's — is
told to update without-g.
agentworkforce
Added
agentworkforce --versionsurfaces the update notice from the
@agentworkforce/clibuild it validated, and suggestsnpm install agentworkforce@latestwithout-gwhen a project-local install is what ran —
including when the project's own launcher is the one invoked, vianpx,
node_modules/.bin, or an npm script.