github AgentWorkforce/workforce agentworkforce-v4.1.51
agentworkforce@4.1.51

3 hours ago

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 --version tells you when a newer release is published and
    prints the command that installs it.

Changed

  • @agentworkforce/deploy and @agentworkforce/daytona-runner migrated off the
    deprecated @daytonaio/sdk to its replacement @daytona/sdk (same API, no
    breaking changes upstream). Installing workforce no longer prints a
    deprecation warning for it.
  • @agentworkforce/deploy tracks @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/sdk to @daytona/sdk (same API, no
    breaking changes upstream).
  • Bumped @agent-relay/cloud to ^10.1.0 to match @agentworkforce/cli and
    deduplicate the installed tree.

@agentworkforce/daytona-runner

Changed

  • Peer dependency moved from the deprecated @daytonaio/sdk to @daytona/sdk
    (same API, no breaking changes upstream) and widened to >=0.185.0.
    Consumers install @daytona/sdk instead.

@agentworkforce/cli

Added

  • Add --supabase-project-ref <ref> for non-interactive, project-scoped
    Supabase MCP deploys; interactive deploys prompt for the same value.

  • --version now checks the npm registry for a newer published release and,
    when the installed build is behind, writes Update 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=1 or NO_UPDATE_NOTIFIER=1. A CLI resolved
    from the working tree's own node_modules — including an ancestor's — is
    told to update without -g.

agentworkforce

Added

  • agentworkforce --version surfaces the update notice from the
    @agentworkforce/cli build it validated, and suggests npm install agentworkforce@latest without -g when a project-local install is what ran —
    including when the project's own launcher is the one invoked, via npx,
    node_modules/.bin, or an npm script.

Don't miss a new workforce release

NewReleases is sending notifications on new releases.