@kernlang/agon 0.1.1 → 0.1.2
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-RSS3RL6Z.js → chunk-F72VMPTY.js} +2 -2
- package/dist/{chunk-LVW723TJ.js → chunk-GLQ5IQ5X.js} +2 -2
- package/dist/{chunk-HVJTVOXT.js → chunk-IA4AR2R4.js} +22 -8
- package/dist/chunk-IA4AR2R4.js.map +1 -0
- package/dist/{forge-JWR2Z76K.js → forge-G274YAH7.js} +3 -3
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/{plan-mode-KBJY2FJN.js → plan-mode-DCE7VGQV.js} +3 -3
- package/package.json +3 -3
- package/dist/chunk-HVJTVOXT.js.map +0 -1
- /package/dist/{chunk-RSS3RL6Z.js.map → chunk-F72VMPTY.js.map} +0 -0
- /package/dist/{chunk-LVW723TJ.js.map → chunk-GLQ5IQ5X.js.map} +0 -0
- /package/dist/{forge-JWR2Z76K.js.map → forge-G274YAH7.js.map} +0 -0
- /package/dist/{plan-mode-KBJY2FJN.js.map → plan-mode-DCE7VGQV.js.map} +0 -0
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
buildStepExecutors,
|
|
4
4
|
handleExitPlanMode,
|
|
5
5
|
handleProposePlan
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-GLQ5IQ5X.js";
|
|
7
|
+
import "./chunk-IA4AR2R4.js";
|
|
8
8
|
import "./chunk-7PMMOQZ7.js";
|
|
9
9
|
import "./chunk-5QMVQPHY.js";
|
|
10
10
|
export {
|
|
@@ -12,4 +12,4 @@ export {
|
|
|
12
12
|
handleExitPlanMode,
|
|
13
13
|
handleProposePlan
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=plan-mode-
|
|
15
|
+
//# sourceMappingURL=plan-mode-DCE7VGQV.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kernlang/agon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The competitive multi-AI orchestration CLI. Engines compete in isolated git worktrees on the same task, the best test-passing solution is applied, and Glicko-2 ratings track each model over time. Modes: forge, brainstorm, synthesis, tribunal, council, campfire, think, nero, goal, conquer.",
|
|
6
6
|
"keywords": [
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"kern:compile": "node ../../scripts/run-kern-compile.mjs src/kern/ src/generated/ --target=auto --recursive"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@kernlang/agon-engines": "^0.1.
|
|
58
|
-
"@kernlang/agon-dedup": "^0.1.
|
|
57
|
+
"@kernlang/agon-engines": "^0.1.1",
|
|
58
|
+
"@kernlang/agon-dedup": "^0.1.2",
|
|
59
59
|
"@ai-sdk/anthropic": "^3.0.67",
|
|
60
60
|
"@ai-sdk/openai-compatible": "^2.0.40",
|
|
61
61
|
"@kernlang/protocol": "~3.5.7",
|