@wrongstack/cli 0.289.0 → 0.291.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.
- package/dist/arg-parser.d.ts.map +1 -1
- package/dist/auth-menu/helpers.d.ts +0 -2
- package/dist/auth-menu/helpers.d.ts.map +1 -1
- package/dist/auth-menu/shared.d.ts +1 -5
- package/dist/auth-menu/shared.d.ts.map +1 -1
- package/dist/auth-menu/types.d.ts +3 -2
- package/dist/auth-menu/types.d.ts.map +1 -1
- package/dist/boot/container-wiring.d.ts +2 -1
- package/dist/boot/container-wiring.d.ts.map +1 -1
- package/dist/boot/dispatch-webui.d.ts +3 -0
- package/dist/boot/dispatch-webui.d.ts.map +1 -1
- package/dist/boot/event-wiring.d.ts +2 -1
- package/dist/boot/event-wiring.d.ts.map +1 -1
- package/dist/boot/launch-menu.d.ts +1 -1
- package/dist/boot/launch-menu.d.ts.map +1 -1
- package/dist/boot/short-circuit-hq.d.ts.map +1 -1
- package/dist/boot/system-prompt-builder.d.ts +3 -2
- package/dist/boot/system-prompt-builder.d.ts.map +1 -1
- package/dist/boot/system-prompt.d.ts +2 -1
- package/dist/boot/system-prompt.d.ts.map +1 -1
- package/dist/boot/tool-registry.d.ts +2 -1
- package/dist/boot/tool-registry.d.ts.map +1 -1
- package/dist/boot/tui-project-spawn.d.ts +2 -1
- package/dist/boot/tui-project-spawn.d.ts.map +1 -1
- package/dist/boot.d.ts +9 -0
- 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-doctor.d.ts.map +1 -1
- package/dist/execute-deps.d.ts +8 -4
- package/dist/execute-deps.d.ts.map +1 -1
- package/dist/execution.d.ts +21 -2
- package/dist/execution.d.ts.map +1 -1
- package/dist/fleet/host.d.ts +28 -0
- package/dist/fleet/host.d.ts.map +1 -1
- package/dist/hq-server/auth.d.ts +1 -3
- package/dist/hq-server/auth.d.ts.map +1 -1
- package/dist/hq-server.d.ts +11 -1
- package/dist/hq-server.d.ts.map +1 -1
- package/dist/hq-tunnel.d.ts +16 -0
- package/dist/hq-tunnel.d.ts.map +1 -0
- package/dist/index.js +23087 -21699
- package/dist/index.js.map +4 -4
- package/dist/input-reader.d.ts.map +1 -1
- package/dist/plugin-management.d.ts.map +1 -1
- package/dist/repl.d.ts.map +1 -1
- package/dist/settings-menu.d.ts +6 -0
- package/dist/settings-menu.d.ts.map +1 -1
- package/dist/slash-commands/agents.d.ts +2 -2
- package/dist/slash-commands/agents.d.ts.map +1 -1
- package/dist/slash-commands/clear.d.ts.map +1 -1
- package/dist/slash-commands/enhance.d.ts.map +1 -1
- package/dist/slash-commands/goal-refiner.d.ts +4 -3
- package/dist/slash-commands/goal-refiner.d.ts.map +1 -1
- package/dist/slash-commands/index.d.ts +40 -1
- package/dist/slash-commands/index.d.ts.map +1 -1
- package/dist/slash-commands/interrupt.d.ts +2 -1
- package/dist/slash-commands/interrupt.d.ts.map +1 -1
- package/dist/slash-commands/kanban.d.ts.map +1 -1
- package/dist/slash-commands/memory.d.ts.map +1 -1
- package/dist/slash-commands/profile.d.ts +15 -0
- package/dist/slash-commands/profile.d.ts.map +1 -0
- package/dist/slash-commands/provider-status.d.ts +2 -0
- package/dist/slash-commands/provider-status.d.ts.map +1 -1
- package/dist/slash-commands/settings.d.ts.map +1 -1
- package/dist/slash-commands/suggestion-store.d.ts +7 -0
- package/dist/slash-commands/suggestion-store.d.ts.map +1 -1
- package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
- package/dist/subcommands/handlers/chronicle.d.ts.map +1 -1
- package/dist/subcommands/handlers/permissions.d.ts +10 -0
- package/dist/subcommands/handlers/permissions.d.ts.map +1 -0
- package/dist/webui-server/kanban-supervisor.d.ts +12 -0
- package/dist/webui-server/kanban-supervisor.d.ts.map +1 -1
- package/dist/webui-server/message-router.d.ts.map +1 -1
- package/dist/webui-server/prefs-seeding.d.ts +15 -5
- package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
- package/dist/webui-server/session-start-payload.d.ts +1 -0
- package/dist/webui-server/session-start-payload.d.ts.map +1 -1
- package/dist/webui-server/setup-events.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/agent-config.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/connection.d.ts +1 -0
- package/dist/webui-server/ws-handlers/connection.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/kanban.d.ts +13 -0
- package/dist/webui-server/ws-handlers/kanban.d.ts.map +1 -1
- package/dist/webui-server/ws-handlers/prefs.d.ts +1 -1
- package/dist/webui-server/ws-handlers/prefs.d.ts.map +1 -1
- package/dist/webui-server.d.ts +3 -0
- package/dist/webui-server.d.ts.map +1 -1
- package/dist/wiring/controllers.d.ts +8 -1
- package/dist/wiring/controllers.d.ts.map +1 -1
- package/dist/wiring/plugins.d.ts.map +1 -1
- package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
- package/package.json +23 -23
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.