@agentworkforce/cli 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +8 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -881,11 +881,11 @@ verbatim. Three transport types:
|
|
|
881
881
|
| Harness | Interactive MCP | One-shot MCP |
|
|
882
882
|
| -------- | --------------- | ------------ |
|
|
883
883
|
| claude | yes (via `--mcp-config` + `--strict-mcp-config`) | not yet — SDK workflow path doesn't thread MCP |
|
|
884
|
-
| codex | not yet —
|
|
884
|
+
| codex | yes (via `--config mcp_servers.<name>...`) | not yet — SDK workflow path doesn't thread MCP |
|
|
885
885
|
| opencode | not yet — warns and proceeds without MCP | not yet |
|
|
886
886
|
|
|
887
|
-
For a persona that needs MCP today, pick `claude` as the harness
|
|
888
|
-
|
|
887
|
+
For a persona that needs MCP today, pick `claude` or `codex` as the harness
|
|
888
|
+
for that tier.
|
|
889
889
|
|
|
890
890
|
### MCP isolation
|
|
891
891
|
|
|
@@ -1120,8 +1120,8 @@ stage dir is cleaned up by the existing `rm -rf` cleanup command.
|
|
|
1120
1120
|
|
|
1121
1121
|
A persona's three tiers can use different harnesses.
|
|
1122
1122
|
|
|
1123
|
-
If a persona uses MCP,
|
|
1124
|
-
|
|
1123
|
+
If a persona uses MCP, use `claude` or `codex` tiers.
|
|
1124
|
+
`opencode` still does not inject persona `mcpServers` at spawn time.
|
|
1125
1125
|
|
|
1126
1126
|
## Troubleshooting
|
|
1127
1127
|
|
|
@@ -1137,9 +1137,9 @@ wires MCP at spawn time today.
|
|
|
1137
1137
|
- **`Failed to spawn "claude": binary not found on PATH.`** — Install the
|
|
1138
1138
|
harness CLI (`claude`, `codex`, or `opencode`) and ensure it's on your PATH.
|
|
1139
1139
|
|
|
1140
|
-
- **`warning: persona declares mcpServers but the
|
|
1141
|
-
wired …`** —
|
|
1142
|
-
requirement.
|
|
1140
|
+
- **`warning: persona declares mcpServers but the opencode harness is not yet
|
|
1141
|
+
wired …`** — Switch that tier's `harness` to `claude` or `codex`, or drop the
|
|
1142
|
+
MCP requirement.
|
|
1143
1143
|
|
|
1144
1144
|
- **`extends cycle detected through …`** — A local persona extends itself
|
|
1145
1145
|
transitively. Break the chain or point one link at the library directly.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentworkforce/cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"@relayburn/sdk": "^2.5.2",
|
|
14
14
|
"@relayfile/local-mount": "^0.7.0",
|
|
15
15
|
"ora": "^9.4.0",
|
|
16
|
-
"@agentworkforce/persona-kit": "2.1.
|
|
17
|
-
"@agentworkforce/workload-router": "2.1.
|
|
16
|
+
"@agentworkforce/persona-kit": "2.1.3",
|
|
17
|
+
"@agentworkforce/workload-router": "2.1.3"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|