@olhapi/maestro-darwin-x64 0.1.6 → 0.1.7-rc.2
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 +3 -1
- package/lib/maestro +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -294,13 +294,15 @@ Fresh `maestro workflow init --defaults` output currently defaults to:
|
|
|
294
294
|
- `agent.mode: app_server`
|
|
295
295
|
- `agent.dispatch_mode: parallel`
|
|
296
296
|
- `codex.command: codex app-server`
|
|
297
|
-
- `codex.expected_version: 0.
|
|
297
|
+
- `codex.expected_version: 0.118.0`
|
|
298
298
|
- `codex.approval_policy: never`
|
|
299
299
|
- `codex.initial_collaboration_mode: default` for fresh `app_server` threads
|
|
300
300
|
- `phases.review.enabled: true`
|
|
301
301
|
- `phases.done.enabled: true`
|
|
302
302
|
- runtime permission profiles now live in the DB per project/issue instead of `WORKFLOW.md`
|
|
303
303
|
|
|
304
|
+
If you do not want to preinstall Codex, Maestro also supports pinning the runtime command to `npx -y @openai/codex@0.118.0 app-server`. `maestro verify` understands that form when checking `codex.expected_version`.
|
|
305
|
+
|
|
304
306
|
`initial_collaboration_mode: default` keeps unattended runs execution-first for a fresh `app_server` thread. Use `plan` only when you explicitly want a plan-gated startup mode. Interactive approvals and `requestUserInput` prompts still depend on using a non-`never` approval policy, and those prompts are queued through the dashboard's global interrupt panel. Resumed threads and `stdio` runs do not use that startup-mode path.
|
|
305
307
|
|
|
306
308
|
Interactive `maestro workflow init` now walks through `workspace.root`, `codex.command`, `agent.mode`, `agent.dispatch_mode`, `agent.max_concurrent_agents`, `agent.max_turns`, and `agent.max_automatic_retries`, then asks for `codex.approval_policy` and `codex.initial_collaboration_mode` only for `app_server`.
|
package/lib/maestro
CHANGED
|
Binary file
|