@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.
- package/dist/auth-menu/helpers.d.ts.map +1 -1
- package/dist/auth-menu/panel-service.d.ts +3 -0
- package/dist/auth-menu/panel-service.d.ts.map +1 -1
- package/dist/auth-menu/types.d.ts +2 -0
- package/dist/auth-menu/types.d.ts.map +1 -1
- package/dist/boot/config-backup-recovery.d.ts +34 -0
- package/dist/boot/config-backup-recovery.d.ts.map +1 -0
- package/dist/boot/dispatch-webui.d.ts +1 -1
- package/dist/boot/dispatch-webui.d.ts.map +1 -1
- package/dist/boot/short-circuit-hq.d.ts.map +1 -1
- package/dist/boot/simpleui-full-auto.d.ts +1 -1
- package/dist/boot/simpleui-full-auto.d.ts.map +1 -1
- package/dist/boot/tool-registry.d.ts.map +1 -1
- package/dist/boot/tui-settings-adapter.d.ts.map +1 -1
- package/dist/boot.d.ts.map +1 -1
- package/dist/cli-context.d.ts.map +1 -1
- package/dist/cli-main.d.ts.map +1 -1
- package/dist/config-history.d.ts +3 -3
- package/dist/config-history.d.ts.map +1 -1
- package/dist/execute-deps.d.ts +9 -0
- package/dist/execute-deps.d.ts.map +1 -1
- package/dist/execution.d.ts.map +1 -1
- package/dist/fleet/host.d.ts.map +1 -1
- package/dist/hq-server/routes.d.ts +96 -0
- package/dist/hq-server/routes.d.ts.map +1 -0
- package/dist/hq-server/snapshot.d.ts +3 -1
- package/dist/hq-server/snapshot.d.ts.map +1 -1
- package/dist/hq-server/startup.d.ts +50 -0
- package/dist/hq-server/startup.d.ts.map +1 -0
- package/dist/hq-server.d.ts +41 -57
- package/dist/hq-server.d.ts.map +1 -1
- package/dist/index.js +5592 -4606
- package/dist/index.js.map +4 -4
- package/dist/profile-config-path.d.ts +6 -0
- package/dist/profile-config-path.d.ts.map +1 -0
- package/dist/provider-config-utils.d.ts +2 -1
- package/dist/provider-config-utils.d.ts.map +1 -1
- package/dist/settings-menu.d.ts +20 -8
- package/dist/settings-menu.d.ts.map +1 -1
- package/dist/slash-commands/agents.d.ts.map +1 -1
- package/dist/slash-commands/auth.d.ts.map +1 -1
- package/dist/slash-commands/clear.d.ts.map +1 -1
- package/dist/slash-commands/context.d.ts.map +1 -1
- package/dist/slash-commands/doctor.d.ts.map +1 -1
- package/dist/slash-commands/enhance.d.ts.map +1 -1
- package/dist/slash-commands/fallback.d.ts +1 -1
- package/dist/slash-commands/fallback.d.ts.map +1 -1
- package/dist/slash-commands/gitid.d.ts +1 -1
- package/dist/slash-commands/gitid.d.ts.map +1 -1
- package/dist/slash-commands/hq.d.ts.map +1 -1
- package/dist/slash-commands/memory.d.ts.map +1 -1
- package/dist/slash-commands/models.d.ts.map +1 -1
- package/dist/slash-commands/refiner.d.ts.map +1 -1
- package/dist/slash-commands/setmodel.d.ts +1 -1
- package/dist/slash-commands/setmodel.d.ts.map +1 -1
- package/dist/slash-commands/settings.d.ts.map +1 -1
- package/dist/slash-commands/statusline.d.ts +1 -0
- package/dist/slash-commands/statusline.d.ts.map +1 -1
- package/dist/slash-commands/telegram-settings.d.ts.map +1 -1
- package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
- package/dist/slash-commands/tool.d.ts.map +1 -1
- package/dist/slash-commands/tuneup.d.ts.map +1 -1
- package/dist/subcommands/handlers/auth.d.ts.map +1 -1
- package/dist/subcommands/handlers/hq.d.ts +11 -0
- package/dist/subcommands/handlers/hq.d.ts.map +1 -1
- package/dist/subcommands/handlers/mcp.d.ts.map +1 -1
- package/dist/subcommands/handlers/plugin-usage.d.ts.map +1 -1
- package/dist/subcommands/handlers/providers-models.d.ts.map +1 -1
- package/dist/subcommands/handlers/sessions-config.d.ts.map +1 -1
- package/dist/utils/hq-ttl.d.ts +21 -0
- package/dist/utils/hq-ttl.d.ts.map +1 -0
- package/dist/webui-server/message-router.d.ts +21 -3
- package/dist/webui-server/message-router.d.ts.map +1 -1
- package/dist/webui-server/prefs-seeding.d.ts +1 -1
- package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
- package/dist/webui-server/provider-config.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/context.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/sessions.d.ts.map +1 -1
- package/dist/webui-server.d.ts +1 -1
- package/dist/webui-server.d.ts.map +1 -1
- package/dist/wiring/brain-and-orchestration.d.ts.map +1 -1
- package/dist/wiring/lifecycle-plugins.d.ts.map +1 -1
- package/dist/wiring/plugins.d.ts +9 -0
- package/dist/wiring/plugins.d.ts.map +1 -1
- package/dist/wiring/provider-runtime-setup.d.ts +1 -0
- package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
- package/dist/wiring/session.d.ts.map +1 -1
- package/dist/wiring/super-memory.d.ts +3 -1
- package/dist/wiring/super-memory.d.ts.map +1 -1
- package/dist/wiring/tools.d.ts +2 -2
- package/dist/wiring/tools.d.ts.map +1 -1
- 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.