Skip to content

Commit 9a859fd

Browse files
chore(release): @agentworkforce/persona-kit@3.0.8 @agentworkforce/runtime@3.0.8 @agentworkforce/workload-router@3.0.8 @agentworkforce/deploy@3.0.8 @agentworkforce/mcp-workforce@3.0.8 @agentworkforce/daytona-runner@3.0.8 @agentworkforce/cli@3.0.8 agentworkforce@3.0.8
1 parent 94cc423 commit 9a859fd

10 files changed

Lines changed: 22 additions & 8 deletions

File tree

packages/agentworkforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentworkforce",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"description": "Top-level installer for the Agent Workforce CLI (installs the `agentworkforce` command). Wraps @agentworkforce/cli.",
66
"type": "module",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.8] - 2026-05-13
11+
12+
### Fixed
13+
14+
- Prompt cloud login on integration auth failure (#116)
15+
- Canonicalize cloud URL and rewrite agent-relay error hints (#117)
16+
1017
## [3.0.7] - 2026-05-13
1118

1219
### Fixed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/cli",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"files": [

packages/daytona-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/daytona-runner",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Daytona-backed WorkflowRuntime adapter for AgentWorkforce deploy workflows.",
55
"private": false,
66
"type": "module",

packages/deploy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.8] - 2026-05-13
11+
12+
### Fixed
13+
14+
- Prompt cloud login on integration auth failure (#116)
15+
- Canonicalize cloud URL and rewrite agent-relay error hints (#117)
16+
1017
## [3.0.7] - 2026-05-13
1118

1219
### Fixed

packages/deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/deploy",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/mcp-workforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/mcp-workforce",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/persona-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/persona-kit",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/runtime",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

packages/workload-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentworkforce/workload-router",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"private": false,
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)