@clipboard-health/groundcrew 3.2.1 → 3.3.0
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 +2 -2
- package/dist/lib/config.d.ts +1 -1
- package/dist/lib/config.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -522,9 +522,9 @@ Cross-team projects work — the orchestrator caches the in-progress state ID pe
|
|
|
522
522
|
</details>
|
|
523
523
|
|
|
524
524
|
<details>
|
|
525
|
-
<summary>Claude launches in
|
|
525
|
+
<summary>Claude launches in auto mode by default</summary>
|
|
526
526
|
|
|
527
|
-
Groundcrew creates isolated per-ticket worktrees for unattended runs, so the shipped `claude` command is `claude --permission-mode
|
|
527
|
+
Groundcrew creates isolated per-ticket worktrees for unattended runs, so the shipped `claude` command is `claude --permission-mode auto` to let Claude proceed without stopping for clarifying questions while keeping its built-in safety prompts intact. Override `models.definitions.claude.cmd` for `bypassPermissions` if you need to suppress tool-permission prompts entirely, or for a stricter mode.
|
|
528
528
|
|
|
529
529
|
</details>
|
|
530
530
|
|
package/dist/lib/config.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ export interface ModelDefinition {
|
|
|
100
100
|
* for execution. The rendered prompt is appended as a single quoted
|
|
101
101
|
* positional argument. `{{worktree}}` is replaced before launch.
|
|
102
102
|
*
|
|
103
|
-
* Keep this agent-native (e.g., `claude --permission-mode
|
|
103
|
+
* Keep this agent-native (e.g., `claude --permission-mode auto`).
|
|
104
104
|
* Groundcrew adds the Safehouse wrapper.
|
|
105
105
|
*/
|
|
106
106
|
cmd: string;
|
package/dist/lib/config.js
CHANGED
package/package.json
CHANGED