@dexto/tui 1.10.2 → 1.10.4
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/components/overlays/custom-model-wizard/LocalModelWizard.cjs +1 -1
- package/dist/components/overlays/custom-model-wizard/LocalModelWizard.js +1 -1
- package/dist/components/overlays/custom-model-wizard/provider-config.cjs +4 -4
- package/dist/components/overlays/custom-model-wizard/provider-config.js +4 -4
- package/dist/interactive-commands/documentation-commands.cjs +1 -1
- package/dist/interactive-commands/documentation-commands.js +1 -1
- package/dist/services/processStream.cjs +3 -3
- package/dist/services/processStream.d.ts.map +1 -1
- package/dist/services/processStream.js +3 -3
- package/package.json +5 -5
|
@@ -716,7 +716,7 @@ const LocalModelWizard = (0, import_react.forwardRef)(
|
|
|
716
716
|
{
|
|
717
717
|
title: "Local Models",
|
|
718
718
|
description: "Select a model to download, or use a custom GGUF file. Models run completely on your machine - free, private, and offline.",
|
|
719
|
-
docsUrl: "https://
|
|
719
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#local-models"
|
|
720
720
|
}
|
|
721
721
|
),
|
|
722
722
|
visibleItems.map((item, visibleIndex) => {
|
|
@@ -697,7 +697,7 @@ const LocalModelWizard = forwardRef(
|
|
|
697
697
|
{
|
|
698
698
|
title: "Local Models",
|
|
699
699
|
description: "Select a model to download, or use a custom GGUF file. Models run completely on your machine - free, private, and offline.",
|
|
700
|
-
docsUrl: "https://
|
|
700
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#local-models"
|
|
701
701
|
}
|
|
702
702
|
),
|
|
703
703
|
visibleItems.map((item, visibleIndex) => {
|
|
@@ -308,7 +308,7 @@ const PROVIDER_CONFIGS = {
|
|
|
308
308
|
setupInfo: {
|
|
309
309
|
title: "AWS Bedrock Setup",
|
|
310
310
|
description: "Bedrock uses AWS credentials from your environment. Ensure AWS_REGION and either AWS_BEARER_TOKEN_BEDROCK or IAM credentials are set.",
|
|
311
|
-
docsUrl: "https://
|
|
311
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#amazon-bedrock"
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
ollama: {
|
|
@@ -354,7 +354,7 @@ const PROVIDER_CONFIGS = {
|
|
|
354
354
|
setupInfo: {
|
|
355
355
|
title: "Ollama Setup",
|
|
356
356
|
description: "Add custom Ollama models by name. Ensure Ollama is running (default: http://localhost:11434). Pull models with: ollama pull <model>",
|
|
357
|
-
docsUrl: "https://
|
|
357
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#ollama"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
local: {
|
|
@@ -406,7 +406,7 @@ const PROVIDER_CONFIGS = {
|
|
|
406
406
|
setupInfo: {
|
|
407
407
|
title: "Local Models Setup",
|
|
408
408
|
description: "Add custom GGUF models by ID (from registry) or absolute file path. Ensure node-llama-cpp is installed and GPU acceleration is configured.",
|
|
409
|
-
docsUrl: "https://
|
|
409
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#local-models"
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
412
|
vertex: {
|
|
@@ -442,7 +442,7 @@ const PROVIDER_CONFIGS = {
|
|
|
442
442
|
setupInfo: {
|
|
443
443
|
title: "Google Vertex AI Setup",
|
|
444
444
|
description: "Vertex AI uses Google Cloud Application Default Credentials (ADC). Set GOOGLE_VERTEX_PROJECT and optionally GOOGLE_VERTEX_LOCATION. Run: gcloud auth application-default login",
|
|
445
|
-
docsUrl: "https://
|
|
445
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#google-vertex-ai"
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
448
|
"dexto-nova": {
|
|
@@ -273,7 +273,7 @@ const PROVIDER_CONFIGS = {
|
|
|
273
273
|
setupInfo: {
|
|
274
274
|
title: "AWS Bedrock Setup",
|
|
275
275
|
description: "Bedrock uses AWS credentials from your environment. Ensure AWS_REGION and either AWS_BEARER_TOKEN_BEDROCK or IAM credentials are set.",
|
|
276
|
-
docsUrl: "https://
|
|
276
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#amazon-bedrock"
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
ollama: {
|
|
@@ -319,7 +319,7 @@ const PROVIDER_CONFIGS = {
|
|
|
319
319
|
setupInfo: {
|
|
320
320
|
title: "Ollama Setup",
|
|
321
321
|
description: "Add custom Ollama models by name. Ensure Ollama is running (default: http://localhost:11434). Pull models with: ollama pull <model>",
|
|
322
|
-
docsUrl: "https://
|
|
322
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#ollama"
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
325
|
local: {
|
|
@@ -371,7 +371,7 @@ const PROVIDER_CONFIGS = {
|
|
|
371
371
|
setupInfo: {
|
|
372
372
|
title: "Local Models Setup",
|
|
373
373
|
description: "Add custom GGUF models by ID (from registry) or absolute file path. Ensure node-llama-cpp is installed and GPU acceleration is configured.",
|
|
374
|
-
docsUrl: "https://
|
|
374
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#local-models"
|
|
375
375
|
}
|
|
376
376
|
},
|
|
377
377
|
vertex: {
|
|
@@ -407,7 +407,7 @@ const PROVIDER_CONFIGS = {
|
|
|
407
407
|
setupInfo: {
|
|
408
408
|
title: "Google Vertex AI Setup",
|
|
409
409
|
description: "Vertex AI uses Google Cloud Application Default Credentials (ADC). Set GOOGLE_VERTEX_PROJECT and optionally GOOGLE_VERTEX_LOCATION. Run: gcloud auth application-default login",
|
|
410
|
-
docsUrl: "https://
|
|
410
|
+
docsUrl: "https://cli.dexto.ai/docs/guides/supported-llm-providers#google-vertex-ai"
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
413
|
"dexto-nova": {
|
|
@@ -40,7 +40,7 @@ const documentationCommands = [
|
|
|
40
40
|
category: "Documentation",
|
|
41
41
|
aliases: ["doc"],
|
|
42
42
|
handler: async (_args, _agent, _ctx) => {
|
|
43
|
-
const docsUrl = "https://
|
|
43
|
+
const docsUrl = "https://cli.dexto.ai/docs/category/getting-started";
|
|
44
44
|
try {
|
|
45
45
|
const { spawn } = await import("child_process");
|
|
46
46
|
const command = process.platform === "darwin" ? "open" : process.platform === "win32" ? "start" : "xdg-open";
|
|
@@ -7,7 +7,7 @@ const documentationCommands = [
|
|
|
7
7
|
category: "Documentation",
|
|
8
8
|
aliases: ["doc"],
|
|
9
9
|
handler: async (_args, _agent, _ctx) => {
|
|
10
|
-
const docsUrl = "https://
|
|
10
|
+
const docsUrl = "https://cli.dexto.ai/docs/category/getting-started";
|
|
11
11
|
try {
|
|
12
12
|
const { spawn } = await import("child_process");
|
|
13
13
|
const command = process.platform === "darwin" ? "open" : process.platform === "win32" ? "start" : "xdg-open";
|
|
@@ -557,10 +557,10 @@ async function processStream(iterator, setters, options) {
|
|
|
557
557
|
}
|
|
558
558
|
});
|
|
559
559
|
let finalToolContent = toolContent;
|
|
560
|
-
const
|
|
561
|
-
if (typeof
|
|
560
|
+
const runningDescription = event.meta?.callActivity?.running;
|
|
561
|
+
if (typeof runningDescription === "string" && runningDescription.trim().length > 0) {
|
|
562
562
|
finalToolContent += `
|
|
563
|
-
${import_chalk.default.dim(
|
|
563
|
+
${import_chalk.default.dim(runningDescription)}`;
|
|
564
564
|
}
|
|
565
565
|
addToPending({
|
|
566
566
|
id: toolMessageId,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"processStream.d.ts","sourceRoot":"","sources":["../../src/services/processStream.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAuB,MAAM,aAAa,CAAC;AAGvE,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAc,MAAM,mBAAmB,CAAC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAoEvE;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,2DAA2D;IAC3D,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAC7D,oFAAoF;IACpF,kBAAkB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACpE,iFAAiF;IACjF,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACnE,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,kEAAkE;IAClE,UAAU,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,EAAE,YAAY,CAAC,CAAC,CAAC;IAC3F,4CAA4C;IAC5C,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC;IAC9F,2CAA2C;IAC3C,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC;IAC/F,4DAA4D;IAC5D,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,GAAG,IAAI,CAAC,CAAC,CAAC;IAC1E,uDAAuD;IACvD,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;CAC7E;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,2FAA2F;IAC3F,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2FAA2F;IAC3F,mBAAmB,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1C,wFAAwF;IACxF,oBAAoB,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAC3C,yDAAyD;IACzD,QAAQ,EAAE,IAAI,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,MAAM,CAAC,CAAC;IAC5D,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,+BAA+B,EAAE,wBAAwB,CAAC;IAChF,kEAAkE;IAClE,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC;CAC3F;AAgDD;;;;;;;;;;GAUG;AACH,wBAAsB,aAAa,CAC/B,QAAQ,EAAE,qBAAqB,CAAC,cAAc,CAAC,EAC/C,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,oBAAoB,GAC9B,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"processStream.d.ts","sourceRoot":"","sources":["../../src/services/processStream.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAuB,MAAM,aAAa,CAAC;AAGvE,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAc,MAAM,mBAAmB,CAAC;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAoEvE;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,2DAA2D;IAC3D,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAC7D,oFAAoF;IACpF,kBAAkB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACpE,iFAAiF;IACjF,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACnE,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,kEAAkE;IAClE,UAAU,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,EAAE,YAAY,CAAC,CAAC,CAAC;IAC3F,4CAA4C;IAC5C,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC;IAC9F,2CAA2C;IAC3C,iBAAiB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,CAAC,CAAC,CAAC;IAC/F,4DAA4D;IAC5D,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,GAAG,IAAI,CAAC,CAAC,CAAC;IAC1E,uDAAuD;IACvD,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;CAC7E;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,2FAA2F;IAC3F,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2FAA2F;IAC3F,mBAAmB,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAC1C,wFAAwF;IACxF,oBAAoB,EAAE;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC;IAC3C,yDAAyD;IACzD,QAAQ,EAAE,IAAI,CAAC,OAAO,aAAa,EAAE,aAAa,EAAE,MAAM,CAAC,CAAC;IAC5D,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,+BAA+B,EAAE,wBAAwB,CAAC;IAChF,kEAAkE;IAClE,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,mBAAmB,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC;CAC3F;AAgDD;;;;;;;;;;GAUG;AACH,wBAAsB,aAAa,CAC/B,QAAQ,EAAE,qBAAqB,CAAC,cAAc,CAAC,EAC/C,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,oBAAoB,GAC9B,OAAO,CAAC,IAAI,CAAC,CAmuCf"}
|
|
@@ -524,10 +524,10 @@ async function processStream(iterator, setters, options) {
|
|
|
524
524
|
}
|
|
525
525
|
});
|
|
526
526
|
let finalToolContent = toolContent;
|
|
527
|
-
const
|
|
528
|
-
if (typeof
|
|
527
|
+
const runningDescription = event.meta?.callActivity?.running;
|
|
528
|
+
if (typeof runningDescription === "string" && runningDescription.trim().length > 0) {
|
|
529
529
|
finalToolContent += `
|
|
530
|
-
${chalk.dim(
|
|
530
|
+
${chalk.dim(runningDescription)}`;
|
|
531
531
|
}
|
|
532
532
|
addToPending({
|
|
533
533
|
id: toolMessageId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dexto/tui",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
4
4
|
"description": "Interactive terminal UI for Dexto CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"string-width": "^8.1.0",
|
|
29
29
|
"strip-ansi": "^7.1.2",
|
|
30
30
|
"wrap-ansi": "^9.0.2",
|
|
31
|
-
"@dexto/agent-management": "1.10.
|
|
32
|
-
"@dexto/core": "1.10.
|
|
33
|
-
"@dexto/llm": "1.10.
|
|
34
|
-
"@dexto/registry": "1.10.
|
|
31
|
+
"@dexto/agent-management": "1.10.4",
|
|
32
|
+
"@dexto/core": "1.10.4",
|
|
33
|
+
"@dexto/llm": "1.10.4",
|
|
34
|
+
"@dexto/registry": "1.10.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/react": "^19.0.0",
|