@kernlang/agon 0.1.1 → 0.1.3
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-LVW723TJ.js → chunk-52VTWOLH.js} +3 -3
- package/dist/{chunk-RSS3RL6Z.js → chunk-H7KZ34VX.js} +3 -3
- package/dist/{chunk-7PMMOQZ7.js → chunk-PFHGKBQT.js} +1063 -397
- package/dist/chunk-PFHGKBQT.js.map +1 -0
- package/dist/{chunk-HVJTVOXT.js → chunk-XOJPAFCJ.js} +61 -20
- package/dist/chunk-XOJPAFCJ.js.map +1 -0
- package/dist/engines/minimax-coding-plan-minimax-m3.json +27 -0
- package/dist/{forge-JWR2Z76K.js → forge-6NV4WCMB.js} +4 -4
- package/dist/index.js +230 -60
- package/dist/index.js.map +1 -1
- package/dist/{plan-mode-KBJY2FJN.js → plan-mode-OSU42TOI.js} +4 -4
- package/dist/{src-U2AWRNRL.js → src-4VOZ6GIN.js} +24 -2
- package/package.json +3 -3
- package/dist/chunk-7PMMOQZ7.js.map +0 -1
- package/dist/chunk-HVJTVOXT.js.map +0 -1
- /package/dist/{chunk-LVW723TJ.js.map → chunk-52VTWOLH.js.map} +0 -0
- /package/dist/{chunk-RSS3RL6Z.js.map → chunk-H7KZ34VX.js.map} +0 -0
- /package/dist/{forge-JWR2Z76K.js.map → forge-6NV4WCMB.js.map} +0 -0
- /package/dist/{plan-mode-KBJY2FJN.js.map → plan-mode-OSU42TOI.js.map} +0 -0
- /package/dist/{src-U2AWRNRL.js.map → src-4VOZ6GIN.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
runDelegate,
|
|
10
10
|
runForge,
|
|
11
11
|
runTribunal
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-XOJPAFCJ.js";
|
|
13
13
|
import {
|
|
14
14
|
AgentSession,
|
|
15
15
|
AgentTeam,
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
spawnWithTimeout,
|
|
50
50
|
tracker,
|
|
51
51
|
worktreeChangedDiff
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-PFHGKBQT.js";
|
|
53
53
|
|
|
54
54
|
// src/generated/handlers/plan-mode.ts
|
|
55
55
|
import { writeFileSync as writeFileSync2, mkdirSync as mkdirSync3 } from "fs";
|
|
@@ -2724,4 +2724,4 @@ export {
|
|
|
2724
2724
|
handleExitPlanMode,
|
|
2725
2725
|
buildStepExecutors
|
|
2726
2726
|
};
|
|
2727
|
-
//# sourceMappingURL=chunk-
|
|
2727
|
+
//# sourceMappingURL=chunk-52VTWOLH.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
filterDefaultOrchestrationEngines,
|
|
7
7
|
parseConfidence,
|
|
8
8
|
runForge
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XOJPAFCJ.js";
|
|
10
10
|
import {
|
|
11
11
|
RUNS_DIR,
|
|
12
12
|
acquireApplyLock,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
snapshotWorkspace,
|
|
35
35
|
startPlan,
|
|
36
36
|
tracker
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-PFHGKBQT.js";
|
|
38
38
|
|
|
39
39
|
// src/generated/handlers/forge.ts
|
|
40
40
|
import { join as join4 } from "path";
|
|
@@ -1590,4 +1590,4 @@ export {
|
|
|
1590
1590
|
inferProjectFitnessCommand,
|
|
1591
1591
|
handleForge
|
|
1592
1592
|
};
|
|
1593
|
-
//# sourceMappingURL=chunk-
|
|
1593
|
+
//# sourceMappingURL=chunk-H7KZ34VX.js.map
|