@olhapi/maestro-darwin-x64 0.1.5-rc.8 → 0.1.6
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 +7 -3
- package/lib/maestro +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -286,7 +286,7 @@ Fresh `maestro workflow init --defaults` output currently defaults to:
|
|
|
286
286
|
|
|
287
287
|
- `tracker.kind: kanban`
|
|
288
288
|
- `polling.interval_ms: 10000`
|
|
289
|
-
- `workspace.root:
|
|
289
|
+
- `workspace.root: ~/.maestro/worktrees`
|
|
290
290
|
- `agent.max_concurrent_agents: 3`
|
|
291
291
|
- `agent.max_turns: 4`
|
|
292
292
|
- `agent.max_retry_backoff_ms: 60000`
|
|
@@ -294,7 +294,7 @@ 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.117.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`
|
|
@@ -303,7 +303,11 @@ Fresh `maestro workflow init --defaults` output currently defaults to:
|
|
|
303
303
|
|
|
304
304
|
`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
305
|
|
|
306
|
-
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`.
|
|
306
|
+
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
|
+
|
|
308
|
+
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.
|
|
309
|
+
|
|
310
|
+
`--defaults` remains the stable scripted path, and the same setup knobs are available as flags: `--workspace-root`, `--codex-command`, `--agent-mode`, `--dispatch-mode`, `--max-concurrent-agents`, `--max-turns`, `--max-automatic-retries`, `--approval-policy`, and `--initial-collaboration-mode`.
|
|
307
311
|
|
|
308
312
|
Supported prompt-template variables are:
|
|
309
313
|
|
package/lib/maestro
CHANGED
|
Binary file
|