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
|
@@ -723,7 +723,7 @@ function getDynamicWorkspace({ requestContext, mastra: mastra2 }) {
|
|
|
723
723
|
return existing;
|
|
724
724
|
}
|
|
725
725
|
const userLsp = chunkKGBCGF6C_cjs.loadSettings().lsp ?? {};
|
|
726
|
-
const mcModulePath = path.join(path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
726
|
+
const mcModulePath = path.join(path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-YPTGVE6M.cjs', document.baseURI).href)))), "..");
|
|
727
727
|
const lspConfig = {
|
|
728
728
|
...userLsp,
|
|
729
729
|
packageRunner: userLsp.packageRunner || detectPackageRunner(projectPath),
|
|
@@ -4404,6 +4404,7 @@ async function createMastraCodeAgentController(config) {
|
|
|
4404
4404
|
// config (a custom settings file would otherwise diverge).
|
|
4405
4405
|
judge: (ctx) => getGoalJudgeModel(ctx, config?.settingsPath),
|
|
4406
4406
|
maxRuns: globalSettings.models.goalMaxTurns ?? 50,
|
|
4407
|
+
maxSteps: 1e3,
|
|
4407
4408
|
prompt: tools.DEFAULT_GOAL_JUDGE_PROMPT,
|
|
4408
4409
|
// Read-only workspace tools the default goal judge may call to verify the
|
|
4409
4410
|
// agent's work against the actual filesystem (view, search_content,
|
|
@@ -4692,5 +4693,5 @@ exports.createMastraCode = createMastraCode;
|
|
|
4692
4693
|
exports.createMastraCodeAgentController = createMastraCodeAgentController;
|
|
4693
4694
|
exports.mountAgentControllerOnMastra = mountAgentControllerOnMastra;
|
|
4694
4695
|
exports.wireSessionConcerns = wireSessionConcerns;
|
|
4695
|
-
//# sourceMappingURL=chunk-
|
|
4696
|
-
//# sourceMappingURL=chunk-
|
|
4696
|
+
//# sourceMappingURL=chunk-YPTGVE6M.cjs.map
|
|
4697
|
+
//# sourceMappingURL=chunk-YPTGVE6M.cjs.map
|