zidane 5.0.1 → 5.0.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/dist/agent-JhicgLOV.d.ts.map +1 -1
- package/dist/chat.js +1 -1
- package/dist/index.js +2 -2
- package/dist/{messages-z5Pq20p7.js → messages-xaYMMFlb.js} +13 -10
- package/dist/{messages-z5Pq20p7.js.map → messages-xaYMMFlb.js.map} +1 -1
- package/dist/{providers-CCDvIXGJ.js → providers-BCbdv99U.js} +2 -2
- package/dist/{providers-CCDvIXGJ.js.map → providers-BCbdv99U.js.map} +1 -1
- package/dist/providers.js +2 -2
- package/dist/session.js +1 -1
- package/dist/tui.d.ts.map +1 -1
- package/dist/tui.js +18 -18
- package/dist/tui.js.map +1 -1
- package/dist/{turn-operations-5aQu4dJg.js → turn-operations-CHS2Prne.js} +2 -2
- package/dist/{turn-operations-5aQu4dJg.js.map → turn-operations-CHS2Prne.js.map} +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { r as normalizeMcpServers } from "./mcp-Dw-fRPVk.js";
|
|
|
4
4
|
import { a as discoverSkills } from "./interpolate-Ck970-61.js";
|
|
5
5
|
import { n as formatTokenUsage } from "./stats-DZIsGqzu.js";
|
|
6
6
|
import { n as definePreset } from "./presets-BRFH2qsQ.js";
|
|
7
|
-
import { i as anthropic, n as openai, r as cerebras, t as openrouter } from "./providers-
|
|
7
|
+
import { i as anthropic, n as openai, r as cerebras, t as openrouter } from "./providers-BCbdv99U.js";
|
|
8
8
|
import { spawn } from "node:child_process";
|
|
9
9
|
import { readdir, stat, writeFile } from "node:fs/promises";
|
|
10
10
|
import { dirname, join, resolve, sep } from "node:path";
|
|
@@ -3584,4 +3584,4 @@ function countNeighbors(turnIds, turnId) {
|
|
|
3584
3584
|
//#endregion
|
|
3585
3585
|
export { BUILTIN_THEMES as $, BUILTIN_AGENTS as $t, readProjects as A, applyInsert as At, cleanTitle as B, removeProviderCredential as Bt, useSafeModeQueue as C, findGitRoot$1 as Ct, isOnSafelist as D, FILES_TRIGGER as Dt, getSafelist as E, uniqueSkillNamesFromReferences as Et, supportsOAuth as F, detectAuth as Ft, shortId as G, cerebrasDescriptor as Gt, ageString as H, writeCredentials as Ht, buildMcpServers as I, applyApiKeyEnv as It, DEFAULT_SETTINGS as J, modelsForDescriptor as Jt, listProjectFiles as K, credKeyOf as Kt, defaultMcpsConfigPaths as L, credentialsPath as Lt, writeProjects as M, findActiveTrigger as Mt, splitPromptSegments as N, mergeReferences as Nt, matchesSafelistEntry as O, createFilesCompletionProvider as Ot, runOAuthLogin as P, useCompletion as Pt, useSettings as Q, BUILD_AGENT as Qt, discoverProjectMcps as R, readCredentials as Rt, useSafeModeActions as S, toolResultText as St, addToSafelist as T, createSkillsCompletionProvider as Tt, compactPath as U, BUILTIN_PROVIDERS as Ut, generateSessionTitle as V, setProviderCredential as Vt, fmtTokens as W, anthropicDescriptor as Wt, SETTINGS_TOGGLES as X, openrouterDescriptor as Xt, SETTINGS_CHOICES as Y, openaiDescriptor as Yt, SettingsProvider as Z, piIdOf as Zt, discoverProjectSkills as _, saveState as _t, ThemeProvider as a, CATPPUCCIN_LATTE as at, writeSessionExport as b, titleFromTurns as bt, useSurfaces as c, ConfigProvider as ct, finalizeStreamingMarkdown as d, createStateStore as dt, DEFAULT_AGENT_ID as en, DEFAULT_THEME as et, finalizeStreamingMarkdownForOwner as f, deriveSessionTitle as ft, defaultSkillScanPaths as g, loadState as gt, buildSkillsConfig as h, listSessionMeta as ht, turnAsText as i, CATPPUCCIN_FRAPPE as it, suggestSafelistEntry as j, collectReferences as jt, projectsFilePath as k, uniqueFilesFromReferences as kt, useSyntaxStyles as l, useConfig as lt, useStreamBuffer as m, lastContextSizeFromTurns as mt, deleteTurnSafely as n, resolveAgentId as nn, resolveTheme as nt, useColors as o, CATPPUCCIN_MACCHIATO as ot, turnContextSize as p, eventsFromTurns as pt, useEnabledToggleSet as q, getContextWindow as qt, truncateTurnsAt as r, singleAgentRegistry as rn, VAPORWAVE_THEME as rt, useSelectStyle as s, CATPPUCCIN_MOCHA as st, countNeighbors as t, PLAN_AGENT as tn, resolveChipColor as tt, useTheme as u, resolveConfig as ut, renderSession as v, selectableTurnIds as vt, IMPLICITLY_SAFE_TOOLS as w, SKILLS_TRIGGER as wt, SafeModeProvider as x, toolCallPreview as xt, resolveSessionExportTarget as y, stripSpawnTokensLine as yt, parseMcpsFile as z, readProviderCredential as zt };
|
|
3586
3586
|
|
|
3587
|
-
//# sourceMappingURL=turn-operations-
|
|
3587
|
+
//# sourceMappingURL=turn-operations-CHS2Prne.js.map
|