@iola_adm/iola-cli 0.2.23 → 0.2.24

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/package.json +1 -1
  2. package/src/cli.js +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iola_adm/iola-cli",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "CLI и AI-агент городского округа Йошкар-Ола.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/adm-iola/iola-cli#readme",
package/src/cli.js CHANGED
@@ -527,10 +527,7 @@ const SLASH_COMMANDS = [
527
527
  { command: "/search лицей --limit 3", description: "поиск" },
528
528
  { command: "/mcp-info", description: "публичный MCP" },
529
529
  { command: "/profiles", description: "AI-профили" },
530
- { command: "/model", description: "переключить AI: local/API/Codex" },
531
- { command: "/model codex", description: "выбрать модель Codex" },
532
- { command: "/model api", description: "выбрать API-модель" },
533
- { command: "/models openrouter --search qwen", description: "модели" },
530
+ { command: "/model", description: "выбрать AI-подключение и модель" },
534
531
  { command: "/ai doctor", description: "AI diagnostics" },
535
532
  { command: "/ai setup ollama", description: "настройка Ollama" },
536
533
  { command: "/use codex", description: "выбрать Codex CLI" },