@wrongstack/cli 0.291.1 → 0.292.0

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 (92) hide show
  1. package/dist/auth-menu/helpers.d.ts.map +1 -1
  2. package/dist/auth-menu/panel-service.d.ts +3 -0
  3. package/dist/auth-menu/panel-service.d.ts.map +1 -1
  4. package/dist/auth-menu/types.d.ts +2 -0
  5. package/dist/auth-menu/types.d.ts.map +1 -1
  6. package/dist/boot/config-backup-recovery.d.ts +34 -0
  7. package/dist/boot/config-backup-recovery.d.ts.map +1 -0
  8. package/dist/boot/dispatch-webui.d.ts +1 -1
  9. package/dist/boot/dispatch-webui.d.ts.map +1 -1
  10. package/dist/boot/short-circuit-hq.d.ts.map +1 -1
  11. package/dist/boot/simpleui-full-auto.d.ts +1 -1
  12. package/dist/boot/simpleui-full-auto.d.ts.map +1 -1
  13. package/dist/boot/tool-registry.d.ts.map +1 -1
  14. package/dist/boot/tui-settings-adapter.d.ts.map +1 -1
  15. package/dist/boot.d.ts.map +1 -1
  16. package/dist/cli-context.d.ts.map +1 -1
  17. package/dist/cli-main.d.ts.map +1 -1
  18. package/dist/config-history.d.ts +3 -3
  19. package/dist/config-history.d.ts.map +1 -1
  20. package/dist/execute-deps.d.ts +9 -0
  21. package/dist/execute-deps.d.ts.map +1 -1
  22. package/dist/execution.d.ts.map +1 -1
  23. package/dist/fleet/host.d.ts.map +1 -1
  24. package/dist/hq-server/routes.d.ts +96 -0
  25. package/dist/hq-server/routes.d.ts.map +1 -0
  26. package/dist/hq-server/snapshot.d.ts +3 -1
  27. package/dist/hq-server/snapshot.d.ts.map +1 -1
  28. package/dist/hq-server/startup.d.ts +50 -0
  29. package/dist/hq-server/startup.d.ts.map +1 -0
  30. package/dist/hq-server.d.ts +41 -57
  31. package/dist/hq-server.d.ts.map +1 -1
  32. package/dist/index.js +5592 -4606
  33. package/dist/index.js.map +4 -4
  34. package/dist/profile-config-path.d.ts +6 -0
  35. package/dist/profile-config-path.d.ts.map +1 -0
  36. package/dist/provider-config-utils.d.ts +2 -1
  37. package/dist/provider-config-utils.d.ts.map +1 -1
  38. package/dist/settings-menu.d.ts +20 -8
  39. package/dist/settings-menu.d.ts.map +1 -1
  40. package/dist/slash-commands/agents.d.ts.map +1 -1
  41. package/dist/slash-commands/auth.d.ts.map +1 -1
  42. package/dist/slash-commands/clear.d.ts.map +1 -1
  43. package/dist/slash-commands/context.d.ts.map +1 -1
  44. package/dist/slash-commands/doctor.d.ts.map +1 -1
  45. package/dist/slash-commands/enhance.d.ts.map +1 -1
  46. package/dist/slash-commands/fallback.d.ts +1 -1
  47. package/dist/slash-commands/fallback.d.ts.map +1 -1
  48. package/dist/slash-commands/gitid.d.ts +1 -1
  49. package/dist/slash-commands/gitid.d.ts.map +1 -1
  50. package/dist/slash-commands/hq.d.ts.map +1 -1
  51. package/dist/slash-commands/memory.d.ts.map +1 -1
  52. package/dist/slash-commands/models.d.ts.map +1 -1
  53. package/dist/slash-commands/refiner.d.ts.map +1 -1
  54. package/dist/slash-commands/setmodel.d.ts +1 -1
  55. package/dist/slash-commands/setmodel.d.ts.map +1 -1
  56. package/dist/slash-commands/settings.d.ts.map +1 -1
  57. package/dist/slash-commands/statusline.d.ts +1 -0
  58. package/dist/slash-commands/statusline.d.ts.map +1 -1
  59. package/dist/slash-commands/telegram-settings.d.ts.map +1 -1
  60. package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
  61. package/dist/slash-commands/tool.d.ts.map +1 -1
  62. package/dist/slash-commands/tuneup.d.ts.map +1 -1
  63. package/dist/subcommands/handlers/auth.d.ts.map +1 -1
  64. package/dist/subcommands/handlers/hq.d.ts +11 -0
  65. package/dist/subcommands/handlers/hq.d.ts.map +1 -1
  66. package/dist/subcommands/handlers/mcp.d.ts.map +1 -1
  67. package/dist/subcommands/handlers/plugin-usage.d.ts.map +1 -1
  68. package/dist/subcommands/handlers/providers-models.d.ts.map +1 -1
  69. package/dist/subcommands/handlers/sessions-config.d.ts.map +1 -1
  70. package/dist/utils/hq-ttl.d.ts +21 -0
  71. package/dist/utils/hq-ttl.d.ts.map +1 -0
  72. package/dist/webui-server/message-router.d.ts +21 -3
  73. package/dist/webui-server/message-router.d.ts.map +1 -1
  74. package/dist/webui-server/prefs-seeding.d.ts +1 -1
  75. package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
  76. package/dist/webui-server/provider-config.d.ts.map +1 -1
  77. package/dist/webui-server/ws-handlers/context.d.ts.map +1 -1
  78. package/dist/webui-server/ws-handlers/sessions.d.ts.map +1 -1
  79. package/dist/webui-server.d.ts +1 -1
  80. package/dist/webui-server.d.ts.map +1 -1
  81. package/dist/wiring/brain-and-orchestration.d.ts.map +1 -1
  82. package/dist/wiring/lifecycle-plugins.d.ts.map +1 -1
  83. package/dist/wiring/plugins.d.ts +9 -0
  84. package/dist/wiring/plugins.d.ts.map +1 -1
  85. package/dist/wiring/provider-runtime-setup.d.ts +1 -0
  86. package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
  87. package/dist/wiring/session.d.ts.map +1 -1
  88. package/dist/wiring/super-memory.d.ts +3 -1
  89. package/dist/wiring/super-memory.d.ts.map +1 -1
  90. package/dist/wiring/tools.d.ts +2 -2
  91. package/dist/wiring/tools.d.ts.map +1 -1
  92. package/package.json +21 -21

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.