mastracode 0.26.0 → 0.26.1-alpha.0
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/CHANGELOG.md +11 -0
- package/dist/{acp-G5OLW7EV.js → acp-LENNVD37.js} +3 -3
- package/dist/{acp-G5OLW7EV.js.map → acp-LENNVD37.js.map} +1 -1
- package/dist/{acp-YSYEXVBE.cjs → acp-UF33ZDIG.cjs} +4 -4
- package/dist/{acp-YSYEXVBE.cjs.map → acp-UF33ZDIG.cjs.map} +1 -1
- package/dist/{chunk-NUKVNLFS.cjs → chunk-7BTCK3WA.cjs} +3 -3
- package/dist/chunk-7BTCK3WA.cjs.map +1 -0
- package/dist/{chunk-GT3A3LAA.js → chunk-IVWQHERI.js} +3 -2
- package/dist/chunk-IVWQHERI.js.map +1 -0
- package/dist/{chunk-LUSQ75XP.js → chunk-X3CUXLJP.js} +3 -3
- package/dist/chunk-X3CUXLJP.js.map +1 -0
- package/dist/{chunk-Z3HFSXTB.cjs → chunk-YPTGVE6M.cjs} +4 -3
- package/dist/chunk-YPTGVE6M.cjs.map +1 -0
- package/dist/cli.cjs +9 -9
- package/dist/cli.js +3 -3
- package/dist/index.cjs +7 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +11 -11
- package/dist/chunk-GT3A3LAA.js.map +0 -1
- package/dist/chunk-LUSQ75XP.js.map +0 -1
- package/dist/chunk-NUKVNLFS.cjs.map +0 -1
- package/dist/chunk-Z3HFSXTB.cjs.map +0 -1
|
@@ -4382,6 +4382,7 @@ async function createMastraCodeAgentController(config) {
|
|
|
4382
4382
|
// config (a custom settings file would otherwise diverge).
|
|
4383
4383
|
judge: (ctx) => getGoalJudgeModel(ctx, config?.settingsPath),
|
|
4384
4384
|
maxRuns: globalSettings.models.goalMaxTurns ?? 50,
|
|
4385
|
+
maxSteps: 1e3,
|
|
4385
4386
|
prompt: DEFAULT_GOAL_JUDGE_PROMPT,
|
|
4386
4387
|
// Read-only workspace tools the default goal judge may call to verify the
|
|
4387
4388
|
// agent's work against the actual filesystem (view, search_content,
|
|
@@ -4665,5 +4666,5 @@ async function mountAgentControllerOnMastra(config) {
|
|
|
4665
4666
|
var createMastraCode = bootLocalAgentController;
|
|
4666
4667
|
|
|
4667
4668
|
export { bootLocalAgentController, createAuthStorage, createMastraCode, createMastraCodeAgentController, mountAgentControllerOnMastra, wireSessionConcerns };
|
|
4668
|
-
//# sourceMappingURL=chunk-
|
|
4669
|
-
//# sourceMappingURL=chunk-
|
|
4669
|
+
//# sourceMappingURL=chunk-IVWQHERI.js.map
|
|
4670
|
+
//# sourceMappingURL=chunk-IVWQHERI.js.map
|