@wrongstack/cli 0.292.1 → 0.295.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/README.md +7 -5
- package/data/providers.json +346 -17
- package/dist/acp-registry-cache.d.ts +1 -1
- package/dist/acp-registry-cache.d.ts.map +1 -1
- package/dist/acp-server-agent.d.ts +2 -1
- package/dist/acp-server-agent.d.ts.map +1 -1
- package/dist/arg-parser.d.ts +1 -1
- package/dist/arg-parser.d.ts.map +1 -1
- package/dist/auth-menu/add-provider.d.ts +1 -1
- package/dist/auth-menu/add-provider.d.ts.map +1 -1
- package/dist/auth-menu/anthropic-oauth.d.ts.map +1 -1
- package/dist/auth-menu/auth-menu-audit.d.ts +1 -1
- package/dist/auth-menu/auth-menu-audit.d.ts.map +1 -1
- package/dist/auth-menu/direct.d.ts +1 -1
- package/dist/auth-menu/direct.d.ts.map +1 -1
- package/dist/auth-menu/github-copilot-oauth.d.ts.map +1 -1
- package/dist/auth-menu/helpers.d.ts +1 -1
- package/dist/auth-menu/helpers.d.ts.map +1 -1
- package/dist/auth-menu/local-presets.d.ts +2 -35
- package/dist/auth-menu/local-presets.d.ts.map +1 -1
- package/dist/auth-menu/local.d.ts +1 -1
- package/dist/auth-menu/local.d.ts.map +1 -1
- package/dist/auth-menu/loopback-server.d.ts +76 -0
- package/dist/auth-menu/loopback-server.d.ts.map +1 -0
- package/dist/auth-menu/openai-codex-oauth.d.ts +7 -22
- package/dist/auth-menu/openai-codex-oauth.d.ts.map +1 -1
- package/dist/auth-menu/panel-service.d.ts +1 -3
- package/dist/auth-menu/panel-service.d.ts.map +1 -1
- package/dist/auth-menu/shared.d.ts +1 -1
- package/dist/auth-menu/shared.d.ts.map +1 -1
- package/dist/auth-menu/types.d.ts +1 -2
- package/dist/auth-menu/types.d.ts.map +1 -1
- package/dist/boot/auto-discover-providers.d.ts +2 -2
- package/dist/boot/auto-discover-providers.d.ts.map +1 -1
- package/dist/boot/container-wiring.d.ts +3 -3
- package/dist/boot/container-wiring.d.ts.map +1 -1
- package/dist/boot/dispatch-singleshot.d.ts +2 -1
- package/dist/boot/dispatch-singleshot.d.ts.map +1 -1
- package/dist/boot/dispatch-tui.d.ts +4 -0
- package/dist/boot/dispatch-tui.d.ts.map +1 -0
- package/dist/boot/dispatch-webui.d.ts +13 -8
- package/dist/boot/dispatch-webui.d.ts.map +1 -1
- package/dist/boot/event-wiring.d.ts +1 -1
- package/dist/boot/event-wiring.d.ts.map +1 -1
- package/dist/boot/execution-mode.d.ts +10 -0
- package/dist/boot/execution-mode.d.ts.map +1 -0
- 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/simpleui-full-auto.d.ts +1 -1
- package/dist/boot/simpleui-full-auto.d.ts.map +1 -1
- package/dist/boot/system-prompt-builder.d.ts +2 -2
- package/dist/boot/system-prompt-builder.d.ts.map +1 -1
- package/dist/boot/system-prompt.d.ts +3 -2
- package/dist/boot/system-prompt.d.ts.map +1 -1
- package/dist/boot/tool-registry.d.ts +7 -10
- package/dist/boot/tool-registry.d.ts.map +1 -1
- package/dist/boot/tui-coordinator-setup.d.ts +4 -2
- package/dist/boot/tui-coordinator-setup.d.ts.map +1 -1
- package/dist/boot/tui-goal-wiring.d.ts +1 -1
- package/dist/boot/tui-goal-wiring.d.ts.map +1 -1
- package/dist/boot/tui-live-sessions.d.ts +2 -2
- package/dist/boot/tui-project-picker-callback.d.ts +1 -1
- package/dist/boot/tui-project-picker-callback.d.ts.map +1 -1
- package/dist/boot/tui-project-switch.d.ts +7 -5
- package/dist/boot/tui-project-switch.d.ts.map +1 -1
- package/dist/boot/tui-runtime-state.d.ts +4 -1
- package/dist/boot/tui-runtime-state.d.ts.map +1 -1
- package/dist/boot/tui-sdd-callback.d.ts +2 -2
- package/dist/boot/tui-session-resume.d.ts +3 -1
- package/dist/boot/tui-session-resume.d.ts.map +1 -1
- package/dist/boot/tui-settings-adapter.d.ts +3 -2
- package/dist/boot/tui-settings-adapter.d.ts.map +1 -1
- package/dist/boot-config.d.ts +3 -1
- package/dist/boot-config.d.ts.map +1 -1
- package/dist/boot.d.ts +18 -1
- package/dist/boot.d.ts.map +1 -1
- package/dist/brain-menu/panel-service.d.ts +1 -1
- package/dist/brain-menu/panel-service.d.ts.map +1 -1
- package/dist/cli-context.d.ts +2 -1
- package/dist/cli-context.d.ts.map +1 -1
- package/dist/cli-entry-point.d.ts +20 -0
- package/dist/cli-entry-point.d.ts.map +1 -1
- package/dist/cli-eternal-flag.d.ts +6 -3
- package/dist/cli-eternal-flag.d.ts.map +1 -1
- package/dist/cli-main.d.ts +0 -9
- package/dist/cli-main.d.ts.map +1 -1
- package/dist/cli-recovery-prompt.d.ts +1 -1
- package/dist/cli-recovery-prompt.d.ts.map +1 -1
- package/dist/config-doctor.d.ts +2 -2
- package/dist/config-doctor.d.ts.map +1 -1
- package/dist/config-history.d.ts +3 -3
- package/dist/config-history.d.ts.map +1 -1
- package/dist/context-limit.d.ts +1 -1
- package/dist/context-limit.d.ts.map +1 -1
- package/dist/context-overflow-diagnostic.d.ts +1 -1
- package/dist/context-overflow-diagnostic.d.ts.map +1 -1
- package/dist/execute-deps.d.ts +23 -14
- package/dist/execute-deps.d.ts.map +1 -1
- package/dist/execution.d.ts +24 -4
- package/dist/execution.d.ts.map +1 -1
- package/dist/first-run-auth-gate.d.ts +5 -3
- package/dist/first-run-auth-gate.d.ts.map +1 -1
- package/dist/fleet/host.d.ts +30 -7
- package/dist/fleet/host.d.ts.map +1 -1
- package/dist/fleet/routing.d.ts +2 -2
- package/dist/fleet/routing.d.ts.map +1 -1
- package/dist/fleet/status-broadcast.d.ts +3 -2
- package/dist/fleet/status-broadcast.d.ts.map +1 -1
- package/dist/fleet/supervisor-registry.d.ts +1 -1
- package/dist/fleet/supervisor-registry.d.ts.map +1 -1
- package/dist/fleet-statusline.d.ts +1 -1
- package/dist/fleet-statusline.d.ts.map +1 -1
- package/dist/goal-host.d.ts +4 -1
- package/dist/goal-host.d.ts.map +1 -1
- package/dist/hooks-wiring.d.ts +3 -1
- package/dist/hooks-wiring.d.ts.map +1 -1
- package/dist/hq-command-controller.d.ts +2 -2
- package/dist/hq-command-controller.d.ts.map +1 -1
- package/dist/hq-publisher.d.ts +2 -1
- package/dist/hq-publisher.d.ts.map +1 -1
- package/dist/hq-recovery-html.d.ts +8 -0
- package/dist/hq-recovery-html.d.ts.map +1 -0
- package/dist/hq-server/audit-actor.d.ts +3 -0
- package/dist/hq-server/audit-actor.d.ts.map +1 -0
- package/dist/hq-server/auth-state.d.ts +10 -0
- package/dist/hq-server/auth-state.d.ts.map +1 -0
- package/dist/hq-server/auth.d.ts +2 -14
- package/dist/hq-server/auth.d.ts.map +1 -1
- package/dist/hq-server/preflight.d.ts +22 -0
- package/dist/hq-server/preflight.d.ts.map +1 -0
- package/dist/hq-server/routes.d.ts +7 -16
- package/dist/hq-server/routes.d.ts.map +1 -1
- package/dist/hq-server/snapshot.d.ts +9 -1
- package/dist/hq-server/snapshot.d.ts.map +1 -1
- package/dist/hq-server/trust-boundary.d.ts +15 -0
- package/dist/hq-server/trust-boundary.d.ts.map +1 -0
- package/dist/hq-server/types.d.ts +16 -2
- package/dist/hq-server/types.d.ts.map +1 -1
- package/dist/hq-server/utils.d.ts +1 -1
- package/dist/hq-server/utils.d.ts.map +1 -1
- package/dist/hq-server/ws.d.ts +1 -1
- package/dist/hq-server/ws.d.ts.map +1 -1
- package/dist/hq-server.d.ts +5 -10
- package/dist/hq-server.d.ts.map +1 -1
- package/dist/hq-static-serve.d.ts +4 -4
- package/dist/hq-static-serve.d.ts.map +1 -1
- package/dist/index.js +26384 -33604
- package/dist/index.js.map +4 -4
- package/dist/input-reader.d.ts +1 -1
- package/dist/input-reader.d.ts.map +1 -1
- package/dist/kanban-hq-sync.d.ts +8 -0
- package/dist/kanban-hq-sync.d.ts.map +1 -0
- package/dist/mailbox-bridge-bootstrap.d.ts +20 -0
- package/dist/mailbox-bridge-bootstrap.d.ts.map +1 -1
- package/dist/mcp-serve.d.ts +3 -1
- package/dist/mcp-serve.d.ts.map +1 -1
- package/dist/next-task-predictor.d.ts +2 -2
- package/dist/next-task-predictor.d.ts.map +1 -1
- package/dist/permission-prompt.d.ts +1 -1
- package/dist/permission-prompt.d.ts.map +1 -1
- package/dist/picker.d.ts +1 -1
- package/dist/picker.d.ts.map +1 -1
- package/dist/plugin-api-factory.d.ts +1 -1
- package/dist/plugin-api-factory.d.ts.map +1 -1
- package/dist/plugin-management.d.ts +10 -9
- package/dist/plugin-management.d.ts.map +1 -1
- package/dist/preflight.d.ts +1 -1
- package/dist/preflight.d.ts.map +1 -1
- package/dist/profile-config-path.d.ts +2 -1
- package/dist/profile-config-path.d.ts.map +1 -1
- package/dist/project-picker.d.ts +1 -1
- package/dist/project-picker.d.ts.map +1 -1
- package/dist/provider-config-utils.d.ts +2 -2
- package/dist/provider-config-utils.d.ts.map +1 -1
- package/dist/provider-helpers.d.ts +1 -1
- package/dist/provider-helpers.d.ts.map +1 -1
- package/dist/renderer.d.ts +23 -11
- package/dist/renderer.d.ts.map +1 -1
- package/dist/repl.d.ts +11 -11
- package/dist/repl.d.ts.map +1 -1
- package/dist/services/autonomy-mode.d.ts +3 -0
- package/dist/services/autonomy-mode.d.ts.map +1 -0
- package/dist/services/commit-message.d.ts +41 -0
- package/dist/services/commit-message.d.ts.map +1 -0
- package/dist/services/dispatch-classifier.d.ts +12 -0
- package/dist/services/dispatch-classifier.d.ts.map +1 -0
- package/dist/services/mcp-management.d.ts +24 -0
- package/dist/services/mcp-management.d.ts.map +1 -0
- package/dist/services/project-manifest.d.ts +53 -0
- package/dist/services/project-manifest.d.ts.map +1 -0
- package/dist/services/sdd/project-context.d.ts.map +1 -0
- package/dist/services/sdd/spec-detection.d.ts.map +1 -0
- package/dist/{slash-commands → services}/sdd/state.d.ts +2 -2
- package/dist/services/sdd/state.d.ts.map +1 -0
- package/dist/{slash-commands → services}/sdd/task-manager.d.ts +1 -1
- package/dist/services/sdd/task-manager.d.ts.map +1 -0
- package/dist/services/sdd-runtime.d.ts +5 -0
- package/dist/services/sdd-runtime.d.ts.map +1 -0
- package/dist/services/statusline-config.d.ts +10 -0
- package/dist/services/statusline-config.d.ts.map +1 -0
- package/dist/services/suggestion-store.d.ts +36 -0
- package/dist/services/suggestion-store.d.ts.map +1 -0
- package/dist/session-event-wiring.d.ts +3 -2
- package/dist/session-event-wiring.d.ts.map +1 -1
- package/dist/session-stats.d.ts +2 -1
- package/dist/session-stats.d.ts.map +1 -1
- package/dist/settings-menu.d.ts +2 -4
- package/dist/settings-menu.d.ts.map +1 -1
- package/dist/simpleui-dist.d.ts +16 -0
- package/dist/simpleui-dist.d.ts.map +1 -1
- package/dist/slash-commands/acp.d.ts +2 -2
- package/dist/slash-commands/acp.d.ts.map +1 -1
- package/dist/slash-commands/agent-improve.d.ts +14 -0
- package/dist/slash-commands/agent-improve.d.ts.map +1 -0
- package/dist/slash-commands/agents.d.ts +2 -16
- package/dist/slash-commands/agents.d.ts.map +1 -1
- package/dist/slash-commands/audit.d.ts +2 -2
- package/dist/slash-commands/audit.d.ts.map +1 -1
- package/dist/slash-commands/auth.d.ts +2 -2
- package/dist/slash-commands/auth.d.ts.map +1 -1
- package/dist/slash-commands/autonomy.d.ts +3 -3
- package/dist/slash-commands/autonomy.d.ts.map +1 -1
- package/dist/slash-commands/brain.d.ts +2 -2
- package/dist/slash-commands/brain.d.ts.map +1 -1
- package/dist/slash-commands/btw.d.ts +2 -2
- package/dist/slash-commands/btw.d.ts.map +1 -1
- package/dist/slash-commands/clear.d.ts +2 -2
- package/dist/slash-commands/clear.d.ts.map +1 -1
- package/dist/slash-commands/codebase-reindex.d.ts +2 -2
- package/dist/slash-commands/codebase-reindex.d.ts.map +1 -1
- package/dist/slash-commands/collab.d.ts +2 -2
- package/dist/slash-commands/collab.d.ts.map +1 -1
- package/dist/slash-commands/command-context.d.ts +604 -0
- package/dist/slash-commands/command-context.d.ts.map +1 -0
- package/dist/slash-commands/commit-llm.d.ts +2 -40
- package/dist/slash-commands/commit-llm.d.ts.map +1 -1
- package/dist/slash-commands/compact.d.ts +2 -2
- package/dist/slash-commands/compact.d.ts.map +1 -1
- package/dist/slash-commands/context.d.ts +2 -2
- package/dist/slash-commands/context.d.ts.map +1 -1
- package/dist/slash-commands/coordinator.d.ts +2 -2
- package/dist/slash-commands/coordinator.d.ts.map +1 -1
- package/dist/slash-commands/delegate.d.ts +2 -2
- package/dist/slash-commands/delegate.d.ts.map +1 -1
- package/dist/slash-commands/design.d.ts +2 -2
- package/dist/slash-commands/design.d.ts.map +1 -1
- package/dist/slash-commands/dev.d.ts +2 -2
- package/dist/slash-commands/dev.d.ts.map +1 -1
- package/dist/slash-commands/diag-stats.d.ts +2 -2
- package/dist/slash-commands/diag-stats.d.ts.map +1 -1
- package/dist/slash-commands/dispatch-llm.d.ts +2 -11
- package/dist/slash-commands/dispatch-llm.d.ts.map +1 -1
- package/dist/slash-commands/doctor.d.ts +2 -2
- package/dist/slash-commands/doctor.d.ts.map +1 -1
- package/dist/slash-commands/enhance.d.ts +2 -2
- package/dist/slash-commands/enhance.d.ts.map +1 -1
- package/dist/slash-commands/ensemble.d.ts +2 -2
- package/dist/slash-commands/ensemble.d.ts.map +1 -1
- package/dist/slash-commands/f-keys.d.ts +2 -2
- package/dist/slash-commands/f-keys.d.ts.map +1 -1
- package/dist/slash-commands/fallback.d.ts +2 -2
- package/dist/slash-commands/fallback.d.ts.map +1 -1
- package/dist/slash-commands/fix.d.ts +2 -2
- package/dist/slash-commands/fix.d.ts.map +1 -1
- package/dist/slash-commands/fleet.d.ts +2 -2
- package/dist/slash-commands/fleet.d.ts.map +1 -1
- package/dist/slash-commands/git.d.ts +2 -2
- package/dist/slash-commands/git.d.ts.map +1 -1
- package/dist/slash-commands/gitid.d.ts +2 -2
- package/dist/slash-commands/gitid.d.ts.map +1 -1
- package/dist/slash-commands/goal-refiner.d.ts +2 -1
- package/dist/slash-commands/goal-refiner.d.ts.map +1 -1
- package/dist/slash-commands/goal.d.ts +2 -2
- package/dist/slash-commands/goal.d.ts.map +1 -1
- package/dist/slash-commands/health.d.ts +2 -2
- package/dist/slash-commands/health.d.ts.map +1 -1
- package/dist/slash-commands/help.d.ts +2 -2
- package/dist/slash-commands/help.d.ts.map +1 -1
- package/dist/slash-commands/helpers.d.ts +1 -1
- package/dist/slash-commands/helpers.d.ts.map +1 -1
- package/dist/slash-commands/hq.d.ts +2 -2
- package/dist/slash-commands/hq.d.ts.map +1 -1
- package/dist/slash-commands/index.d.ts +5 -597
- package/dist/slash-commands/index.d.ts.map +1 -1
- package/dist/slash-commands/init.d.ts +2 -2
- package/dist/slash-commands/init.d.ts.map +1 -1
- package/dist/slash-commands/interrupt.d.ts +2 -2
- package/dist/slash-commands/interrupt.d.ts.map +1 -1
- package/dist/slash-commands/kanban.d.ts +2 -2
- package/dist/slash-commands/kanban.d.ts.map +1 -1
- package/dist/slash-commands/mailbox-demo.d.ts +2 -2
- package/dist/slash-commands/mailbox-demo.d.ts.map +1 -1
- package/dist/slash-commands/mailbox-serve.d.ts +2 -2
- package/dist/slash-commands/mailbox-serve.d.ts.map +1 -1
- package/dist/slash-commands/mailbox.d.ts +4 -4
- package/dist/slash-commands/mailbox.d.ts.map +1 -1
- package/dist/slash-commands/mcp-utils.d.ts +2 -23
- package/dist/slash-commands/mcp-utils.d.ts.map +1 -1
- package/dist/slash-commands/mcp.d.ts +4 -4
- package/dist/slash-commands/mcp.d.ts.map +1 -1
- package/dist/slash-commands/memory.d.ts +2 -2
- package/dist/slash-commands/memory.d.ts.map +1 -1
- package/dist/slash-commands/metrics.d.ts +2 -2
- package/dist/slash-commands/metrics.d.ts.map +1 -1
- package/dist/slash-commands/mode.d.ts +2 -2
- package/dist/slash-commands/mode.d.ts.map +1 -1
- package/dist/slash-commands/modelcaps.d.ts +2 -2
- package/dist/slash-commands/modelcaps.d.ts.map +1 -1
- package/dist/slash-commands/models.d.ts +2 -2
- package/dist/slash-commands/models.d.ts.map +1 -1
- package/dist/slash-commands/mouse.d.ts +2 -2
- package/dist/slash-commands/mouse.d.ts.map +1 -1
- package/dist/slash-commands/next.d.ts +2 -2
- package/dist/slash-commands/next.d.ts.map +1 -1
- package/dist/slash-commands/plan.d.ts +2 -2
- package/dist/slash-commands/plan.d.ts.map +1 -1
- package/dist/slash-commands/plugin.d.ts +2 -2
- package/dist/slash-commands/plugin.d.ts.map +1 -1
- package/dist/slash-commands/profile.d.ts +2 -2
- package/dist/slash-commands/profile.d.ts.map +1 -1
- package/dist/slash-commands/project-utils.d.ts +2 -50
- package/dist/slash-commands/project-utils.d.ts.map +1 -1
- package/dist/slash-commands/project.d.ts +2 -2
- package/dist/slash-commands/project.d.ts.map +1 -1
- package/dist/slash-commands/provider-status.d.ts +1 -1
- package/dist/slash-commands/provider-status.d.ts.map +1 -1
- package/dist/slash-commands/prune.d.ts +2 -2
- package/dist/slash-commands/prune.d.ts.map +1 -1
- package/dist/slash-commands/refiner.d.ts +2 -2
- package/dist/slash-commands/refiner.d.ts.map +1 -1
- package/dist/slash-commands/review.d.ts +2 -2
- package/dist/slash-commands/review.d.ts.map +1 -1
- package/dist/slash-commands/sdd.d.ts +7 -7
- package/dist/slash-commands/sdd.d.ts.map +1 -1
- package/dist/slash-commands/security.d.ts +11 -2
- package/dist/slash-commands/security.d.ts.map +1 -1
- package/dist/slash-commands/session.d.ts +2 -2
- package/dist/slash-commands/session.d.ts.map +1 -1
- package/dist/slash-commands/setmodel.d.ts +2 -2
- package/dist/slash-commands/setmodel.d.ts.map +1 -1
- package/dist/slash-commands/settings.d.ts +2 -2
- package/dist/slash-commands/settings.d.ts.map +1 -1
- package/dist/slash-commands/shadow.d.ts +2 -13
- package/dist/slash-commands/shadow.d.ts.map +1 -1
- package/dist/slash-commands/spawn-agents.d.ts +2 -2
- package/dist/slash-commands/spawn-agents.d.ts.map +1 -1
- package/dist/slash-commands/statusline.d.ts +3 -45
- package/dist/slash-commands/statusline.d.ts.map +1 -1
- package/dist/slash-commands/suggest.d.ts +2 -2
- package/dist/slash-commands/suggest.d.ts.map +1 -1
- package/dist/slash-commands/suggestion-store.d.ts +2 -35
- package/dist/slash-commands/suggestion-store.d.ts.map +1 -1
- package/dist/slash-commands/supervisor.d.ts +2 -2
- package/dist/slash-commands/supervisor.d.ts.map +1 -1
- package/dist/slash-commands/surfaces.d.ts +1 -1
- package/dist/slash-commands/surfaces.d.ts.map +1 -1
- package/dist/slash-commands/tasks.d.ts +2 -2
- package/dist/slash-commands/tasks.d.ts.map +1 -1
- package/dist/slash-commands/techstack.d.ts +2 -2
- package/dist/slash-commands/techstack.d.ts.map +1 -1
- package/dist/slash-commands/telegram-settings.d.ts +2 -2
- package/dist/slash-commands/telegram-settings.d.ts.map +1 -1
- package/dist/slash-commands/telegram-setup.d.ts +2 -2
- package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
- package/dist/slash-commands/todos.d.ts +2 -2
- package/dist/slash-commands/todos.d.ts.map +1 -1
- package/dist/slash-commands/tool.d.ts +2 -2
- package/dist/slash-commands/tool.d.ts.map +1 -1
- package/dist/slash-commands/tools.d.ts +2 -2
- package/dist/slash-commands/tools.d.ts.map +1 -1
- package/dist/slash-commands/tuneup.d.ts +2 -2
- package/dist/slash-commands/tuneup.d.ts.map +1 -1
- package/dist/slash-commands/working-dir.d.ts +2 -2
- package/dist/slash-commands/working-dir.d.ts.map +1 -1
- package/dist/slash-commands/worktree.d.ts +2 -2
- package/dist/slash-commands/worktree.d.ts.map +1 -1
- package/dist/slash-commands/yolo.d.ts +2 -2
- package/dist/slash-commands/yolo.d.ts.map +1 -1
- package/dist/subcommands/contracts.d.ts +23 -0
- package/dist/subcommands/contracts.d.ts.map +1 -0
- package/dist/subcommands/handlers/acp.d.ts.map +1 -1
- package/dist/subcommands/handlers/audit.d.ts.map +1 -1
- package/dist/subcommands/handlers/auth.d.ts.map +1 -1
- package/dist/subcommands/handlers/chronicle.d.ts.map +1 -1
- package/dist/subcommands/handlers/export.d.ts.map +1 -1
- package/dist/subcommands/handlers/hq.d.ts +1 -11
- package/dist/subcommands/handlers/hq.d.ts.map +1 -1
- package/dist/subcommands/handlers/mailbox-serve.d.ts.map +1 -1
- package/dist/subcommands/handlers/modeldiag.d.ts.map +1 -1
- package/dist/subcommands/handlers/per-subcommand-help.d.ts.map +1 -1
- package/dist/subcommands/handlers/permissions.d.ts +1 -1
- package/dist/subcommands/handlers/permissions.d.ts.map +1 -1
- package/dist/subcommands/handlers/project.d.ts +3 -0
- package/dist/subcommands/handlers/project.d.ts.map +1 -0
- package/dist/subcommands/handlers/providers-models.d.ts.map +1 -1
- package/dist/subcommands/handlers/replay.d.ts.map +1 -1
- package/dist/subcommands/handlers/rewind.d.ts.map +1 -1
- package/dist/subcommands/handlers/version-help.d.ts.map +1 -1
- package/dist/subcommands/index.d.ts +2 -24
- package/dist/subcommands/index.d.ts.map +1 -1
- package/dist/tuneup.d.ts +1 -1
- package/dist/tuneup.d.ts.map +1 -1
- package/dist/update-check.d.ts.map +1 -1
- package/dist/webui-server/client-registration.d.ts +2 -21
- package/dist/webui-server/client-registration.d.ts.map +1 -1
- package/dist/webui-server/connection-handler.d.ts +3 -27
- package/dist/webui-server/connection-handler.d.ts.map +1 -1
- package/dist/webui-server/context-breakdown.d.ts +1 -56
- package/dist/webui-server/context-breakdown.d.ts.map +1 -1
- package/dist/webui-server/contracts.d.ts +15 -0
- package/dist/webui-server/contracts.d.ts.map +1 -0
- package/dist/webui-server/cost-helpers.d.ts +1 -28
- package/dist/webui-server/cost-helpers.d.ts.map +1 -1
- package/dist/webui-server/kanban-host-adapter.d.ts +25 -0
- package/dist/webui-server/kanban-host-adapter.d.ts.map +1 -0
- package/dist/webui-server/kanban-run-mirror.d.ts +1 -76
- package/dist/webui-server/kanban-run-mirror.d.ts.map +1 -1
- package/dist/webui-server/kanban-supervisor.d.ts +1 -47
- package/dist/webui-server/kanban-supervisor.d.ts.map +1 -1
- package/dist/webui-server/lifecycle.d.ts +2 -111
- package/dist/webui-server/lifecycle.d.ts.map +1 -1
- package/dist/webui-server/logger-shim.d.ts +1 -1
- package/dist/webui-server/logger-shim.d.ts.map +1 -1
- package/dist/webui-server/prefs-seeding.d.ts +6 -42
- package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
- package/dist/webui-server/privileged-actions.d.ts +14 -0
- package/dist/webui-server/privileged-actions.d.ts.map +1 -0
- package/dist/webui-server/session-start-payload.d.ts +2 -1
- package/dist/webui-server/session-start-payload.d.ts.map +1 -1
- package/dist/webui-server/setup-events.d.ts +8 -18
- package/dist/webui-server/setup-events.d.ts.map +1 -1
- package/dist/webui-server/static-serve.d.ts +1 -85
- package/dist/webui-server/static-serve.d.ts.map +1 -1
- package/dist/webui-server/stream-coalescer.d.ts +1 -48
- package/dist/webui-server/stream-coalescer.d.ts.map +1 -1
- package/dist/webui-server.d.ts +20 -17
- package/dist/webui-server.d.ts.map +1 -1
- package/dist/wiring/brain-and-orchestration.d.ts +5 -1
- package/dist/wiring/brain-and-orchestration.d.ts.map +1 -1
- package/dist/wiring/codebase-index.d.ts +2 -1
- package/dist/wiring/codebase-index.d.ts.map +1 -1
- package/dist/wiring/command-host-adapters.d.ts +16 -0
- package/dist/wiring/command-host-adapters.d.ts.map +1 -0
- package/dist/wiring/command-host-state.d.ts +86 -0
- package/dist/wiring/command-host-state.d.ts.map +1 -0
- package/dist/wiring/controllers.d.ts +4 -7
- package/dist/wiring/controllers.d.ts.map +1 -1
- package/dist/wiring/dep-watcher.d.ts +2 -2
- package/dist/wiring/dep-watcher.d.ts.map +1 -1
- package/dist/wiring/design-studio.d.ts +1 -1
- package/dist/wiring/design-studio.d.ts.map +1 -1
- package/dist/wiring/director-setup.d.ts +9 -6
- package/dist/wiring/director-setup.d.ts.map +1 -1
- package/dist/wiring/eternal-command-handlers.d.ts +37 -0
- package/dist/wiring/eternal-command-handlers.d.ts.map +1 -0
- package/dist/wiring/fleet-command-handlers.d.ts +16 -0
- package/dist/wiring/fleet-command-handlers.d.ts.map +1 -0
- package/dist/wiring/hq-telemetry.d.ts +4 -1
- package/dist/wiring/hq-telemetry.d.ts.map +1 -1
- package/dist/wiring/lifecycle-plugins.d.ts +9 -1
- package/dist/wiring/lifecycle-plugins.d.ts.map +1 -1
- package/dist/wiring/mailbox-bridge-bootstrap.d.ts +1 -1
- package/dist/wiring/mailbox-bridge-bootstrap.d.ts.map +1 -1
- package/dist/wiring/metrics.d.ts +4 -1
- package/dist/wiring/metrics.d.ts.map +1 -1
- package/dist/wiring/pipeline.d.ts +18 -13
- package/dist/wiring/pipeline.d.ts.map +1 -1
- package/dist/wiring/plugins.d.ts +16 -8
- package/dist/wiring/plugins.d.ts.map +1 -1
- package/dist/wiring/provider-runtime-setup.d.ts +6 -1
- package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
- package/dist/wiring/provider-runtime.d.ts +2 -2
- package/dist/wiring/provider-runtime.d.ts.map +1 -1
- package/dist/wiring/provider-status.d.ts +16 -0
- package/dist/wiring/provider-status.d.ts.map +1 -0
- package/dist/wiring/provider-utility-tools.d.ts +25 -0
- package/dist/wiring/provider-utility-tools.d.ts.map +1 -0
- package/dist/wiring/provider.d.ts +3 -2
- package/dist/wiring/provider.d.ts.map +1 -1
- package/dist/wiring/replay.d.ts +4 -1
- package/dist/wiring/replay.d.ts.map +1 -1
- package/dist/wiring/runtime-controller-deps.d.ts +41 -0
- package/dist/wiring/runtime-controller-deps.d.ts.map +1 -0
- package/dist/wiring/runtime-dispatch-state.d.ts +35 -0
- package/dist/wiring/runtime-dispatch-state.d.ts.map +1 -0
- package/dist/wiring/runtime-lifecycle-deps.d.ts +39 -0
- package/dist/wiring/runtime-lifecycle-deps.d.ts.map +1 -0
- package/dist/wiring/runtime-picker-deps.d.ts +22 -0
- package/dist/wiring/runtime-picker-deps.d.ts.map +1 -0
- package/dist/wiring/sage.d.ts +19 -0
- package/dist/wiring/sage.d.ts.map +1 -0
- package/dist/wiring/sdd-handlers.d.ts.map +1 -1
- package/dist/wiring/security-command.d.ts +11 -0
- package/dist/wiring/security-command.d.ts.map +1 -0
- package/dist/wiring/session-command-handlers.d.ts +55 -0
- package/dist/wiring/session-command-handlers.d.ts.map +1 -0
- package/dist/wiring/session.d.ts +13 -9
- package/dist/wiring/session.d.ts.map +1 -1
- package/dist/wiring/slash-commands.d.ts +14 -7
- package/dist/wiring/slash-commands.d.ts.map +1 -1
- package/dist/wiring/tools.d.ts +9 -20
- package/dist/wiring/tools.d.ts.map +1 -1
- package/package.json +23 -22
- package/dist/hq-dashboard-html.d.ts +0 -2
- package/dist/hq-dashboard-html.d.ts.map +0 -1
- package/dist/slash-commands/sdd/project-context.d.ts.map +0 -1
- package/dist/slash-commands/sdd/spec-detection.d.ts.map +0 -1
- package/dist/slash-commands/sdd/state.d.ts.map +0 -1
- package/dist/slash-commands/sdd/task-manager.d.ts.map +0 -1
- package/dist/webui-server/message-router.d.ts +0 -63
- package/dist/webui-server/message-router.d.ts.map +0 -1
- package/dist/webui-server/session-status-poll.d.ts +0 -16
- package/dist/webui-server/session-status-poll.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/agent-config.d.ts +0 -76
- package/dist/webui-server/ws-handlers/agent-config.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/brain.d.ts +0 -43
- package/dist/webui-server/ws-handlers/brain.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/connection.d.ts +0 -58
- package/dist/webui-server/ws-handlers/connection.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/context.d.ts +0 -55
- package/dist/webui-server/ws-handlers/context.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/index.d.ts +0 -60
- package/dist/webui-server/ws-handlers/index.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/introspection.d.ts +0 -35
- package/dist/webui-server/ws-handlers/introspection.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/kanban.d.ts +0 -66
- package/dist/webui-server/ws-handlers/kanban.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/mailbox.d.ts +0 -60
- package/dist/webui-server/ws-handlers/mailbox.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/oauth.d.ts +0 -16
- package/dist/webui-server/ws-handlers/oauth.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/prefs.d.ts +0 -34
- package/dist/webui-server/ws-handlers/prefs.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/process.d.ts +0 -6
- package/dist/webui-server/ws-handlers/process.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/projects.d.ts +0 -44
- package/dist/webui-server/ws-handlers/projects.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/providers.d.ts +0 -46
- package/dist/webui-server/ws-handlers/providers.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/sessions.d.ts +0 -38
- package/dist/webui-server/ws-handlers/sessions.d.ts.map +0 -1
- package/dist/webui-server/ws-handlers/worklist.d.ts +0 -49
- package/dist/webui-server/ws-handlers/worklist.d.ts.map +0 -1
- package/dist/wiring/super-memory.d.ts +0 -11
- package/dist/wiring/super-memory.d.ts.map +0 -1
- /package/dist/{slash-commands → services}/sdd/project-context.d.ts +0 -0
- /package/dist/{slash-commands → services}/sdd/spec-detection.d.ts +0 -0
package/README.md
CHANGED
|
@@ -46,8 +46,8 @@ prints a four-option launch menu and waits for a numeric choice:
|
|
|
46
46
|
|
|
47
47
|
If you previously picked a mode, the menu shows a one-line summary and a
|
|
48
48
|
single `Continue with these? [Y/n/q]` confirmation instead of re-asking
|
|
49
|
-
the same question. The chosen mode + port are persisted to
|
|
50
|
-
|
|
49
|
+
the same question. The chosen mode + port are persisted to the active
|
|
50
|
+
profile config (`launch.menuChoice`) so the next launch can
|
|
51
51
|
offer the summary gate.
|
|
52
52
|
|
|
53
53
|
The menu is automatically skipped when:
|
|
@@ -157,10 +157,12 @@ exported from `@wrongstack/core/coordination`.
|
|
|
157
157
|
## Configuration
|
|
158
158
|
|
|
159
159
|
```
|
|
160
|
-
~/.wrongstack/config.json
|
|
160
|
+
~/.wrongstack/config.json bootstrap pointer (version + activeProfile)
|
|
161
|
+
~/.wrongstack/profiles/<name>/ profile-scoped settings and state
|
|
162
|
+
config.json provider, model, tools, and feature settings
|
|
161
163
|
~/.wrongstack/.key AES-256-GCM secret-vault key (mode 0600)
|
|
162
|
-
~/.wrongstack/memory.md
|
|
163
|
-
~/.wrongstack/skills/
|
|
164
|
+
~/.wrongstack/profiles/<name>/memory.md profile memory
|
|
165
|
+
~/.wrongstack/profiles/<name>/skills/ profile skills
|
|
164
166
|
~/.wrongstack/projects/<hash>/ per-project state
|
|
165
167
|
memory.md project memory (auto-gitignored)
|
|
166
168
|
sessions/ per-session artifacts
|
package/data/providers.json
CHANGED
|
@@ -13,12 +13,29 @@
|
|
|
13
13
|
"default": "enabled",
|
|
14
14
|
"disableSupported": false,
|
|
15
15
|
"effortSupported": true,
|
|
16
|
-
"effortLevels": [
|
|
16
|
+
"effortLevels": [
|
|
17
|
+
"low",
|
|
18
|
+
"medium",
|
|
19
|
+
"high",
|
|
20
|
+
"xhigh",
|
|
21
|
+
"max"
|
|
22
|
+
],
|
|
17
23
|
"preserveThinking": "unsupported"
|
|
18
24
|
},
|
|
19
25
|
"tool_call": true,
|
|
20
|
-
"modalities": {
|
|
21
|
-
|
|
26
|
+
"modalities": {
|
|
27
|
+
"input": [
|
|
28
|
+
"text",
|
|
29
|
+
"image"
|
|
30
|
+
],
|
|
31
|
+
"output": [
|
|
32
|
+
"text"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"limit": {
|
|
36
|
+
"context": 1050000,
|
|
37
|
+
"output": 128000
|
|
38
|
+
}
|
|
22
39
|
},
|
|
23
40
|
"gpt-5.5": {
|
|
24
41
|
"id": "gpt-5.5",
|
|
@@ -26,8 +43,19 @@
|
|
|
26
43
|
"description": "Frontier model for complex coding, research, and real-world work.",
|
|
27
44
|
"reasoning": true,
|
|
28
45
|
"tool_call": true,
|
|
29
|
-
"modalities": {
|
|
30
|
-
|
|
46
|
+
"modalities": {
|
|
47
|
+
"input": [
|
|
48
|
+
"text",
|
|
49
|
+
"image"
|
|
50
|
+
],
|
|
51
|
+
"output": [
|
|
52
|
+
"text"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
"limit": {
|
|
56
|
+
"context": 1050000,
|
|
57
|
+
"output": 128000
|
|
58
|
+
}
|
|
31
59
|
},
|
|
32
60
|
"gpt-5.6-terra": {
|
|
33
61
|
"id": "gpt-5.6-terra",
|
|
@@ -38,12 +66,29 @@
|
|
|
38
66
|
"default": "enabled",
|
|
39
67
|
"disableSupported": false,
|
|
40
68
|
"effortSupported": true,
|
|
41
|
-
"effortLevels": [
|
|
69
|
+
"effortLevels": [
|
|
70
|
+
"low",
|
|
71
|
+
"medium",
|
|
72
|
+
"high",
|
|
73
|
+
"xhigh",
|
|
74
|
+
"max"
|
|
75
|
+
],
|
|
42
76
|
"preserveThinking": "unsupported"
|
|
43
77
|
},
|
|
44
78
|
"tool_call": true,
|
|
45
|
-
"modalities": {
|
|
46
|
-
|
|
79
|
+
"modalities": {
|
|
80
|
+
"input": [
|
|
81
|
+
"text",
|
|
82
|
+
"image"
|
|
83
|
+
],
|
|
84
|
+
"output": [
|
|
85
|
+
"text"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"limit": {
|
|
89
|
+
"context": 1050000,
|
|
90
|
+
"output": 128000
|
|
91
|
+
}
|
|
47
92
|
},
|
|
48
93
|
"gpt-5.6-luna": {
|
|
49
94
|
"id": "gpt-5.6-luna",
|
|
@@ -54,12 +99,29 @@
|
|
|
54
99
|
"default": "enabled",
|
|
55
100
|
"disableSupported": false,
|
|
56
101
|
"effortSupported": true,
|
|
57
|
-
"effortLevels": [
|
|
102
|
+
"effortLevels": [
|
|
103
|
+
"low",
|
|
104
|
+
"medium",
|
|
105
|
+
"high",
|
|
106
|
+
"xhigh",
|
|
107
|
+
"max"
|
|
108
|
+
],
|
|
58
109
|
"preserveThinking": "unsupported"
|
|
59
110
|
},
|
|
60
111
|
"tool_call": true,
|
|
61
|
-
"modalities": {
|
|
62
|
-
|
|
112
|
+
"modalities": {
|
|
113
|
+
"input": [
|
|
114
|
+
"text",
|
|
115
|
+
"image"
|
|
116
|
+
],
|
|
117
|
+
"output": [
|
|
118
|
+
"text"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"limit": {
|
|
122
|
+
"context": 1050000,
|
|
123
|
+
"output": 128000
|
|
124
|
+
}
|
|
63
125
|
},
|
|
64
126
|
"gpt-5.4": {
|
|
65
127
|
"id": "gpt-5.4",
|
|
@@ -67,8 +129,19 @@
|
|
|
67
129
|
"description": "Strong model for everyday coding.",
|
|
68
130
|
"reasoning": true,
|
|
69
131
|
"tool_call": true,
|
|
70
|
-
"modalities": {
|
|
71
|
-
|
|
132
|
+
"modalities": {
|
|
133
|
+
"input": [
|
|
134
|
+
"text",
|
|
135
|
+
"image"
|
|
136
|
+
],
|
|
137
|
+
"output": [
|
|
138
|
+
"text"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
"limit": {
|
|
142
|
+
"context": 1050000,
|
|
143
|
+
"output": 128000
|
|
144
|
+
}
|
|
72
145
|
},
|
|
73
146
|
"gpt-5.4-mini": {
|
|
74
147
|
"id": "gpt-5.4-mini",
|
|
@@ -76,8 +149,19 @@
|
|
|
76
149
|
"description": "Small, fast, and cost-efficient model for simpler coding tasks.",
|
|
77
150
|
"reasoning": true,
|
|
78
151
|
"tool_call": true,
|
|
79
|
-
"modalities": {
|
|
80
|
-
|
|
152
|
+
"modalities": {
|
|
153
|
+
"input": [
|
|
154
|
+
"text",
|
|
155
|
+
"image"
|
|
156
|
+
],
|
|
157
|
+
"output": [
|
|
158
|
+
"text"
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
"limit": {
|
|
162
|
+
"context": 400000,
|
|
163
|
+
"output": 128000
|
|
164
|
+
}
|
|
81
165
|
},
|
|
82
166
|
"gpt-5.3-codex-spark": {
|
|
83
167
|
"id": "gpt-5.3-codex-spark",
|
|
@@ -85,9 +169,254 @@
|
|
|
85
169
|
"description": "Ultra-fast coding model.",
|
|
86
170
|
"reasoning": true,
|
|
87
171
|
"tool_call": true,
|
|
88
|
-
"modalities": {
|
|
89
|
-
|
|
172
|
+
"modalities": {
|
|
173
|
+
"input": [
|
|
174
|
+
"text"
|
|
175
|
+
],
|
|
176
|
+
"output": [
|
|
177
|
+
"text"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
"limit": {
|
|
181
|
+
"context": 128000,
|
|
182
|
+
"output": 32000
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"alibaba-token-plan": {
|
|
188
|
+
"id": "alibaba-token-plan",
|
|
189
|
+
"name": "Alibaba Token Plan (Personal Edition)",
|
|
190
|
+
"doc": "https://www.alibabacloud.com/help/en/model-studio/token-plan-personal-overview",
|
|
191
|
+
"models": {
|
|
192
|
+
"qwen3.8-max-preview": {
|
|
193
|
+
"id": "qwen3.8-max-preview",
|
|
194
|
+
"name": "Qwen3.8 Max Preview",
|
|
195
|
+
"description": "2.4T-parameter multimodal reasoning — text, image, video, documents. 10% Credits rate during preview. Night discount (22:00-08:00 UTC+8).",
|
|
196
|
+
"reasoning": true,
|
|
197
|
+
"tool_call": true,
|
|
198
|
+
"modalities": {
|
|
199
|
+
"input": [
|
|
200
|
+
"text",
|
|
201
|
+
"image"
|
|
202
|
+
],
|
|
203
|
+
"output": [
|
|
204
|
+
"text"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
"limit": {
|
|
208
|
+
"context": 1000000,
|
|
209
|
+
"output": 65536
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"qwen3.7-max": {
|
|
213
|
+
"id": "qwen3.7-max",
|
|
214
|
+
"name": "Qwen3.7 Max",
|
|
215
|
+
"description": "Top-tier pure-text reasoning model — strongest in the Qwen3.7 series. 1M context, thinking mode, function calling.",
|
|
216
|
+
"reasoning": true,
|
|
217
|
+
"tool_call": true,
|
|
218
|
+
"modalities": {
|
|
219
|
+
"input": [
|
|
220
|
+
"text"
|
|
221
|
+
],
|
|
222
|
+
"output": [
|
|
223
|
+
"text"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"limit": {
|
|
227
|
+
"context": 1000000,
|
|
228
|
+
"output": 65536
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"qwen3.7-plus": {
|
|
232
|
+
"id": "qwen3.7-plus",
|
|
233
|
+
"name": "Qwen3.7 Plus",
|
|
234
|
+
"description": "Balanced flagship — reasoning, visual understanding, text generation. 1M context, built-in tools.",
|
|
235
|
+
"reasoning": true,
|
|
236
|
+
"tool_call": true,
|
|
237
|
+
"modalities": {
|
|
238
|
+
"input": [
|
|
239
|
+
"text",
|
|
240
|
+
"image"
|
|
241
|
+
],
|
|
242
|
+
"output": [
|
|
243
|
+
"text"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
246
|
+
"limit": {
|
|
247
|
+
"context": 1000000,
|
|
248
|
+
"output": 65536
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"qwen3.6-flash": {
|
|
252
|
+
"id": "qwen3.6-flash",
|
|
253
|
+
"name": "Qwen3.6 Flash",
|
|
254
|
+
"description": "Cost-effective reasoning model — vision + text, 1M context, same context length as flagship at lower cost.",
|
|
255
|
+
"reasoning": true,
|
|
256
|
+
"tool_call": true,
|
|
257
|
+
"modalities": {
|
|
258
|
+
"input": [
|
|
259
|
+
"text",
|
|
260
|
+
"image"
|
|
261
|
+
],
|
|
262
|
+
"output": [
|
|
263
|
+
"text"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
"limit": {
|
|
267
|
+
"context": 1000000,
|
|
268
|
+
"output": 65536
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"glm-5.2": {
|
|
272
|
+
"id": "glm-5.2",
|
|
273
|
+
"name": "GLM-5.2",
|
|
274
|
+
"description": "Zhipu AI flagship text-generation model — reasoning, text, 198K context, function calling, structured output.",
|
|
275
|
+
"reasoning": true,
|
|
276
|
+
"tool_call": true,
|
|
277
|
+
"modalities": {
|
|
278
|
+
"input": [
|
|
279
|
+
"text"
|
|
280
|
+
],
|
|
281
|
+
"output": [
|
|
282
|
+
"text"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"limit": {
|
|
286
|
+
"context": 198000,
|
|
287
|
+
"output": 65536
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"deepseek-v4-pro": {
|
|
291
|
+
"id": "deepseek-v4-pro",
|
|
292
|
+
"name": "DeepSeek V4 Pro",
|
|
293
|
+
"description": "Frontier reasoning + text generation model. 1M context, always-thinking mode.",
|
|
294
|
+
"reasoning": true,
|
|
295
|
+
"tool_call": true,
|
|
296
|
+
"modalities": {
|
|
297
|
+
"input": [
|
|
298
|
+
"text"
|
|
299
|
+
],
|
|
300
|
+
"output": [
|
|
301
|
+
"text"
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
"limit": {
|
|
305
|
+
"context": 1000000,
|
|
306
|
+
"output": 65536
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"wan2.7-image": {
|
|
310
|
+
"id": "wan2.7-image",
|
|
311
|
+
"name": "Wan2.7 Image",
|
|
312
|
+
"description": "Text-to-image generation model by Wanx.",
|
|
313
|
+
"reasoning": false,
|
|
314
|
+
"modalities": {
|
|
315
|
+
"input": [
|
|
316
|
+
"text"
|
|
317
|
+
],
|
|
318
|
+
"output": [
|
|
319
|
+
"image"
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"wan2.7-image-pro": {
|
|
324
|
+
"id": "wan2.7-image-pro",
|
|
325
|
+
"name": "Wan2.7 Image Pro",
|
|
326
|
+
"description": "Higher-quality text-to-image generation model by Wanx.",
|
|
327
|
+
"reasoning": false,
|
|
328
|
+
"modalities": {
|
|
329
|
+
"input": [
|
|
330
|
+
"text"
|
|
331
|
+
],
|
|
332
|
+
"output": [
|
|
333
|
+
"image"
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"happyhorse-1.1-t2v": {
|
|
338
|
+
"id": "happyhorse-1.1-t2v",
|
|
339
|
+
"name": "HappyHorse 1.1 T2V",
|
|
340
|
+
"description": "Text-to-video generation model by HappyHorse.",
|
|
341
|
+
"reasoning": false,
|
|
342
|
+
"modalities": {
|
|
343
|
+
"input": [
|
|
344
|
+
"text"
|
|
345
|
+
],
|
|
346
|
+
"output": [
|
|
347
|
+
"video"
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"happyhorse-1.1-i2v": {
|
|
352
|
+
"id": "happyhorse-1.1-i2v",
|
|
353
|
+
"name": "HappyHorse 1.1 I2V",
|
|
354
|
+
"description": "Image-to-video generation model by HappyHorse.",
|
|
355
|
+
"reasoning": false,
|
|
356
|
+
"modalities": {
|
|
357
|
+
"input": [
|
|
358
|
+
"text",
|
|
359
|
+
"image"
|
|
360
|
+
],
|
|
361
|
+
"output": [
|
|
362
|
+
"video"
|
|
363
|
+
]
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"happyhorse-1.1-r2v": {
|
|
367
|
+
"id": "happyhorse-1.1-r2v",
|
|
368
|
+
"name": "HappyHorse 1.1 R2V",
|
|
369
|
+
"description": "Reference-to-video generation model by HappyHorse.",
|
|
370
|
+
"reasoning": false,
|
|
371
|
+
"modalities": {
|
|
372
|
+
"input": [
|
|
373
|
+
"text",
|
|
374
|
+
"image"
|
|
375
|
+
],
|
|
376
|
+
"output": [
|
|
377
|
+
"video"
|
|
378
|
+
]
|
|
379
|
+
}
|
|
90
380
|
}
|
|
91
381
|
}
|
|
382
|
+
},
|
|
383
|
+
"_removeProviders": [
|
|
384
|
+
"anthropic",
|
|
385
|
+
"google",
|
|
386
|
+
"mistral",
|
|
387
|
+
"openrouter",
|
|
388
|
+
"perplexity",
|
|
389
|
+
"groq",
|
|
390
|
+
"xai",
|
|
391
|
+
"cerebras",
|
|
392
|
+
"togetherai",
|
|
393
|
+
"deepinfra",
|
|
394
|
+
"fireworks",
|
|
395
|
+
"replicate",
|
|
396
|
+
"cohere",
|
|
397
|
+
"ai21",
|
|
398
|
+
"huggingface",
|
|
399
|
+
"together",
|
|
400
|
+
"novita",
|
|
401
|
+
"lepton",
|
|
402
|
+
"sambanova",
|
|
403
|
+
"watsonx"
|
|
404
|
+
],
|
|
405
|
+
"_removeModels": {
|
|
406
|
+
"openai": [
|
|
407
|
+
"gpt-4o-mini",
|
|
408
|
+
"gpt-4o",
|
|
409
|
+
"gpt-4",
|
|
410
|
+
"gpt-4-turbo",
|
|
411
|
+
"o1",
|
|
412
|
+
"o1-mini",
|
|
413
|
+
"o3-mini"
|
|
414
|
+
],
|
|
415
|
+
"deepseek": [
|
|
416
|
+
"deepseek-chat",
|
|
417
|
+
"deepseek-reasoner",
|
|
418
|
+
"deepseek-v3.2",
|
|
419
|
+
"deepseek-v4-flash"
|
|
420
|
+
]
|
|
92
421
|
}
|
|
93
422
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* cache exists.
|
|
10
10
|
*/
|
|
11
11
|
import { type ACPAgentDescriptor, type AcpLiveCatalog } from '@wrongstack/acp';
|
|
12
|
-
import type { WstackPaths } from '@wrongstack/core';
|
|
12
|
+
import type { WstackPaths } from '@wrongstack/core/utils';
|
|
13
13
|
export interface LoadedAcpRegistry {
|
|
14
14
|
fetchedAt: string;
|
|
15
15
|
/** Resolver input: registry-id → spawn command. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acp-registry-cache.d.ts","sourceRoot":"","sources":["../src/acp-registry-cache.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,cAAc,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"acp-registry-cache.d.ts","sourceRoot":"","sources":["../src/acp-registry-cache.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,cAAc,EAEpB,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAS1D,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,mDAAmD;IACnD,IAAI,EAAE,cAAc,CAAC;IACrB,qCAAqC;IACrC,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAC9B;AAED,gDAAgD;AAChD,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,WAAW,GAAG,MAAM,CAE/D;AAED,yEAAyE;AACzE,wBAAsB,qBAAqB,CACzC,KAAK,EAAE,WAAW,GACjB,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAkBnC;AAED,+EAA+E;AAC/E,wBAAsB,kBAAkB,CACtC,KAAK,EAAE,WAAW,EAClB,IAAI,CAAC,EAAE;IAAE,MAAM,CAAC,EAAE,WAAW,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,GAClD,OAAO,CAAC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,CAUjE"}
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
* belong in the interactive host. The ACP server is a headless single-turn
|
|
14
14
|
* surface; a future PR can layer richer session behaviour if needed.
|
|
15
15
|
*/
|
|
16
|
-
import { Agent
|
|
16
|
+
import { Agent } from '@wrongstack/core/agent';
|
|
17
|
+
import { type Logger, type PermissionDecision, type PermissionPolicy, type Tool } from '@wrongstack/core/types';
|
|
17
18
|
import type { RunTurnApi } from '@wrongstack/acp/agent';
|
|
18
19
|
import type { SubcommandDeps } from './subcommands/index.js';
|
|
19
20
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acp-server-agent.d.ts","sourceRoot":"","sources":["../src/acp-server-agent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"acp-server-agent.d.ts","sourceRoot":"","sources":["../src/acp-server-agent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,KAAK,EAAmC,MAAM,wBAAwB,CAAC;AAIhF,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,IAAI,EAAuB,MAAM,wBAAwB,CAAC;AAKrI,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D;;;;GAIG;AACH,qBAAa,oBAAqB,SAAQ,KAAK;IAC7C,YAAY,OAAO,EAAE,MAAM,EAG1B;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AASD;;;;;;;;;;;;;;GAcG;AACH,qBAAa,yBAA0B,YAAW,gBAAgB;IACpD,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAA9C,YAA6B,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,CAAC,EAAI;IAE7E,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,GAAG,OAAO,CAAC,kBAAkB,CAAC,CA6BtE;IAEK,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAG;IACzB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC,CAAG;IAC9B,QAAQ,IAAI,IAAI,CAAG;IACnB,SAAS,IAAI,IAAI,CAAG;IACd,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC,CAAG;CACjC;AAmID;;;;;;;;GAQG;AACH,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,cAAc,EACpB,OAAO,GAAE,sBAA2B,GACnC,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,UAAU,KAAK,OAAO,CAAC,KAAK,CAAC,CAmHtE"}
|
package/dist/arg-parser.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare function parseArgs(argv: string[]): ParsedArgs;
|
|
|
13
13
|
export interface AuthFlags {
|
|
14
14
|
positional: string[];
|
|
15
15
|
label?: string | undefined;
|
|
16
|
-
family?: import('@wrongstack/core').WireFamily | undefined;
|
|
16
|
+
family?: import('@wrongstack/core/types').WireFamily | undefined;
|
|
17
17
|
baseUrl?: string | undefined;
|
|
18
18
|
envVars?: string[] | undefined;
|
|
19
19
|
}
|
package/dist/arg-parser.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arg-parser.d.ts","sourceRoot":"","sources":["../src/arg-parser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,kEAAkE;AAClE,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"arg-parser.d.ts","sourceRoot":"","sources":["../src/arg-parser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,kEAAkE;AAClE,eAAO,MAAM,aAAa,aA6DxB,CAAC;AAIH,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;IACxC,UAAU,EAAE,MAAM,EAAE,CAAC;CACtB;AAED,yCAAyC;AACzC,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,UAAU,CAoCpD;AAyCD,MAAM,WAAW,SAAS;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,wBAAwB,EAAE,UAAU,GAAG,SAAS,CAAC;IACjE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;CAChC;AAED,+EAA+E;AAC/E,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,CAyBxD;AAID,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE;QACJ,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;QAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAC3B,CAAC;CACH;AAED;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,UAAU,CA8CzD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ProviderConfig, ResolvedProvider } from '@wrongstack/core';
|
|
1
|
+
import type { ProviderConfig, ResolvedProvider } from '@wrongstack/core/types';
|
|
2
2
|
import type { AuthMenuDeps } from './types.js';
|
|
3
3
|
export declare function addFromCatalog(deps: AuthMenuDeps): Promise<boolean>;
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-provider.d.ts","sourceRoot":"","sources":["../../src/auth-menu/add-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAc,MAAM,
|
|
1
|
+
{"version":3,"file":"add-provider.d.ts","sourceRoot":"","sources":["../../src/auth-menu/add-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAc,MAAM,wBAAwB,CAAC;AAiB3F,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAM/C,wBAAsB,cAAc,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC,CAwCzE;AAED;;;;;;;GAOG;AACH,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,YAAY,EAClB,MAAM,EAAE,gBAAgB,GACvB,OAAO,CAAC,OAAO,CAAC,CA0ElB;AAMD,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC,CA0E5E;AAsCD,wBAAsB,iBAAiB,CACrC,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,OAAO,CAAC,cAAc,CAAC,GAChC,OAAO,CAAC,OAAO,CAAC,CAkDlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"anthropic-oauth.d.ts","sourceRoot":"","sources":["../../src/auth-menu/anthropic-oauth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAYH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAW/C,eAAO,MAAM,kBAAkB,oBAAoB,CAAC;AAGpD,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAQD,wBAAgB,YAAY,IAAI;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAItE;AAED,mFAAmF;AACnF,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAY7E;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG;IACtD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAwBA;AAkCD,+EAA+E;AAC/E,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,YAAY,CAAC,CAiBvB;
|
|
1
|
+
{"version":3,"file":"anthropic-oauth.d.ts","sourceRoot":"","sources":["../../src/auth-menu/anthropic-oauth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAYH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAW/C,eAAO,MAAM,kBAAkB,oBAAoB,CAAC;AAGpD,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAQD,wBAAgB,YAAY,IAAI;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAItE;AAED,mFAAmF;AACnF,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAY7E;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG;IACtD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAwBA;AAkCD,+EAA+E;AAC/E,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,MAAM,CAAC,EAAE,WAAW,GACnB,OAAO,CAAC,YAAY,CAAC,CAiBvB;AAoCD,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CAClC;AAED,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,YAAY,EAClB,IAAI,GAAE,kBAAuB,GAC5B,OAAO,CAAC,MAAM,CAAC,CAkHjB"}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* long-running consumer (file rotation, OTLP export) would
|
|
28
28
|
* belong in a dedicated audit-sink module, not here.
|
|
29
29
|
*/
|
|
30
|
-
import { type SecretScrubber } from '@wrongstack/core';
|
|
30
|
+
import { type SecretScrubber } from '@wrongstack/core/types';
|
|
31
31
|
/**
|
|
32
32
|
* Discriminated union of every event the auth-menu local flow
|
|
33
33
|
* can emit. New events slot in here as the lifecycle grows —
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-menu-audit.d.ts","sourceRoot":"","sources":["../../src/auth-menu/auth-menu-audit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"auth-menu-audit.d.ts","sourceRoot":"","sources":["../../src/auth-menu/auth-menu-audit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAG7D;;;;GAIG;AACH,MAAM,MAAM,cAAc,GACtB;IACE,IAAI,EAAE,gBAAgB,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB;sCACkC;IAClC,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B,GACD;IACE;;;;;OAKG;IACH,IAAI,EAAE,kBAAkB,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,sCAAsC;IACtC,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B,GACD;IACE;;;;;OAKG;IACH,IAAI,EAAE,iBAAiB,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,uCAAuC;IACvC,cAAc,EAAE,MAAM,EAAE,CAAC;CAC1B,GACD;IACE;;;;;;OAMG;IACH,IAAI,EAAE,uBAAuB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,OAAO,GAAG,MAAM,CAAC;CAClC,GACD;IACE;;;;;OAKG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEN;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,uDAAuD;AACvD,wBAAgB,iBAAiB,IAAI,aAAa,CAUjD;AAED,sDAAsD;AACtD,wBAAgB,iBAAiB,IAAI,aAAa,CAMjD;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa,CAWzD;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,GACjC,aAAa,GAAG,SAAS,CAa3B;AAED,6DAA6D;AAC7D,wBAAgB,gBAAgB,IAAI,aAAa,GAAG;IAAE,KAAK,EAAE,MAAM,EAAE,CAAA;CAAE,CAQtE;AAED,MAAM,WAAW,eAAe;IAC9B;;;wCAGoC;IACpC,IAAI,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;CACnC;AAED,4DAA4D;AAC5D,eAAO,MAAM,iBAAiB,EAAE,eAE/B,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,aAAa,GAAG,SAAS,EAC/B,QAAQ,GAAE,cAA4C,GACrD,eAAe,CAYjB;AA0DD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,qBAAqB,CAAC,IAAI,EAAE;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACrC,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,SAAS,CAAC,EAAE;QAAE,KAAK,EAAE,OAAO,GAAG,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;IACpD,eAAe,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAC;CACnE,GAAG,cAAc,EAAE,CA4FnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"direct.d.ts","sourceRoot":"","sources":["../../src/auth-menu/direct.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"direct.d.ts","sourceRoot":"","sources":["../../src/auth-menu/direct.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AASzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C;;;;GAIG;AACH,wBAAsB,aAAa,CACjC,IAAI,EAAE,YAAY,EAClB,IAAI,EAAE;IACJ,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;CAChC,GACA,OAAO,CAAC,MAAM,CAAC,CA2DjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-copilot-oauth.d.ts","sourceRoot":"","sources":["../../src/auth-menu/github-copilot-oauth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;
|
|
1
|
+
{"version":3,"file":"github-copilot-oauth.d.ts","sourceRoot":"","sources":["../../src/auth-menu/github-copilot-oauth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAYH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAY/C,eAAO,MAAM,mBAAmB,mBAAmB,CAAC;AAEpD,UAAU,UAAU;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACpB;AAkCD,oCAAoC;AACpC,wBAAsB,eAAe,CAAC,MAAM,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC,CAuC/E;AAED,sEAAsE;AACtE,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,MAAM,CAAC,CAqCjG;AAED,gFAAgF;AAChF,UAAU,iBAAiB;IACzB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,SAAS,CAAC;IACzC,YAAY,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE;YAAE,UAAU,CAAC,EAAE,OAAO,CAAA;SAAE,GAAG,SAAS,CAAA;KAAE,GAAG,SAAS,CAAC;CAChG;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAUzE;AAoCD,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CAClC;AAED,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,YAAY,EAClB,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,MAAM,CAAC,CAkEjB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ProviderConfig } from '@wrongstack/core';
|
|
1
|
+
import type { ProviderConfig } from '@wrongstack/core/types';
|
|
2
2
|
import type { AuthMenuDeps } from './types.js';
|
|
3
3
|
/** Thin wrapper — delegates to the shared config provider loader. */
|
|
4
4
|
export declare function loadProviders(deps: AuthMenuDeps): Promise<Record<string, ProviderConfig>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/auth-menu/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/auth-menu/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C,qEAAqE;AACrE,wBAAsB,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC,CAK/F"}
|
|
@@ -1,36 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* `wstack auth local` quick-add flow (`./local.ts`) and the startup
|
|
4
|
-
* provider picker (`../picker.ts`).
|
|
5
|
-
*
|
|
6
|
-
* This module holds ONLY the preset data + its type, with no runtime
|
|
7
|
-
* dependencies (no probe, no config vault). That lets the picker import
|
|
8
|
-
* the presets to surface keyless local gateways without dragging in the
|
|
9
|
-
* heavier auth-flow machinery. Keep these entries in sync with the
|
|
10
|
-
* wire-format presets in `@wrongstack/providers`.
|
|
11
|
-
*/
|
|
12
|
-
export interface LocalLlmPresetEntry {
|
|
13
|
-
/** Stable id used both for the config key and the --name flag. */
|
|
14
|
-
id: string;
|
|
15
|
-
/** Display name shown in the picker. */
|
|
16
|
-
label: string;
|
|
17
|
-
/** Default base URL for this server. */
|
|
18
|
-
defaultBaseUrl: string;
|
|
19
|
-
/**
|
|
20
|
-
* When true, no API key is needed — the shortcut saves the provider
|
|
21
|
-
* without prompting for a key. Use for servers that reject any
|
|
22
|
-
* Authorization header (Ollama).
|
|
23
|
-
*/
|
|
24
|
-
noAuth: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Human-readable hint shown next to the entry — typically the upstream
|
|
27
|
-
* doc URL or the local port.
|
|
28
|
-
*/
|
|
29
|
-
hint: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Single source of truth for the `wstack auth local` picker. Keep this
|
|
33
|
-
* in sync with the wire-format presets in `@wrongstack/providers`.
|
|
34
|
-
*/
|
|
35
|
-
export declare const LOCAL_LLM_PRESETS: readonly LocalLlmPresetEntry[];
|
|
1
|
+
export type { LocalProviderPresetProjection as LocalLlmPresetEntry } from '@wrongstack/providers/definitions';
|
|
2
|
+
export declare const LOCAL_LLM_PRESETS: import("@wrongstack/providers/definitions").LocalProviderPresetProjection[];
|
|
36
3
|
//# sourceMappingURL=local-presets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local-presets.d.ts","sourceRoot":"","sources":["../../src/auth-menu/local-presets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"local-presets.d.ts","sourceRoot":"","sources":["../../src/auth-menu/local-presets.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,6BAA6B,IAAI,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC9G,eAAO,MAAM,iBAAiB,6EAAgC,CAAC"}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
* accidentally captured in a probe log can never echo to the terminal
|
|
25
25
|
* in plaintext.
|
|
26
26
|
*/
|
|
27
|
-
import { type SecretScrubber } from '@wrongstack/core';
|
|
27
|
+
import { type SecretScrubber } from '@wrongstack/core/types';
|
|
28
28
|
import { LOCAL_LLM_PRESETS, type LocalLlmPresetEntry } from './local-presets.js';
|
|
29
29
|
import { suggestLabel } from './shared.js';
|
|
30
30
|
import type { AuthMenuDeps } from './types.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../src/auth-menu/local.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,OAAO,EAAE,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"local.d.ts","sourceRoot":"","sources":["../../src/auth-menu/local.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAU7D,OAAO,EAAE,iBAAiB,EAAE,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC3E,OAAO,EACL,KAAK,eAAe,EAIrB,MAAM,sBAAsB,CAAC;AAO9B,OAAO,EAAE,aAAa,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,CAAC;AAM9D,OAAO,EAAE,iBAAiB,EAAE,KAAK,mBAAmB,EAAE,CAAC;AAIvD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,KAAK,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;;;;;;;;;OAUG;IACH,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CACrC;AAED;;;;;;;;GAQG;AACH,wBAAsB,YAAY,CAChC,IAAI,EAAE,YAAY,EAClB,IAAI,GAAE,mBAAwB,GAC7B,OAAO,CAAC,MAAM,CAAC,CAiNjB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,MAAM,GAAG,SAAS,EAC1B,KAAK,EAAE,WAAW,GAAG,SAAS,EAC9B,QAAQ,EAAE,cAAc,GACvB,MAAM,EAAE,GAAG,IAAI,CAoCjB;AAqJD,OAAO,EAAE,YAAY,EAAE,CAAC"}
|