@zonease/aiworker-cli 0.10.0 → 0.10.1
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/README.md +6 -2
- package/aiworker-bun.js +45 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -198,7 +198,7 @@ A new worker defaults to `executor: { engine: 'http', variant: 'default' }` and
|
|
|
198
198
|
|
|
199
199
|
```sh
|
|
200
200
|
# Local:
|
|
201
|
-
aiworker executor select --engine claude-code --variant default --apply
|
|
201
|
+
aiworker executor select --engine claude-code --variant default --timeout-ms 240000 --apply
|
|
202
202
|
aiworker executor doctor --engine claude-code
|
|
203
203
|
|
|
204
204
|
# Remote, for a worker in the fleet:
|
|
@@ -210,6 +210,10 @@ Supported engines: `http` (OpenAI / DeepSeek / SiliconFlow / any chat-completion
|
|
|
210
210
|
|
|
211
211
|
Per-engine install / auth recipes (including `claude login`, `codex auth`, secret vault writes, ACP CLI installs): [`docs/executor-engines.md`](docs/executor-engines.md).
|
|
212
212
|
|
|
213
|
+
`--timeout-ms` on `executor select` sets the executor adapter's per-turn hard
|
|
214
|
+
timeout. `aiworker run --timeout-ms` only controls how long the CLI waits for
|
|
215
|
+
the worker turn to finish.
|
|
216
|
+
|
|
213
217
|
---
|
|
214
218
|
|
|
215
219
|
## Deployment shapes
|
|
@@ -269,7 +273,7 @@ New features go through the `/pma` skill in three stages: investigate → propos
|
|
|
269
273
|
|
|
270
274
|
> Before going to production, read the conformance table and residual-boundary section in [`docs/governance-node-status.md`](docs/governance-node-status.md). Pre-1.0 the CLI / API / config does not guarantee backwards compatibility (an explicit AGENTS.md commitment).
|
|
271
275
|
|
|
272
|
-
CLI npm latest: **0.10.
|
|
276
|
+
CLI npm latest: **0.10.1**.
|
|
273
277
|
|
|
274
278
|
| Module | Status |
|
|
275
279
|
|---|---|
|