mastracode 0.32.2-alpha.1 → 0.32.2-alpha.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/CHANGELOG.md +16 -0
- package/dist/{chunk-NSETD5EA.cjs → chunk-LDCL2KGF.cjs} +3 -3
- package/dist/{chunk-NSETD5EA.cjs.map → chunk-LDCL2KGF.cjs.map} +1 -1
- package/dist/{chunk-EFW2IN6O.js → chunk-N3CNDPYJ.js} +2 -2
- package/dist/{chunk-EFW2IN6O.js.map → chunk-N3CNDPYJ.js.map} +1 -1
- package/dist/cli.cjs +6 -6
- package/dist/cli.js +2 -2
- package/dist/tui/components/thread-selector.d.ts.map +1 -1
- package/dist/tui/components/tool-approval-dialog.d.ts.map +1 -1
- package/dist/tui/render-messages.d.ts.map +1 -1
- package/dist/tui.cjs +18 -18
- package/dist/tui.js +1 -1
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.32.2-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @mastra/core@1.53.0-alpha.3
|
|
9
|
+
- @mastra/code-sdk@1.0.2-alpha.3
|
|
10
|
+
|
|
11
|
+
## 0.32.2-alpha.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`75f843d`](https://github.com/mastra-ai/mastra/commit/75f843d09f758223e6eeb321321bdcc5c7e779d0)]:
|
|
16
|
+
- @mastra/core@1.53.0-alpha.2
|
|
17
|
+
- @mastra/code-sdk@1.0.2-alpha.2
|
|
18
|
+
|
|
3
19
|
## 0.32.2-alpha.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -17961,7 +17961,7 @@ function inertSession() {
|
|
|
17961
17961
|
};
|
|
17962
17962
|
}
|
|
17963
17963
|
function resolveAsset(name) {
|
|
17964
|
-
const here = path2.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
17964
|
+
const here = path2.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-LDCL2KGF.cjs', document.baseURI).href))));
|
|
17965
17965
|
const candidates = [
|
|
17966
17966
|
path2.join(here, name),
|
|
17967
17967
|
// dev: src/tui/voice/native/<name>
|
|
@@ -21852,5 +21852,5 @@ exports.getThemeMode = getThemeMode;
|
|
|
21852
21852
|
exports.mastra = mastra;
|
|
21853
21853
|
exports.restoreTerminalForeground = restoreTerminalForeground;
|
|
21854
21854
|
exports.theme = theme;
|
|
21855
|
-
//# sourceMappingURL=chunk-
|
|
21856
|
-
//# sourceMappingURL=chunk-
|
|
21855
|
+
//# sourceMappingURL=chunk-LDCL2KGF.cjs.map
|
|
21856
|
+
//# sourceMappingURL=chunk-LDCL2KGF.cjs.map
|