terminal-smart-cli 0.50.0 → 0.50.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.
Files changed (2) hide show
  1. package/lib/i18n.js +2 -0
  2. package/package.json +1 -1
package/lib/i18n.js CHANGED
@@ -31,6 +31,8 @@ const STR = {
31
31
  { title: 'Agente LOCAL (mãos nesta máquina)', items: [
32
32
  ['ts agente "tarefa"', 'executa DE VERDADE aqui: comandos, arquivos, diagnóstico'],
33
33
  ['ts agente "..." --yes', 'autônomo (destrutivo pede aprovação no Telegram)'],
34
+ ['ts diagnosticar "erro"', 'INVESTIGA a causa raiz: hipótese→sonda→veredito (só-leitura)'],
35
+ ['ts diagnosticar "..." --remoto "ssh user@host"', 'investiga uma máquina remota'],
34
36
  ['ts agente --continuar "..."', 'retoma o trabalho anterior desta pasta'],
35
37
  ['ts agente "..." --navegador', 'EXPERIMENTAL: dá um Chrome real ao agente (abrir/ler/clicar/print+visão)'],
36
38
  ['ts meta "objetivo grande"', 'MISSÃO: checklist + rodadas até terminar (noturno)'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminal-smart-cli",
3
- "version": "0.50.0",
3
+ "version": "0.50.1",
4
4
  "description": "Terminal Smart no seu terminal — pergunte, analise logs por pipe e orquestre agentes de IA. Comando: ts",
5
5
  "bin": {
6
6
  "ts": "bin/ts.js"