@dexto/tui 1.10.1 → 1.10.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.
@@ -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://docs.dexto.ai/docs/guides/supported-llm-providers#local-models"
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://docs.dexto.ai/docs/guides/supported-llm-providers#local-models"
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://docs.dexto.ai/docs/guides/supported-llm-providers#amazon-bedrock"
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://docs.dexto.ai/docs/guides/supported-llm-providers#ollama"
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://docs.dexto.ai/docs/guides/supported-llm-providers#local-models"
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://docs.dexto.ai/docs/guides/supported-llm-providers#google-vertex-ai"
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://docs.dexto.ai/docs/guides/supported-llm-providers#amazon-bedrock"
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://docs.dexto.ai/docs/guides/supported-llm-providers#ollama"
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://docs.dexto.ai/docs/guides/supported-llm-providers#local-models"
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://docs.dexto.ai/docs/guides/supported-llm-providers#google-vertex-ai"
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://docs.dexto.ai/docs/category/getting-started";
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://docs.dexto.ai/docs/category/getting-started";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexto/tui",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
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.1",
32
- "@dexto/core": "1.10.1",
33
- "@dexto/registry": "1.10.1",
34
- "@dexto/llm": "1.10.1"
31
+ "@dexto/agent-management": "1.10.3",
32
+ "@dexto/llm": "1.10.3",
33
+ "@dexto/registry": "1.10.3",
34
+ "@dexto/core": "1.10.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/react": "^19.0.0",