@olhapi/maestro-darwin-x64 0.1.0-rc.4 → 0.1.0-rc.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 CHANGED
@@ -260,11 +260,12 @@ Fresh `maestro workflow init --defaults` output currently defaults to:
260
260
  - `agent.mode: app_server`
261
261
  - `agent.dispatch_mode: parallel`
262
262
  - `codex.command: codex app-server`
263
- - `codex.expected_version: 0.111.0`
263
+ - `codex.expected_version: 0.114.0`
264
264
  - `codex.approval_policy: never`
265
- - `codex.thread_sandbox: workspace-write`
266
- - `codex.turn_sandbox_policy.type: workspaceWrite`
267
- - `codex.turn_sandbox_policy.networkAccess: true`
265
+ - `codex.initial_collaboration_mode: default` for fresh `app_server` threads
266
+ - runtime permission profiles now live in the DB per project/issue instead of `WORKFLOW.md`
267
+
268
+ `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.
268
269
 
269
270
  Supported prompt-template variables are:
270
271
 
@@ -279,6 +280,7 @@ Supported prompt-template variables are:
279
280
  - `{{ attempt }}`
280
281
 
281
282
  When a project has a description, Maestro's default implementation, review, and done prompts include it automatically under a `Project context:` section. Custom workflows can place `{{ project.description }}` wherever they want.
283
+ The default done prompt also tells the agent to create a short local preview video when the change can be demonstrated and attach it to an issue comment when the available tracker or provider tooling supports that flow.
282
284
 
283
285
  The checked-in [`WORKFLOW.md`](WORKFLOW.md) is this repository's own workflow example. It is not guaranteed to match fresh `workflow init` defaults exactly.
284
286
 
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.0-rc.4",
3
+ "version": "0.1.0-rc.6",
4
4
  "description": "Maestro CLI binary for macOS x64",
5
5
  "license": "MIT",
6
6
  "files": [