mastracode 0.23.1-alpha.0 → 0.23.1-alpha.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 +102 -0
- package/dist/agents/memory.d.ts.map +1 -1
- package/dist/agents/workspace.d.ts +14 -1
- package/dist/agents/workspace.d.ts.map +1 -1
- package/dist/{chunk-FXYM4OEI.js → chunk-AUIPVVAS.js} +3 -3
- package/dist/{chunk-FXYM4OEI.js.map → chunk-AUIPVVAS.js.map} +1 -1
- package/dist/{chunk-J3ISOP5J.cjs → chunk-BULVNQ2P.cjs} +6 -2
- package/dist/chunk-BULVNQ2P.cjs.map +1 -0
- package/dist/{chunk-UC76C7ZM.js → chunk-GJYXDL6Q.js} +581 -485
- package/dist/chunk-GJYXDL6Q.js.map +1 -0
- package/dist/{chunk-XPPJHUAD.cjs → chunk-S2RM75NL.cjs} +7 -7
- package/dist/{chunk-XPPJHUAD.cjs.map → chunk-S2RM75NL.cjs.map} +1 -1
- package/dist/{chunk-W5FMXE2O.cjs → chunk-VETNGNCX.cjs} +1430 -1334
- package/dist/chunk-VETNGNCX.cjs.map +1 -0
- package/dist/{chunk-RDIIIT54.js → chunk-VN4EYS2P.js} +98 -54
- package/dist/chunk-VN4EYS2P.js.map +1 -0
- package/dist/{chunk-3CO7PY6M.cjs → chunk-YJPPQYEY.cjs} +160 -116
- package/dist/chunk-YJPPQYEY.cjs.map +1 -0
- package/dist/{chunk-5FT2NNFO.js → chunk-Z5EMG7I2.js} +6 -2
- package/dist/chunk-Z5EMG7I2.js.map +1 -0
- package/dist/cli.cjs +32 -30
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +16 -14
- package/dist/cli.js.map +1 -1
- package/dist/headless.d.ts.map +1 -1
- package/dist/hooks/config.d.ts +2 -2
- package/dist/hooks/config.d.ts.map +1 -1
- package/dist/hooks/manager.d.ts +2 -1
- package/dist/hooks/manager.d.ts.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/schema.d.ts +2 -0
- package/dist/schema.d.ts.map +1 -1
- package/dist/storage-OFG4C77R.js +3 -0
- package/dist/{storage-SJM4TJX5.js.map → storage-OFG4C77R.js.map} +1 -1
- package/dist/storage-RIEW2ZEA.cjs +24 -0
- package/dist/{storage-LJRPYE5O.cjs.map → storage-RIEW2ZEA.cjs.map} +1 -1
- package/dist/tools/utils.d.ts.map +1 -1
- package/dist/tui/commands/api-keys.d.ts.map +1 -1
- package/dist/tui/commands/browser.d.ts.map +1 -1
- package/dist/tui/commands/github.d.ts.map +1 -1
- package/dist/tui/commands/goal.d.ts.map +1 -1
- package/dist/tui/commands/om.d.ts.map +1 -1
- package/dist/tui/commands/sandbox.d.ts.map +1 -1
- package/dist/tui/commands/types.d.ts +2 -1
- package/dist/tui/commands/types.d.ts.map +1 -1
- package/dist/tui/components/judge-display.d.ts +3 -2
- package/dist/tui/components/judge-display.d.ts.map +1 -1
- package/dist/tui/goal-manager.d.ts +1 -1
- package/dist/tui/goal-manager.d.ts.map +1 -1
- package/dist/tui/handlers/agent-lifecycle.d.ts.map +1 -1
- package/dist/tui/mastra-tui.d.ts +1 -0
- 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 +1 -1
- package/dist/tui/setup.d.ts.map +1 -1
- package/dist/tui/state.d.ts +7 -4
- package/dist/tui/state.d.ts.map +1 -1
- package/dist/tui.cjs +19 -19
- package/dist/tui.js +2 -2
- package/dist/utils/project.d.ts.map +1 -1
- package/dist/utils/update-check.d.ts.map +1 -1
- package/package.json +10 -11
- package/dist/HarnessCompat.d.ts +0 -60
- package/dist/HarnessCompat.d.ts.map +0 -1
- package/dist/chunk-3CO7PY6M.cjs.map +0 -1
- package/dist/chunk-5FT2NNFO.js.map +0 -1
- package/dist/chunk-J3ISOP5J.cjs.map +0 -1
- package/dist/chunk-RDIIIT54.js.map +0 -1
- package/dist/chunk-UC76C7ZM.js.map +0 -1
- package/dist/chunk-W5FMXE2O.cjs.map +0 -1
- package/dist/harness-tui-v1.d.ts +0 -2
- package/dist/harness-tui-v1.d.ts.map +0 -1
- package/dist/storage-LJRPYE5O.cjs +0 -24
- package/dist/storage-SJM4TJX5.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,107 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.23.1-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Removed the unused harness v1 TUI development script. ([#18131](https://github.com/mastra-ai/mastra/pull/18131))
|
|
8
|
+
|
|
9
|
+
- Move the Harness display state onto `session.displayState` ([#18136](https://github.com/mastra-ai/mastra/pull/18136))
|
|
10
|
+
|
|
11
|
+
The canonical display state a UI renders — `isRunning`, active tools, tool-input
|
|
12
|
+
buffers, pending approval/suspensions, active subagents, current message,
|
|
13
|
+
queued follow-ups, modified files, tasks, OM progress, and token usage — now
|
|
14
|
+
lives on the Session as `session.displayState`, alongside the reducer that keeps
|
|
15
|
+
it in sync with every Harness event.
|
|
16
|
+
|
|
17
|
+
`SessionDisplayState` owns:
|
|
18
|
+
- `get()` — a read-only snapshot to render from (replaces `harness.getDisplayState()`)
|
|
19
|
+
- `apply(event)` — the centralized state machine that folds each event into the snapshot
|
|
20
|
+
- `resetThread()` — reset thread-scoped fields on thread switch/create
|
|
21
|
+
- `restoreTasks(tasks)` — restore replayed task history without emitting an event
|
|
22
|
+
- `clearPendingSuspensions()` / `deletePendingSuspension(toolCallId)` — display mirror upkeep on abort/resume
|
|
23
|
+
|
|
24
|
+
Display state is inherently per-conversation, so in a shared (multi-user) host
|
|
25
|
+
it can't hang off the Harness — `harness.getDisplayState()` has no single answer
|
|
26
|
+
when one host serves many sessions. It reads from `harness.session.displayState`
|
|
27
|
+
instead.
|
|
28
|
+
|
|
29
|
+
The Harness stays the **event-bus owner**: `emit()` folds the event into
|
|
30
|
+
`session.displayState` and then dispatches to listeners (including the
|
|
31
|
+
`display_state_changed` fan-out). The reducer needs a few read-only host facts it
|
|
32
|
+
doesn't own — the live token-usage tally, the subagent display-name lookup
|
|
33
|
+
(Harness config), and the active thread id — which are injected into the Session
|
|
34
|
+
at construction.
|
|
35
|
+
|
|
36
|
+
Removed from the Harness public API (read through `harness.session.displayState.*`):
|
|
37
|
+
- `getDisplayState()` → `session.displayState.get()`
|
|
38
|
+
- `restoreDisplayTasks(tasks)` → `session.displayState.restoreTasks(tasks)`
|
|
39
|
+
|
|
40
|
+
`restoreTasks` is now a pure session-state mutation (it no longer emits
|
|
41
|
+
`display_state_changed`); the UI re-renders explicitly after a replay.
|
|
42
|
+
|
|
43
|
+
- Introduce the Harness `Session`: the Harness now exposes `harness.session`, a class that owns the per-conversation runtime state that previously lived flattened on the Harness instance. The Harness remains the shared host (storage, the thread lock, the agent registry, the event bus); the Session owns the state scoped to a single user's conversation. ([#18107](https://github.com/mastra-ai/mastra/pull/18107))
|
|
44
|
+
|
|
45
|
+
`harness.session` owns:
|
|
46
|
+
- **`session.identity`** — the session's `resourceId` / `defaultResourceId` (the stable "who").
|
|
47
|
+
- **`session.thread`** — the active thread binding (`getId` / `set` / `clear` / `isSet` / `requireId`) plus the thread data domain scoped to the session: `list`, `getById`, `listMessages`, `listActiveMessages`, `firstUserMessage(s)`, and thread settings (`getSetting` / `setSetting` / `deleteSetting`). It reaches shared-host storage through an injected gateway rather than calling back into Harness orchestration.
|
|
48
|
+
- **`session.mode`** / **`session.model`** — the currently-selected mode and model (source of truth), the mode-switch sequence, and per-mode model memory. The Harness still owns the mode _definitions_ (`config.modes`).
|
|
49
|
+
- **`session.run`** — transient per-run identity (run id, trace id, operation counter) and abort control (controller, `isRunning`, `requestAbort`, …). Never persisted.
|
|
50
|
+
- **`session.stream`** — the live agent-thread subscription handle and its dedup key. Adds `session.getCurrentRunId()` and `session.abortRun()`, which compose the subscription.
|
|
51
|
+
- **`session.suspensions`** — the parked-tool resume map (`toolCallId → { runId, toolName }`) for tools paused via the native suspension primitive (`ask_user` / `request_access` / `submit_plan`).
|
|
52
|
+
- **`session.followUps`** — the queue of messages to send after the active run finishes.
|
|
53
|
+
- **`session.approval`** — the interactive tool-approval gate; `session.respondToToolApproval({ decision, requestContext })` applies the user's approve / decline / always-allow choice and releases the run.
|
|
54
|
+
- session-scoped permission grants and the live token-usage counter (the Harness still persists usage to thread metadata, since usage is thread-scoped).
|
|
55
|
+
|
|
56
|
+
**Removed from the Harness public API** — read these through `harness.session.*` instead:
|
|
57
|
+
- `getSessionGrants()`, `getTokenUsage()` → `session.getGrants()` / `session.getTokenUsage()`
|
|
58
|
+
- `getCurrentModelId()`, `hasModelSelected()` → `session.model.get()` / `session.model.hasSelection()`
|
|
59
|
+
- `getCurrentRunId()`, `getCurrentTraceId()`, `isRunning()` → `session.getCurrentRunId()` / `session.run.getTraceId()` / `session.run.isRunning()`
|
|
60
|
+
- `getCurrentThreadId()`, `getThreads()`, `listThreads()`, `listMessages()`, `listMessagesForThread()`, `getFirstUserMessage(s)ForThread(s)()`, `getThreadSetting()`, `setThreadSetting()` → `session.thread.*`
|
|
61
|
+
- `getResourceId()`, `getDefaultResourceId()` → `session.identity.*`
|
|
62
|
+
- `getFollowUpCount()` → `session.followUps.count()`
|
|
63
|
+
- `respondToToolApproval()` → `session.respondToToolApproval()`
|
|
64
|
+
- `getCurrentModeId()` → `session.mode.get()`
|
|
65
|
+
- `getCurrentMode()` → `session.mode.resolve()` (resolves the selected mode id against the host's `config.modes` catalog, injected into the Session)
|
|
66
|
+
- `hasPendingSuspensions()` → `session.suspensions.hasPending()`
|
|
67
|
+
- `isCurrentThreadStreamActive()` → `session.stream.isActive()`
|
|
68
|
+
|
|
69
|
+
`Harness.abort()` and `setResourceId()` remain on the Harness with unchanged behavior — they orchestrate Harness-host state (the display-state mirror, the agent-stream subscription, thread teardown) before delegating the relevant reads/writes to the session.
|
|
70
|
+
|
|
71
|
+
`session.mode` exposes two complementary accessors: `get()` returns the selected mode **id** (a `string`, mirroring `session.model.get()`), while `resolve()` returns the full `HarnessMode` definition by looking the id up in the injected mode catalog.
|
|
72
|
+
|
|
73
|
+
The legacy `HarnessCompat` shim (v1-session/legacy-thread merge) has been removed; its thread-list merge now lives in the Session's thread-data store, so `session.thread.list()` returns the merged result directly.
|
|
74
|
+
|
|
75
|
+
`session.abortRun()` now also releases a parked tool-approval gate: a run awaiting `session.approval.arm()` is not actively streaming, so aborting resolves the gate as a decline (rejecting the gated tool) instead of leaving the await hung. Mirrors how abort already drops parked tool suspensions.
|
|
76
|
+
|
|
77
|
+
- Improved MastraCode Harness state access. ([#18133](https://github.com/mastra-ai/mastra/pull/18133))
|
|
78
|
+
|
|
79
|
+
MastraCode now reads and writes Harness state through `harness.session.state` while keeping fallback support for older request-context mocks during the transition.
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [[`339c57c`](https://github.com/mastra-ai/mastra/commit/339c57c5b2c6dbe75a125e138228e0556528976f), [`1dd4117`](https://github.com/mastra-ai/mastra/commit/1dd4117dcbd8e031ede9f0489436bfbc6f0315b8), [`2b11d1f`](https://github.com/mastra-ai/mastra/commit/2b11d1f6ac7024c5dd2b2dd12a48a956ac9d63bd), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187), [`49af8df`](https://github.com/mastra-ai/mastra/commit/49af8df589c4ff71a5015a4553b377b32704b691), [`30ce559`](https://github.com/mastra-ai/mastra/commit/30ce55902ecf819b8ab8697398dd68b108228063), [`c241b92`](https://github.com/mastra-ai/mastra/commit/c241b929dc8c8d6a7b7219c99ed13ac1f3124a77), [`7d6ff70`](https://github.com/mastra-ai/mastra/commit/7d6ff708727297a0526ca0e26e93eeb5bbaaa187)]:
|
|
82
|
+
- @mastra/core@1.44.0-alpha.2
|
|
83
|
+
- @mastra/observability@1.14.4-alpha.1
|
|
84
|
+
|
|
85
|
+
## 0.23.1-alpha.1
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Made the native Agent goal mechanism robust, restoring behavior that regressed when goal handling moved into core. ([#18016](https://github.com/mastra-ai/mastra/pull/18016))
|
|
90
|
+
- **Tool-capable judges.** Scorer judge configs accept optional `tools`, and the default goal scorer can use them to verify the agent's work against reality instead of grading prose alone. MastraCode wires its read-only workspace tools (`view`, `search_content`, `find_files`, `file_stat`, `lsp_inspect`) into `goal.tools`.
|
|
91
|
+
- **Judge memory restored.** Scorer judge configs accept optional `memory`; goal scoring uses the original MastraCode per-goal judge thread shape and prompt format so repeated evaluations retain prior facts, feedback, and user checkpoints through judge memory.
|
|
92
|
+
- **Tri-state waiting.** The default goal scorer emits `done`/`continue`/`waiting`; a `waiting` decision (only when the goal text explicitly asks to stop for the user) stops the auto-loop but keeps the objective `active` so the next agent turn is still judged — no `/goal resume` needed.
|
|
93
|
+
- **Budget-exhaustion pause.** Reaching `maxRuns` without completing now parks the objective as `paused` with a clear reason, resumable by raising `maxRuns` and reactivating, instead of silently leaving it `active`.
|
|
94
|
+
- **Judge-failure pause (no infinite loop).** Any failure while evaluating the goal — including judge-model/tools resolution, not just the scorer run — pauses the objective and stops the loop, surfacing the cause, rather than re-running the model against a broken judge every turn.
|
|
95
|
+
- **Structured-output retry.** `tryGenerateWithJsonFallback` now retries with `jsonPromptInjection` when the judge resolves without a parseable object (not only on a thrown error), matching the streaming path.
|
|
96
|
+
- **Signal-based feedback.** Goal judge feedback is now injected as a `goal-judge` system-reminder signal instead of an assistant-authored "Completion Check Results" transcript message, so reloads and subsequent model context match the original MastraCode goal loop. Continuation, waiting, paused, and done decisions all persist structured evaluation metadata for replay.
|
|
97
|
+
- **TUI activity/replay fixes.** Goal evaluation chunks close the current assistant message before rendering the judge UI, stream judge activity with useful tool targets, stream partial judge reason text while scoring, replay persisted judge results as judge display components instead of raw Goal reminder text, and correctly persist Esc/Ctrl+C pauses while the judge is running.
|
|
98
|
+
|
|
99
|
+
The goal evaluation chunk now carries `pausedReason`, `judgeFailed`, `waitingForUser`, `pending` (emitted before scoring starts so consumers can show a loading indicator), and judge `activity` entries including streamed `reason` updates.
|
|
100
|
+
|
|
101
|
+
- Updated dependencies [[`b7dff0a`](https://github.com/mastra-ai/mastra/commit/b7dff0a3d1022eb6868f48dc40a2b1febd5c277f), [`b91d921`](https://github.com/mastra-ai/mastra/commit/b91d9213a4998eb343dccd0ff780c42ba22bdfa1), [`02087e1`](https://github.com/mastra-ai/mastra/commit/02087e1fbc54aa07f3071f7a200df1bf5be601a8), [`ab975d4`](https://github.com/mastra-ai/mastra/commit/ab975d4dd9488752f05bda7afa03166d207e3e2a)]:
|
|
102
|
+
- @mastra/core@1.44.0-alpha.1
|
|
103
|
+
- @mastra/github-signals@0.1.4-alpha.1
|
|
104
|
+
|
|
3
105
|
## 0.23.1-alpha.0
|
|
4
106
|
|
|
5
107
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/agents/memory.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/agents/memory.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAqExC;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,oBAAoB,EAAE,MAAM,CAAC,EAAE,YAAY,IAC3E,oBAAoB;IAAE,cAAc,EAAE,cAAc,CAAA;CAAE,YA4D/D"}
|
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
import type { ToolsInput } from '@mastra/core/agent';
|
|
1
2
|
import type { Mastra } from '@mastra/core/mastra';
|
|
2
3
|
import type { RequestContext } from '@mastra/core/request-context';
|
|
3
4
|
import { Workspace, LocalFilesystem, LocalSandbox } from '@mastra/core/workspace';
|
|
4
|
-
export declare function buildSkillPaths(projectPath: string, configDir: string): string[];
|
|
5
|
+
export declare function buildSkillPaths(projectPath: string, configDir: string, homeDir?: string): string[];
|
|
5
6
|
export declare function getDynamicWorkspace({ requestContext, mastra }: {
|
|
6
7
|
requestContext: RequestContext;
|
|
7
8
|
mastra?: Mastra;
|
|
8
9
|
}): Workspace<LocalFilesystem, LocalSandbox, undefined>;
|
|
10
|
+
/**
|
|
11
|
+
* Resolver for the agent's `goal.tools` config. Builds the request's workspace
|
|
12
|
+
* (same per-request resolution as the agent's own tools) and returns only the
|
|
13
|
+
* read-only verification subset, remapped to mastracode's tool names (`view`,
|
|
14
|
+
* `search_content`, etc.). Returns `undefined` when no workspace can be resolved
|
|
15
|
+
* (e.g. no project path), keeping the default judge text-only rather than
|
|
16
|
+
* throwing inside the goal step.
|
|
17
|
+
*/
|
|
18
|
+
export declare function getGoalJudgeTools({ requestContext, mastra, }: {
|
|
19
|
+
requestContext: RequestContext;
|
|
20
|
+
mastra?: Mastra;
|
|
21
|
+
}): Promise<ToolsInput | undefined>;
|
|
9
22
|
//# sourceMappingURL=workspace.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/agents/workspace.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/agents/workspace.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,eAAe,EAAE,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AA8ExG,wBAAgB,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,SAAe,GAAG,MAAM,EAAE,CAgBxG;AA2BD,wBAAgB,mBAAmB,CAAC,EAAE,cAAc,EAAE,MAAM,EAAE,EAAE;IAAE,cAAc,EAAE,cAAc,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,uDAkElH;AAiBD;;;;;;;GAOG;AACH,wBAAsB,iBAAiB,CAAC,EACtC,cAAc,EACd,MAAM,GACP,EAAE;IACD,cAAc,EAAE,cAAc,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAclC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getAppDataDir } from './chunk-
|
|
1
|
+
import { getAppDataDir } from './chunk-Z5EMG7I2.js';
|
|
2
2
|
import * as fs from 'fs';
|
|
3
3
|
import { existsSync, readFileSync, mkdirSync, writeFileSync } from 'fs';
|
|
4
4
|
import * as path from 'path';
|
|
@@ -1171,5 +1171,5 @@ function releaseAllThreadLocks() {
|
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
1173
|
export { BOX_INDENT, BOX_INDENT_STR, CHAT_INDENT, MEMORY_GATEWAY_DEFAULT_URL, MEMORY_GATEWAY_PROVIDER, OBSERVABILITY_AUTH_PREFIX, ONBOARDING_VERSION, TERM_WIDTH_BUFFER, THREAD_ACTIVE_MODEL_PACK_ID_KEY, ThreadLockError, acquireThreadLock, applyThemeMode, checkProfileProviderMismatch, createBrowserFromSettings, ensureTerminalGlyphContrast, extendedColors, getAvailableModePacks, getAvailableOmPacks, getCustomProviderId, getEditorTheme, getMarkdownTheme, getSelectListTheme, getSettingsListTheme, getTermWidth, getThemeMode, loadSettings, luminance, mastra, mastraBrand, releaseAllThreadLocks, releaseThreadLock, resolveModelDefaults, resolveOmRoleModel, resolveThreadActiveModelPackId, restoreTerminalForeground, saveSettings, setProfileProvider, theme, tintHex, toCustomProviderModelId };
|
|
1174
|
-
//# sourceMappingURL=chunk-
|
|
1175
|
-
//# sourceMappingURL=chunk-
|
|
1174
|
+
//# sourceMappingURL=chunk-AUIPVVAS.js.map
|
|
1175
|
+
//# sourceMappingURL=chunk-AUIPVVAS.js.map
|