@olhapi/maestro-darwin-x64 0.1.9 → 0.1.11

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 CHANGED
@@ -294,14 +294,13 @@ 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.118.0`
298
297
  - `codex.approval_policy: never`
299
298
  - `codex.initial_collaboration_mode: default` for fresh `app_server` threads
300
299
  - `phases.review.enabled: true`
301
300
  - `phases.done.enabled: true`
302
301
  - runtime permission profiles now live in the DB per project/issue instead of `WORKFLOW.md`
303
302
 
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`.
303
+ If you do not want to preinstall Codex, Maestro can automatically fall back to the pinned `npx -y @openai/codex@0.118.0 app-server` form when the configured direct Codex command does not match the supported schema version.
305
304
 
306
305
  `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.
307
306
 
package/lib/maestro CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olhapi/maestro-darwin-x64",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [