mastracode 0.19.1-alpha.3 → 0.20.0-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 +49 -0
- package/dist/{chunk-UIND3DE3.js → chunk-NCQE7X5B.js} +283 -170
- package/dist/chunk-NCQE7X5B.js.map +1 -0
- package/dist/{chunk-3AJ2BUE6.cjs → chunk-OUYWAG74.cjs} +283 -170
- package/dist/chunk-OUYWAG74.cjs.map +1 -0
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui/command-dispatch.d.ts.map +1 -1
- package/dist/tui/commands/index.d.ts +1 -1
- package/dist/tui/commands/index.d.ts.map +1 -1
- package/dist/tui/commands/skill-filters.d.ts +8 -0
- package/dist/tui/commands/skill-filters.d.ts.map +1 -0
- package/dist/tui/commands/skills.d.ts +1 -0
- package/dist/tui/commands/skills.d.ts.map +1 -1
- package/dist/tui/components/help-overlay.d.ts.map +1 -1
- package/dist/tui/mastra-tui.d.ts.map +1 -1
- package/dist/tui/render-messages.d.ts.map +1 -1
- package/dist/tui/setup.d.ts +8 -0
- package/dist/tui/setup.d.ts.map +1 -1
- package/dist/tui/state.d.ts +1 -0
- package/dist/tui/state.d.ts.map +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +8 -8
- package/dist/chunk-3AJ2BUE6.cjs.map +0 -1
- package/dist/chunk-UIND3DE3.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.20.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Added the `/skill/<name>` command to explicitly activate an installed workspace skill in the current conversation. This complements automatic skill activation. ([#16618](https://github.com/mastra-ai/mastra/pull/16618))
|
|
8
|
+
|
|
9
|
+
```text
|
|
10
|
+
/skill/github-triage
|
|
11
|
+
/skill/release-check focus tests
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
The command loads the skill's instructions (plus any `references/`, `scripts/`, and `assets/` paths the skill ships) and sends them to the agent. Use `/skills` to list available skills.
|
|
15
|
+
|
|
16
|
+
Skills can opt out of direct user invocation by setting `user-invocable: false` in their frontmatter — those skills remain available for automatic activation by the agent but do not appear in `/skill/<name>` autocomplete, the `/skills` listing, or accept direct invocation.
|
|
17
|
+
|
|
18
|
+
```md title=".mastracode/skills/internal-helper/SKILL.md"
|
|
19
|
+
---
|
|
20
|
+
name: internal-helper
|
|
21
|
+
description: Used by the agent internally; not for direct user invocation.
|
|
22
|
+
user-invocable: false
|
|
23
|
+
---
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Closes #16344.
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Improved thread signal handling in the TUI to work with the simplified signal contents shape. ([#16622](https://github.com/mastra-ai/mastra/pull/16622))
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`452036a`](https://github.com/mastra-ai/mastra/commit/452036a0d965b4f4c1efd93606e4f03b50b807a5), [`1a9cc60`](https://github.com/mastra-ai/mastra/commit/1a9cc6069f9910fc3d59e4953ac8cd95d89ad6f5), [`64c1e0b`](https://github.com/mastra-ai/mastra/commit/64c1e0b35165c96b659818bd0177aa18794ef11f), [`40d83a9`](https://github.com/mastra-ai/mastra/commit/40d83a90d9be31a1b83e04649edb703eb7753e33)]:
|
|
33
|
+
- @mastra/core@1.36.0-alpha.0
|
|
34
|
+
|
|
35
|
+
## 0.19.1
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Improve goal mode UX: ([#16654](https://github.com/mastra-ai/mastra/pull/16654))
|
|
40
|
+
- Add `/goal` actions and built-in subcommand autocomplete.
|
|
41
|
+
- Add goal-aware planning guidance so submitted plans can be used as executable goals.
|
|
42
|
+
- Let the judge evaluate full assistant responses and verify work with readonly workspace tools.
|
|
43
|
+
- Stream muted judge activity into the goal box and support Ctrl+C judge aborts.
|
|
44
|
+
- Show duration-based goal status and clearer plan approval rendering with streamed plan previews.
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [[`b661349`](https://github.com/mastra-ai/mastra/commit/b661349281514691db78941a9044e6e4f1cde7a7), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`271c044`](https://github.com/mastra-ai/mastra/commit/271c044f6b79ff38cfa3409f4385fbd26a0f3185), [`1be0793`](https://github.com/mastra-ai/mastra/commit/1be079325f05cdec100cc6967572576dfc9e2e44), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`bad08e9`](https://github.com/mastra-ai/mastra/commit/bad08e99c5291884c3ac76743c78c74f53a302c2), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`816b974`](https://github.com/mastra-ai/mastra/commit/816b974b424e4a1bfae3af30cc41263b6f1c0344), [`b32ba5f`](https://github.com/mastra-ai/mastra/commit/b32ba5fde524b46a4ff1bdf38e30d62a2bb29b04), [`75c7c38`](https://github.com/mastra-ai/mastra/commit/75c7c38a4e9af9821931539dd339f57fcc6414e3), [`3d42730`](https://github.com/mastra-ai/mastra/commit/3d42730bed209f3ea4088be10013df6fa91fe757)]:
|
|
47
|
+
- @mastra/core@1.35.0
|
|
48
|
+
- @mastra/libsql@1.11.0
|
|
49
|
+
- @mastra/pg@1.11.0
|
|
50
|
+
- @mastra/memory@1.18.2
|
|
51
|
+
|
|
3
52
|
## 0.19.1-alpha.3
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|