@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
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
buildStepExecutors,
|
|
4
4
|
handleExitPlanMode,
|
|
5
5
|
handleProposePlan
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-52VTWOLH.js";
|
|
7
|
+
import "./chunk-XOJPAFCJ.js";
|
|
8
|
+
import "./chunk-PFHGKBQT.js";
|
|
9
9
|
import "./chunk-5QMVQPHY.js";
|
|
10
10
|
export {
|
|
11
11
|
buildStepExecutors,
|
|
12
12
|
handleExitPlanMode,
|
|
13
13
|
handleProposePlan
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=plan-mode-
|
|
15
|
+
//# sourceMappingURL=plan-mode-OSU42TOI.js.map
|
|
@@ -70,6 +70,7 @@ import {
|
|
|
70
70
|
buildCliGroupsImmediate,
|
|
71
71
|
buildCliModelGroups,
|
|
72
72
|
buildCliModelGroupsAsync,
|
|
73
|
+
buildCodebaseMap,
|
|
73
74
|
buildCritiquePrompt,
|
|
74
75
|
buildExtensionContext,
|
|
75
76
|
buildForgePrompt,
|
|
@@ -98,11 +99,13 @@ import {
|
|
|
98
99
|
checkFileWritePermission,
|
|
99
100
|
classifyDispatchFailure,
|
|
100
101
|
classifyTask,
|
|
102
|
+
clearCodebaseMapCache,
|
|
101
103
|
clearConversation,
|
|
102
104
|
clearLineSequence,
|
|
103
105
|
clearLinesSequence,
|
|
104
106
|
clearProjectFileStateCaches,
|
|
105
107
|
clearSessionState,
|
|
108
|
+
collectSourceFiles,
|
|
106
109
|
companionDispatch,
|
|
107
110
|
completeAgent,
|
|
108
111
|
completeTurn,
|
|
@@ -121,6 +124,7 @@ import {
|
|
|
121
124
|
createCesarMemory,
|
|
122
125
|
createCesarPlan,
|
|
123
126
|
createCompanionSession,
|
|
127
|
+
createConquerTool,
|
|
124
128
|
createDelegateTool,
|
|
125
129
|
createEditTool,
|
|
126
130
|
createExitPlanModeTool,
|
|
@@ -181,6 +185,7 @@ import {
|
|
|
181
185
|
exitCesarPlan,
|
|
182
186
|
extractImagesFromInput,
|
|
183
187
|
extractPatchFilePatterns,
|
|
188
|
+
extractSymbols,
|
|
184
189
|
failAgent,
|
|
185
190
|
failPlan,
|
|
186
191
|
fetchModelsRegistry,
|
|
@@ -205,6 +210,7 @@ import {
|
|
|
205
210
|
getAgonHome,
|
|
206
211
|
getAuthKey,
|
|
207
212
|
getBinaryVersion,
|
|
213
|
+
getBinaryVersionAsync,
|
|
208
214
|
getCesarPlansDir,
|
|
209
215
|
getEngineGlickoRating,
|
|
210
216
|
getEnginePricing,
|
|
@@ -226,6 +232,7 @@ import {
|
|
|
226
232
|
htmlToText,
|
|
227
233
|
hydrateWorktreeBuildArtifacts,
|
|
228
234
|
initExtensions,
|
|
235
|
+
installKernStackTraceMapper,
|
|
229
236
|
invertPatch,
|
|
230
237
|
isDangerousCommand,
|
|
231
238
|
isDirty,
|
|
@@ -269,6 +276,7 @@ import {
|
|
|
269
276
|
makeFormat,
|
|
270
277
|
makeToolCall,
|
|
271
278
|
makeTurnComplete,
|
|
279
|
+
mapKernStackTrace,
|
|
272
280
|
mcpDiscoveryFingerprint,
|
|
273
281
|
mcpServersToWireFormat,
|
|
274
282
|
mergeBlocksByRole,
|
|
@@ -306,6 +314,7 @@ import {
|
|
|
306
314
|
recordForgeJudgment,
|
|
307
315
|
recordForgeOutcome,
|
|
308
316
|
refreshCliGroup,
|
|
317
|
+
refreshCliGroupVersion,
|
|
309
318
|
refreshProbedCliModels,
|
|
310
319
|
registerBuiltinCommands,
|
|
311
320
|
rehydrateSessionWorktree,
|
|
@@ -325,6 +334,7 @@ import {
|
|
|
325
334
|
resolveDedupSidecar,
|
|
326
335
|
resolveImagePath,
|
|
327
336
|
resolveIsolationMode,
|
|
337
|
+
resolveKernSourceLocation,
|
|
328
338
|
resolveWorkingDir,
|
|
329
339
|
resumeChatSession,
|
|
330
340
|
revertSnapshot,
|
|
@@ -376,6 +386,7 @@ import {
|
|
|
376
386
|
tracker,
|
|
377
387
|
unavailableUsage,
|
|
378
388
|
undoPatch,
|
|
389
|
+
uninstallKernStackTraceMapper,
|
|
379
390
|
updateChatSummary,
|
|
380
391
|
updateGlicko,
|
|
381
392
|
updateGlickoRanked,
|
|
@@ -397,7 +408,7 @@ import {
|
|
|
397
408
|
worktreeRemoveBestEffort,
|
|
398
409
|
writeProvenanceReport,
|
|
399
410
|
writeRunStatus
|
|
400
|
-
} from "./chunk-
|
|
411
|
+
} from "./chunk-PFHGKBQT.js";
|
|
401
412
|
import {
|
|
402
413
|
apiDispatch,
|
|
403
414
|
apiStreamDispatch,
|
|
@@ -477,6 +488,7 @@ export {
|
|
|
477
488
|
buildCliGroupsImmediate,
|
|
478
489
|
buildCliModelGroups,
|
|
479
490
|
buildCliModelGroupsAsync,
|
|
491
|
+
buildCodebaseMap,
|
|
480
492
|
buildCritiquePrompt,
|
|
481
493
|
buildExtensionContext,
|
|
482
494
|
buildForgePrompt,
|
|
@@ -505,11 +517,13 @@ export {
|
|
|
505
517
|
checkFileWritePermission,
|
|
506
518
|
classifyDispatchFailure,
|
|
507
519
|
classifyTask,
|
|
520
|
+
clearCodebaseMapCache,
|
|
508
521
|
clearConversation,
|
|
509
522
|
clearLineSequence,
|
|
510
523
|
clearLinesSequence,
|
|
511
524
|
clearProjectFileStateCaches,
|
|
512
525
|
clearSessionState,
|
|
526
|
+
collectSourceFiles,
|
|
513
527
|
companionDispatch,
|
|
514
528
|
completeAgent,
|
|
515
529
|
completeTurn,
|
|
@@ -528,6 +542,7 @@ export {
|
|
|
528
542
|
createCesarMemory,
|
|
529
543
|
createCesarPlan,
|
|
530
544
|
createCompanionSession,
|
|
545
|
+
createConquerTool,
|
|
531
546
|
createDelegateTool,
|
|
532
547
|
createEditTool,
|
|
533
548
|
createExitPlanModeTool,
|
|
@@ -588,6 +603,7 @@ export {
|
|
|
588
603
|
exitCesarPlan,
|
|
589
604
|
extractImagesFromInput,
|
|
590
605
|
extractPatchFilePatterns,
|
|
606
|
+
extractSymbols,
|
|
591
607
|
failAgent,
|
|
592
608
|
failPlan,
|
|
593
609
|
fetchModelsRegistry,
|
|
@@ -612,6 +628,7 @@ export {
|
|
|
612
628
|
getAgonHome,
|
|
613
629
|
getAuthKey,
|
|
614
630
|
getBinaryVersion,
|
|
631
|
+
getBinaryVersionAsync,
|
|
615
632
|
getCesarPlansDir,
|
|
616
633
|
getEngineGlickoRating,
|
|
617
634
|
getEnginePricing,
|
|
@@ -633,6 +650,7 @@ export {
|
|
|
633
650
|
htmlToText,
|
|
634
651
|
hydrateWorktreeBuildArtifacts,
|
|
635
652
|
initExtensions,
|
|
653
|
+
installKernStackTraceMapper,
|
|
636
654
|
invertPatch,
|
|
637
655
|
isDangerousCommand,
|
|
638
656
|
isDirty,
|
|
@@ -676,6 +694,7 @@ export {
|
|
|
676
694
|
makeFormat,
|
|
677
695
|
makeToolCall,
|
|
678
696
|
makeTurnComplete,
|
|
697
|
+
mapKernStackTrace,
|
|
679
698
|
mcpDiscoveryFingerprint,
|
|
680
699
|
mcpServersToWireFormat,
|
|
681
700
|
mergeBlocksByRole,
|
|
@@ -713,6 +732,7 @@ export {
|
|
|
713
732
|
recordForgeJudgment,
|
|
714
733
|
recordForgeOutcome,
|
|
715
734
|
refreshCliGroup,
|
|
735
|
+
refreshCliGroupVersion,
|
|
716
736
|
refreshProbedCliModels,
|
|
717
737
|
registerBuiltinCommands,
|
|
718
738
|
rehydrateSessionWorktree,
|
|
@@ -732,6 +752,7 @@ export {
|
|
|
732
752
|
resolveDedupSidecar,
|
|
733
753
|
resolveImagePath,
|
|
734
754
|
resolveIsolationMode,
|
|
755
|
+
resolveKernSourceLocation,
|
|
735
756
|
resolveWorkingDir,
|
|
736
757
|
resumeChatSession,
|
|
737
758
|
revertSnapshot,
|
|
@@ -783,6 +804,7 @@ export {
|
|
|
783
804
|
tracker,
|
|
784
805
|
unavailableUsage,
|
|
785
806
|
undoPatch,
|
|
807
|
+
uninstallKernStackTraceMapper,
|
|
786
808
|
updateChatSummary,
|
|
787
809
|
updateGlicko,
|
|
788
810
|
updateGlickoRanked,
|
|
@@ -805,4 +827,4 @@ export {
|
|
|
805
827
|
writeProvenanceReport,
|
|
806
828
|
writeRunStatus
|
|
807
829
|
};
|
|
808
|
-
//# sourceMappingURL=src-
|
|
830
|
+
//# sourceMappingURL=src-4VOZ6GIN.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.3",
|
|
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.3",
|
|
59
59
|
"@ai-sdk/anthropic": "^3.0.67",
|
|
60
60
|
"@ai-sdk/openai-compatible": "^2.0.40",
|
|
61
61
|
"@kernlang/protocol": "~3.5.7",
|