@agentworkforce/cli 2.1.2 → 2.1.4

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 CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.1.3] - 2026-05-11
11
+
12
+ ### Added
13
+
14
+ - **Translate codex mcpServers into --config args**
15
+
10
16
  ## [2.1.2] - 2026-05-11
11
17
 
12
18
  ### 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 — warns and proceeds without MCP | 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 on every tier
888
- and use interactive mode.
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, keep every tier on `claude` only the claude harness
1124
- wires MCP at spawn time today.
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 codex harness is not yet
1141
- wired …`** — Either switch the tier's `harness` to `claude`, or drop the MCP
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.2",
3
+ "version": "2.1.4",
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.2",
17
- "@agentworkforce/workload-router": "2.1.2"
16
+ "@agentworkforce/workload-router": "2.1.4",
17
+ "@agentworkforce/persona-kit": "2.1.4"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",