ciscollm-cli 1.3.1 → 1.3.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.
Files changed (36) hide show
  1. package/dist/cli/commands/dashboardCommand.d.ts +1 -0
  2. package/dist/cli/commands/dashboardCommand.js +16 -0
  3. package/dist/cli/commands/dashboardCommand.js.map +1 -0
  4. package/dist/cli/commands/monitorCommand.d.ts +4 -0
  5. package/dist/cli/commands/monitorCommand.js +132 -0
  6. package/dist/cli/commands/monitorCommand.js.map +1 -0
  7. package/dist/cli/commands/runCommand.d.ts +6 -0
  8. package/dist/cli/commands/runCommand.js +635 -0
  9. package/dist/cli/commands/runCommand.js.map +1 -0
  10. package/dist/cli/commands/serverCommand.d.ts +1 -0
  11. package/dist/cli/commands/serverCommand.js +11 -0
  12. package/dist/cli/commands/serverCommand.js.map +1 -0
  13. package/dist/cli/commands/shellCommand.d.ts +1 -0
  14. package/dist/cli/commands/shellCommand.js +44 -0
  15. package/dist/cli/commands/shellCommand.js.map +1 -0
  16. package/dist/core/agent/AgentLoop.d.ts +0 -4
  17. package/dist/core/agent/AgentLoop.js +3 -160
  18. package/dist/core/agent/AgentLoop.js.map +1 -1
  19. package/dist/core/agent/AutoHealer.d.ts +12 -0
  20. package/dist/core/agent/AutoHealer.js +106 -3
  21. package/dist/core/agent/AutoHealer.js.map +1 -1
  22. package/dist/core/agent/PromptEngine.js +27 -63
  23. package/dist/core/agent/PromptEngine.js.map +1 -1
  24. package/dist/core/rollback/TransactionManager.js +1 -1
  25. package/dist/core/rollback/TransactionManager.js.map +1 -1
  26. package/dist/index.js +24 -903
  27. package/dist/index.js.map +1 -1
  28. package/dist/infrastructure/llm/LLMClient.js +102 -4
  29. package/dist/infrastructure/llm/LLMClient.js.map +1 -1
  30. package/dist/infrastructure/llm/ToolDefinitions.d.ts +0 -136
  31. package/dist/infrastructure/llm/ToolDefinitions.js +0 -102
  32. package/dist/infrastructure/llm/ToolDefinitions.js.map +1 -1
  33. package/dist/server/shell-simulator.d.ts +11 -0
  34. package/dist/server/shell-simulator.js +346 -4
  35. package/dist/server/shell-simulator.js.map +1 -1
  36. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ciscollm-cli",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Cisco IOS automation agent CLI with mock simulation, guardrails, and LLM tool-calling support.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {