@olhapi/maestro-darwin-x64 0.1.7-rc.1 → 0.1.7-rc.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/README.md CHANGED
@@ -294,15 +294,19 @@ 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.117.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
 
308
+ `codex.approval_policy: never` applies to Maestro-managed app-server turns. It does not automatically suppress Codex's separate trust prompts for attached external MCP servers such as `maestro mcp`; those prompts still depend on the MCP client's local trust settings and the tool annotations advertised by the server.
309
+
306
310
  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`.
307
311
 
308
312
  Enum prompts now render numbered menus. You can press Enter to keep the default, or enter the number, an alias, a unique prefix, or the full value. Examples: `server` for `app_server`, `serial` or `pps` for `per_project_serial`, `req` for `on-request`, and `def` for `default`. Ambiguous prefixes such as `on` are rejected and reprompted.
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.7-rc.1",
3
+ "version": "0.1.7-rc.4",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [