mastracode 0.9.2-alpha.6 → 0.9.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/CHANGELOG.md +25 -0
- package/dist/{chunk-5XEWXL6R.cjs → chunk-FZQRK4G2.cjs} +3 -3
- package/dist/{chunk-5XEWXL6R.cjs.map → chunk-FZQRK4G2.cjs.map} +1 -1
- package/dist/{chunk-BUDEE4LP.js → chunk-LX45X3QZ.js} +3 -3
- package/dist/{chunk-BUDEE4LP.js.map → chunk-LX45X3QZ.js.map} +1 -1
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added macOS sleep prevention while Mastra Code is actively running. ([#14586](https://github.com/mastra-ai/mastra/pull/14586))
|
|
8
|
+
|
|
9
|
+
Mastra Code now starts the built-in caffeinate utility only while an agent run is in progress, then releases it after completion, aborts, errors, or app shutdown.
|
|
10
|
+
|
|
11
|
+
To opt out, set MASTRACODE_DISABLE_CAFFEINATE=1 before launching Mastra Code.
|
|
12
|
+
|
|
13
|
+
- Removed the Anthropic OAuth warning flow from Mastra Code. ([#14605](https://github.com/mastra-ai/mastra/pull/14605))
|
|
14
|
+
|
|
15
|
+
`/login`, startup, and the setup wizard no longer interrupt Anthropic OAuth with the Claude Max warning prompt, and the related onboarding setting has been removed. Anthropic has confirmed that users do not get banned for using Claude max oauth. https://x.com/trq212/status/2035076299774206228?s=20
|
|
16
|
+
|
|
17
|
+
- Mastra Code now defaults the OpenAI mode pack to use `openai/gpt-5.4` for build and plan, and `openai/gpt-5.4-mini` for fast mode. The OpenAI OM pack selected during setup now defaults to `openai/gpt-5.4-mini`. ([#14604](https://github.com/mastra-ai/mastra/pull/14604))
|
|
18
|
+
|
|
19
|
+
- Improved Mastra Code autonomy prompts by expanding the default guidance around assumptions, persistence, and when to ask questions. Also applied GPT-5.4-specific prompt instructions consistently during prompt assembly. ([#14587](https://github.com/mastra-ai/mastra/pull/14587))
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`68ed4e9`](https://github.com/mastra-ai/mastra/commit/68ed4e9f118e8646b60a6112dabe854d0ef53902), [`085c1da`](https://github.com/mastra-ai/mastra/commit/085c1daf71b55a97b8ebad26623089e40055021c), [`085c1da`](https://github.com/mastra-ai/mastra/commit/085c1daf71b55a97b8ebad26623089e40055021c), [`be37de4`](https://github.com/mastra-ai/mastra/commit/be37de4391bd1d5486ce38efacbf00ca51637262), [`7dbd611`](https://github.com/mastra-ai/mastra/commit/7dbd611a85cb1e0c0a1581c57564268cb183d86e), [`f14604c`](https://github.com/mastra-ai/mastra/commit/f14604c7ef01ba794e1a8d5c7bae5415852aacec), [`4a75e10`](https://github.com/mastra-ai/mastra/commit/4a75e106bd31c283a1b3fe74c923610dcc46415b), [`f3ce603`](https://github.com/mastra-ai/mastra/commit/f3ce603fd76180f4a5be90b6dc786d389b6b3e98), [`423aa6f`](https://github.com/mastra-ai/mastra/commit/423aa6fd12406de6a1cc6b68e463d30af1d790fb), [`f21c626`](https://github.com/mastra-ai/mastra/commit/f21c6263789903ab9720b4d11373093298e97f15), [`41aee84`](https://github.com/mastra-ai/mastra/commit/41aee84561ceebe28bad1ecba8702d92838f67f0), [`2871451`](https://github.com/mastra-ai/mastra/commit/2871451703829aefa06c4a5d6eca7fd3731222ef), [`085c1da`](https://github.com/mastra-ai/mastra/commit/085c1daf71b55a97b8ebad26623089e40055021c), [`4bb5adc`](https://github.com/mastra-ai/mastra/commit/4bb5adc05c88e3a83fe1ea5ecb9eae6e17313124), [`4bb5adc`](https://github.com/mastra-ai/mastra/commit/4bb5adc05c88e3a83fe1ea5ecb9eae6e17313124), [`e06b520`](https://github.com/mastra-ai/mastra/commit/e06b520bdd5fdef844760c5e692c7852cbc5c240), [`d3930ea`](https://github.com/mastra-ai/mastra/commit/d3930eac51c30b0ecf7eaa54bb9430758b399777), [`dd9c4e0`](https://github.com/mastra-ai/mastra/commit/dd9c4e0a47962f1413e9b72114fcad912e19a0a6), [`23bd359`](https://github.com/mastra-ai/mastra/commit/23bd359c50898c3b28b9ee25ce47c12614da5a36)]:
|
|
22
|
+
- @mastra/core@1.16.0
|
|
23
|
+
- @mastra/libsql@1.7.2
|
|
24
|
+
- @mastra/pg@1.8.3
|
|
25
|
+
- @mastra/memory@1.10.0
|
|
26
|
+
- @mastra/mcp@1.3.1
|
|
27
|
+
|
|
3
28
|
## 0.9.2-alpha.6
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
@@ -888,7 +888,7 @@ function getInstallCommand(pm, version) {
|
|
|
888
888
|
}
|
|
889
889
|
function getCurrentVersion() {
|
|
890
890
|
{
|
|
891
|
-
return "0.9.2
|
|
891
|
+
return "0.9.2";
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
894
|
async function fetchLatestVersion() {
|
|
@@ -12201,5 +12201,5 @@ exports.createTUIState = createTUIState;
|
|
|
12201
12201
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12202
12202
|
exports.formatOMStatus = formatOMStatus;
|
|
12203
12203
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12204
|
-
//# sourceMappingURL=chunk-
|
|
12205
|
-
//# sourceMappingURL=chunk-
|
|
12204
|
+
//# sourceMappingURL=chunk-FZQRK4G2.cjs.map
|
|
12205
|
+
//# sourceMappingURL=chunk-FZQRK4G2.cjs.map
|