limbo-ai 1.14.0 → 1.14.1
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/cli.js +2 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -373,7 +373,7 @@ const TEXT = {
|
|
|
373
373
|
nonTelegramHintTitle: 'No Telegram? You can still talk to Limbo through another agent.',
|
|
374
374
|
nonTelegramPromptIntro: 'Suggested prompt:',
|
|
375
375
|
nonTelegramPrompt: (token) => `Connect to my Limbo gateway at ws://127.0.0.1:${PORT} using token ${token}. Use Limbo as my memory layer: save notes, recall context, and update maps of content when I ask.`,
|
|
376
|
-
dockerMissing: 'Docker is not installed or
|
|
376
|
+
dockerMissing: 'Docker is not installed or the Compose plugin is missing.\n Docker Engine: https://docs.docker.com/engine/install/\n Compose plugin: sudo apt-get install docker-compose-plugin',
|
|
377
377
|
installMissing: 'Limbo is not installed. Run: npx limbo start',
|
|
378
378
|
helpTitle: 'limbo - personal AI memory agent',
|
|
379
379
|
usage: 'Usage',
|
|
@@ -487,7 +487,7 @@ const TEXT = {
|
|
|
487
487
|
nonTelegramHintTitle: 'Sin Telegram? Igual puedes hablar con Limbo desde otro agente.',
|
|
488
488
|
nonTelegramPromptIntro: 'Prompt sugerido:',
|
|
489
489
|
nonTelegramPrompt: (token) => `Conectate a mi gateway de Limbo en ws://127.0.0.1:${PORT} usando el token ${token}. Usa Limbo como mi capa de memoria: guarda notas, recupera contexto y actualiza maps of content cuando yo lo pida.`,
|
|
490
|
-
dockerMissing: 'Docker no esta instalado o
|
|
490
|
+
dockerMissing: 'Docker no esta instalado o falta el plugin Compose.\n Docker Engine: https://docs.docker.com/engine/install/\n Plugin Compose: sudo apt-get install docker-compose-plugin',
|
|
491
491
|
installMissing: 'Limbo no esta instalado. Corre: npx limbo start',
|
|
492
492
|
helpTitle: 'limbo - agente personal de memoria con AI',
|
|
493
493
|
usage: 'Uso',
|