@rallycry/conveyor-agent 11.0.11 → 11.0.13
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/cli.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
resolveTuiKindFromEnv,
|
|
28
28
|
runUsageProbe,
|
|
29
29
|
sampleKeyUsage
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-SKMNL6C2.js";
|
|
31
31
|
import "./chunk-SR66HQKB.js";
|
|
32
32
|
import {
|
|
33
33
|
inheritedEnv,
|
|
@@ -615,7 +615,7 @@ function buildReviewChildEnv(baseEnv, data) {
|
|
|
615
615
|
delete env.CONVEYOR_GIT_READY_MARKER;
|
|
616
616
|
delete env.CONVEYOR_AGENT_MODE;
|
|
617
617
|
delete env.CONVEYOR_IS_AUTO;
|
|
618
|
-
delete env.CONVEYOR_TUI;
|
|
618
|
+
if (env.CONVEYOR_TUI !== "codex") delete env.CONVEYOR_TUI;
|
|
619
619
|
return env;
|
|
620
620
|
}
|
|
621
621
|
var ReviewChildSupervisor = class {
|
|
@@ -1201,7 +1201,7 @@ function wireSpawnChildren(mode, connection, supervisors, logger7) {
|
|
|
1201
1201
|
|
|
1202
1202
|
// src/cli.ts
|
|
1203
1203
|
if (process.argv[2] === "boot") {
|
|
1204
|
-
const { runBoot } = await import("./boot-
|
|
1204
|
+
const { runBoot } = await import("./boot-V3DNJ3MV.js");
|
|
1205
1205
|
process.exit(await runBoot(process.argv.slice(3)));
|
|
1206
1206
|
}
|
|
1207
1207
|
if (isLegacyEntrypointLaunch(process.env)) {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.13",
|
|
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",
|