@wrongstack/cli 0.289.0 → 0.291.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 (84) hide show
  1. package/dist/arg-parser.d.ts.map +1 -1
  2. package/dist/auth-menu/helpers.d.ts +0 -2
  3. package/dist/auth-menu/helpers.d.ts.map +1 -1
  4. package/dist/auth-menu/shared.d.ts +1 -5
  5. package/dist/auth-menu/shared.d.ts.map +1 -1
  6. package/dist/auth-menu/types.d.ts +3 -2
  7. package/dist/auth-menu/types.d.ts.map +1 -1
  8. package/dist/boot/container-wiring.d.ts +2 -1
  9. package/dist/boot/container-wiring.d.ts.map +1 -1
  10. package/dist/boot/dispatch-webui.d.ts +1 -0
  11. package/dist/boot/dispatch-webui.d.ts.map +1 -1
  12. package/dist/boot/event-wiring.d.ts +2 -1
  13. package/dist/boot/event-wiring.d.ts.map +1 -1
  14. package/dist/boot/launch-menu.d.ts +1 -1
  15. package/dist/boot/launch-menu.d.ts.map +1 -1
  16. package/dist/boot/short-circuit-hq.d.ts.map +1 -1
  17. package/dist/boot/system-prompt-builder.d.ts +3 -2
  18. package/dist/boot/system-prompt-builder.d.ts.map +1 -1
  19. package/dist/boot/system-prompt.d.ts +2 -1
  20. package/dist/boot/system-prompt.d.ts.map +1 -1
  21. package/dist/boot/tool-registry.d.ts +2 -1
  22. package/dist/boot/tool-registry.d.ts.map +1 -1
  23. package/dist/boot/tui-project-spawn.d.ts +2 -1
  24. package/dist/boot/tui-project-spawn.d.ts.map +1 -1
  25. package/dist/cli-main.d.ts.map +1 -1
  26. package/dist/config-doctor.d.ts.map +1 -1
  27. package/dist/execute-deps.d.ts +8 -4
  28. package/dist/execute-deps.d.ts.map +1 -1
  29. package/dist/execution.d.ts +2 -2
  30. package/dist/execution.d.ts.map +1 -1
  31. package/dist/fleet/host.d.ts +28 -0
  32. package/dist/fleet/host.d.ts.map +1 -1
  33. package/dist/hq-server/auth.d.ts +1 -3
  34. package/dist/hq-server/auth.d.ts.map +1 -1
  35. package/dist/hq-server.d.ts +11 -1
  36. package/dist/hq-server.d.ts.map +1 -1
  37. package/dist/hq-tunnel.d.ts +16 -0
  38. package/dist/hq-tunnel.d.ts.map +1 -0
  39. package/dist/index.js +51597 -50280
  40. package/dist/index.js.map +4 -4
  41. package/dist/repl.d.ts.map +1 -1
  42. package/dist/settings-menu.d.ts +6 -0
  43. package/dist/settings-menu.d.ts.map +1 -1
  44. package/dist/slash-commands/agents.d.ts +2 -2
  45. package/dist/slash-commands/agents.d.ts.map +1 -1
  46. package/dist/slash-commands/clear.d.ts.map +1 -1
  47. package/dist/slash-commands/enhance.d.ts.map +1 -1
  48. package/dist/slash-commands/goal-refiner.d.ts +4 -3
  49. package/dist/slash-commands/goal-refiner.d.ts.map +1 -1
  50. package/dist/slash-commands/index.d.ts +40 -1
  51. package/dist/slash-commands/index.d.ts.map +1 -1
  52. package/dist/slash-commands/interrupt.d.ts +2 -1
  53. package/dist/slash-commands/interrupt.d.ts.map +1 -1
  54. package/dist/slash-commands/kanban.d.ts.map +1 -1
  55. package/dist/slash-commands/memory.d.ts.map +1 -1
  56. package/dist/slash-commands/profile.d.ts +15 -0
  57. package/dist/slash-commands/profile.d.ts.map +1 -0
  58. package/dist/slash-commands/provider-status.d.ts +2 -0
  59. package/dist/slash-commands/provider-status.d.ts.map +1 -1
  60. package/dist/slash-commands/settings.d.ts.map +1 -1
  61. package/dist/slash-commands/suggestion-store.d.ts +7 -0
  62. package/dist/slash-commands/suggestion-store.d.ts.map +1 -1
  63. package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
  64. package/dist/subcommands/handlers/chronicle.d.ts.map +1 -1
  65. package/dist/webui-server/kanban-supervisor.d.ts +12 -0
  66. package/dist/webui-server/kanban-supervisor.d.ts.map +1 -1
  67. package/dist/webui-server/prefs-seeding.d.ts +2 -1
  68. package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
  69. package/dist/webui-server/session-start-payload.d.ts +1 -0
  70. package/dist/webui-server/session-start-payload.d.ts.map +1 -1
  71. package/dist/webui-server/setup-events.d.ts.map +1 -1
  72. package/dist/webui-server/ws-handlers/agent-config.d.ts.map +1 -1
  73. package/dist/webui-server/ws-handlers/connection.d.ts +1 -0
  74. package/dist/webui-server/ws-handlers/connection.d.ts.map +1 -1
  75. package/dist/webui-server/ws-handlers/kanban.d.ts +13 -0
  76. package/dist/webui-server/ws-handlers/kanban.d.ts.map +1 -1
  77. package/dist/webui-server/ws-handlers/prefs.d.ts +1 -1
  78. package/dist/webui-server/ws-handlers/prefs.d.ts.map +1 -1
  79. package/dist/webui-server.d.ts +1 -0
  80. package/dist/webui-server.d.ts.map +1 -1
  81. package/dist/wiring/controllers.d.ts +8 -1
  82. package/dist/wiring/controllers.d.ts.map +1 -1
  83. package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
  84. package/package.json +23 -23
@@ -0,0 +1,16 @@
1
+ export interface HqQuickTunnelHandle {
2
+ url: string;
3
+ close(): Promise<void>;
4
+ }
5
+ export interface HqQuickTunnelOptions {
6
+ executable?: string | undefined;
7
+ timeoutMs?: number | undefined;
8
+ onUnexpectedExit?: ((message: string) => void) | undefined;
9
+ }
10
+ export declare function extractQuickTunnelUrl(output: string): string | undefined;
11
+ /** cloudflared prints the public URL before its edge connection is usable. */
12
+ export declare function hasRegisteredQuickTunnelConnection(output: string): boolean;
13
+ /** Start an anonymous TryCloudflare tunnel and tie it to the HQ process lifecycle. */
14
+ export declare function startHqQuickTunnel(originUrl: string, options?: HqQuickTunnelOptions): Promise<HqQuickTunnelHandle>;
15
+ export declare function buildPublicHqUrl(tunnelUrl: string, localBrowserUrl: string | undefined, includeToken: boolean): string;
16
+ //# sourceMappingURL=hq-tunnel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hq-tunnel.d.ts","sourceRoot":"","sources":["../src/hq-tunnel.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CACxB;AAED,MAAM,WAAW,oBAAoB;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,gBAAgB,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;CAC5D;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAExE;AAED,8EAA8E;AAC9E,wBAAgB,kCAAkC,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAE1E;AAMD,sFAAsF;AACtF,wBAAgB,kBAAkB,CAChC,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,oBAAyB,GACjC,OAAO,CAAC,mBAAmB,CAAC,CAyF9B;AAED,wBAAgB,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,GAAG,SAAS,EACnC,YAAY,EAAE,OAAO,GACpB,MAAM,CAOR"}