@rallycry/conveyor-agent 10.7.4 → 10.8.1
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/dist/{chunk-WJWMLZKR.js → chunk-LBMFXTIV.js} +184 -77
- package/dist/chunk-LBMFXTIV.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-WJWMLZKR.js.map +0 -1
package/dist/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -306,10 +306,10 @@ declare class ModeController {
|
|
|
306
306
|
/**
|
|
307
307
|
* Auto mode always bypasses the plan turn: resolveInitialMode calls
|
|
308
308
|
* transitionToBuilding() at boot, so the agent runs with
|
|
309
|
-
* `--dangerously-skip-permissions` from turn 1
|
|
310
|
-
* the card (via update_task_plan)
|
|
311
|
-
* never
|
|
312
|
-
* approval. Non-auto modes never bypass.
|
|
309
|
+
* `--dangerously-skip-permissions` from turn 1. The prompts require it to
|
|
310
|
+
* post its plan to the card (via update_task_plan) before writing code —
|
|
311
|
+
* a record for the team, never an approval gate. Use discovery mode for a
|
|
312
|
+
* plan turn that stops for human approval. Non-auto modes never bypass.
|
|
313
313
|
*/
|
|
314
314
|
canBypassPlanning(_context: ModeTaskContext): boolean;
|
|
315
315
|
/** Handle mode change from server */
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.8.1",
|
|
4
4
|
"description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|