@qodeca/xezar 0.11.2 → 0.13.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.
Files changed (140) hide show
  1. package/README.md +97 -43
  2. package/dist/agent-config/catalog.d.ts +10 -0
  3. package/dist/agent-config/catalog.js.map +1 -1
  4. package/dist/automations/coordinator.js +8 -0
  5. package/dist/automations/coordinator.js.map +1 -1
  6. package/dist/automations/types.d.ts +2 -0
  7. package/dist/contract/automations.d.ts +8 -0
  8. package/dist/contract/events.test.d.ts +1 -0
  9. package/dist/contract/index.js +87 -3
  10. package/dist/contract/runs.d.ts +25 -0
  11. package/dist/contract/runs.test.d.ts +1 -0
  12. package/dist/contract/skills.d.ts +1 -0
  13. package/dist/contract/workflows.d.ts +6 -0
  14. package/dist/contract/workspace.d.ts +37 -4
  15. package/dist/core/agent-env.js +8 -1
  16. package/dist/core/agent-env.js.map +1 -1
  17. package/dist/core/agent-runner.d.ts +13 -0
  18. package/dist/core/agent-runner.js +22 -0
  19. package/dist/core/agent-runner.js.map +1 -1
  20. package/dist/core/backend-detect.js +11 -1
  21. package/dist/core/backend-detect.js.map +1 -1
  22. package/dist/core/claude-cli-runner.js +8 -2
  23. package/dist/core/claude-cli-runner.js.map +1 -1
  24. package/dist/core/codex-app-server-runner.js +6 -2
  25. package/dist/core/codex-app-server-runner.js.map +1 -1
  26. package/dist/core/opencode-server-runner.d.ts +12 -0
  27. package/dist/core/opencode-server-runner.js +326 -17
  28. package/dist/core/opencode-server-runner.js.map +1 -1
  29. package/dist/core/pi-model-catalog.d.ts +52 -0
  30. package/dist/core/pi-model-catalog.js +135 -0
  31. package/dist/core/pi-model-catalog.js.map +1 -0
  32. package/dist/core/pi-runner.d.ts +3 -0
  33. package/dist/core/pi-runner.js +139 -12
  34. package/dist/core/pi-runner.js.map +1 -1
  35. package/dist/core/pi-ui-mapper.js +39 -3
  36. package/dist/core/pi-ui-mapper.js.map +1 -1
  37. package/dist/core/runner-model-catalog.js +11 -2
  38. package/dist/core/runner-model-catalog.js.map +1 -1
  39. package/dist/index.js +2 -0
  40. package/dist/index.js.map +1 -1
  41. package/dist/paths.d.ts +7 -0
  42. package/dist/paths.js +8 -0
  43. package/dist/paths.js.map +1 -1
  44. package/dist/runs/event-corrections.d.ts +12 -0
  45. package/dist/runs/event-corrections.js +141 -0
  46. package/dist/runs/event-corrections.js.map +1 -0
  47. package/dist/runs/event-history.d.ts +5 -1
  48. package/dist/runs/event-history.js +66 -5
  49. package/dist/runs/event-history.js.map +1 -1
  50. package/dist/runs/project-writer.d.ts +11 -0
  51. package/dist/runs/project-writer.js +115 -0
  52. package/dist/runs/project-writer.js.map +1 -0
  53. package/dist/runs/retention.d.ts +1 -1
  54. package/dist/runs/retention.js +1 -1
  55. package/dist/runs/store.d.ts +2 -0
  56. package/dist/runs/store.js +13 -2
  57. package/dist/runs/store.js.map +1 -1
  58. package/dist/runs/task-markers.d.ts +4 -0
  59. package/dist/runs/task-markers.js +63 -5
  60. package/dist/runs/task-markers.js.map +1 -1
  61. package/dist/server/capabilities.d.ts +7 -5
  62. package/dist/server/capabilities.js +11 -7
  63. package/dist/server/capabilities.js.map +1 -1
  64. package/dist/server/project-context.js +2 -0
  65. package/dist/server/project-context.js.map +1 -1
  66. package/dist/server/server.d.ts +199 -47
  67. package/dist/server/server.js +195 -11
  68. package/dist/server/server.js.map +1 -1
  69. package/dist/workflows/run.d.ts +67 -2
  70. package/dist/workflows/run.js +233 -62
  71. package/dist/workflows/run.js.map +1 -1
  72. package/dist/workflows/types.d.ts +41 -0
  73. package/dist/workflows/types.js +72 -0
  74. package/dist/workflows/types.js.map +1 -1
  75. package/dist/workspace/config.d.ts +42 -0
  76. package/dist/workspace/config.js +132 -3
  77. package/dist/workspace/config.js.map +1 -1
  78. package/dist/workspace/semaphore.d.ts +63 -3
  79. package/dist/workspace/semaphore.js +76 -3
  80. package/dist/workspace/semaphore.js.map +1 -1
  81. package/package.json +3 -3
  82. package/web/dist/assets/{alert-dialog-CGskMvgc.js → alert-dialog-BVsVcbFy.js} +1 -1
  83. package/web/dist/assets/arrow-down-CYgAlZtW.js +1 -0
  84. package/web/dist/assets/arrow-left-BOqE0a3k.js +1 -0
  85. package/web/dist/assets/{centered-state-B_V_Ai2h.js → centered-state-Djgly6Ni.js} +1 -1
  86. package/web/dist/assets/chevron-right-Cc9BWnbN.js +1 -0
  87. package/web/dist/assets/{collapsible-B_8uYwHb.js → collapsible-DZ4D-DHG.js} +1 -1
  88. package/web/dist/assets/{commit-list-C4Dv6vUL.js → commit-list-B-z1JL9G.js} +1 -1
  89. package/web/dist/assets/{compare-variants-et0mplGi.js → compare-variants-D62m4j3B.js} +1 -1
  90. package/web/dist/assets/{diff-CbozNUJq.js → diff-BKew9rQX.js} +2 -2
  91. package/web/dist/assets/{diff-stat-btAmKFJr.js → diff-stat-D0mc5V6Z.js} +1 -1
  92. package/web/dist/assets/{diff-view-BpFTcG3R.js → diff-view-xpIcuLIC.js} +1 -1
  93. package/web/dist/assets/{dropdown-menu-Z80KMInL.js → dropdown-menu-CEQziH7X.js} +1 -1
  94. package/web/dist/assets/editable-title-BCX3T2BY.js +1 -0
  95. package/web/dist/assets/{ellipsis-vertical-Bmi2u2TG.js → ellipsis-vertical-ByVdDc4z.js} +1 -1
  96. package/web/dist/assets/{file-DKoYWRsv.js → file-xBSB5hXO.js} +1 -1
  97. package/web/dist/assets/{folder-u01HScRT.js → folder-CldgbZ5A.js} +1 -1
  98. package/web/dist/assets/{git-toolbar-Q2kk2F7v.js → git-toolbar-DJANqg7Y.js} +1 -1
  99. package/web/dist/assets/github-D6vK0jFn.js +1 -0
  100. package/web/dist/assets/{image-preview-BR3iIIhf.js → image-preview-Cv5mZr0n.js} +1 -1
  101. package/web/dist/assets/index-CkmR6h7s.css +2 -0
  102. package/web/dist/assets/index-DVDqF4bM.js +9 -0
  103. package/web/dist/assets/{markdown-5FuCZDA4.js → markdown-CgEEE2ND.js} +1 -1
  104. package/web/dist/assets/{new-task-form-BydHBbef.js → new-task-form-1r2bgsdD.js} +1 -1
  105. package/web/dist/assets/{pill-vNzaaYxj.js → pill-q-x22_ej.js} +1 -1
  106. package/web/dist/assets/{project-router-BbCzrHKs.js → project-router-VDN4jQM8.js} +1 -1
  107. package/web/dist/assets/{prompt-templates-B7Fs2b1S.js → prompt-templates-BmZtCe-L.js} +1 -1
  108. package/web/dist/assets/{refresh-cw-DGliez3E.js → refresh-cw-DcNCj2nu.js} +1 -1
  109. package/web/dist/assets/{repo-git-h1RFfly3.js → repo-git-btG0sdbO.js} +1 -1
  110. package/web/dist/assets/{run-diff-Bq9vkSNK.js → run-diff-vguEMJzh.js} +1 -1
  111. package/web/dist/assets/{run-header-Cd8mSKBG.js → run-header-DM7MiKj9.js} +1 -1
  112. package/web/dist/assets/{search-x-69n_672Y.js → search-x-QmhaAbg5.js} +1 -1
  113. package/web/dist/assets/{skill-empty-hint-CL0g7WBL.js → skill-empty-hint-BrzUwByZ.js} +1 -1
  114. package/web/dist/assets/{skills-BqAzyGS3.js → skills-DMfxQtrD.js} +1 -1
  115. package/web/dist/assets/{sparkles-B8agSxBZ.js → sparkles-CP8QDOgX.js} +1 -1
  116. package/web/dist/assets/{square-terminal-Cf4Og6ct.js → square-terminal-CGypshSD.js} +1 -1
  117. package/web/dist/assets/{tab-link-Cp2-CJS8.js → tab-link-D4lFzzI1.js} +1 -1
  118. package/web/dist/assets/{task-changes-DwXPFXqG.js → task-changes-BtZId14z.js} +1 -1
  119. package/web/dist/assets/{task-commits-Bessua-c.js → task-commits-BoeyJXrv.js} +1 -1
  120. package/web/dist/assets/{task-files-DxFIhRPP.js → task-files-DIy2oUnj.js} +1 -1
  121. package/web/dist/assets/task-thread-CbMPmrWq.js +9 -0
  122. package/web/dist/assets/{textarea--cpYshee.js → textarea-CyBCyKIk.js} +1 -1
  123. package/web/dist/assets/{thread-loading-ZhJref0J.js → thread-loading-Cuq2jchC.js} +1 -1
  124. package/web/dist/assets/{trash-2--ZtrzUx3.js → trash-2-B6Dp3ZNs.js} +1 -1
  125. package/web/dist/assets/{triangle-alert-D5tJwRD2.js → triangle-alert-xBya8FUp.js} +1 -1
  126. package/web/dist/assets/{upload-SnwVxKOA.js → upload-D6MXEB9p.js} +1 -1
  127. package/web/dist/assets/{use-desktop-Sr1QlxhT.js → use-desktop-CPBwzQ7M.js} +1 -1
  128. package/web/dist/assets/{use-submit-shortcut-JY8M_MPL.js → use-submit-shortcut-JTpNzU-u.js} +1 -1
  129. package/web/dist/assets/{utils-Bb8ohcr3.js → utils--z9hRtl3.js} +1 -1
  130. package/web/dist/assets/{workflows-9HC240Wx.js → workflows-DG115scU.js} +3 -3
  131. package/web/dist/assets/{zoomable-image-0G3IBXWC.js → zoomable-image-GTYwLtkS.js} +1 -1
  132. package/web/dist/index.html +23 -23
  133. package/web/dist/assets/arrow-down-G8adPhbu.js +0 -1
  134. package/web/dist/assets/arrow-left-BJsIW6A0.js +0 -1
  135. package/web/dist/assets/chevron-right-CFzn-von.js +0 -1
  136. package/web/dist/assets/editable-title-wS5NWwob.js +0 -1
  137. package/web/dist/assets/github-DjEYCxwt.js +0 -1
  138. package/web/dist/assets/index-BcI5hug3.css +0 -2
  139. package/web/dist/assets/index-Cz4GSAqV.js +0 -7
  140. package/web/dist/assets/task-thread-Dhkupf1-.js +0 -9
@@ -2,6 +2,8 @@ import { AutomationStore } from '../automations/store.ts';
2
2
  import type { IncomingMessage } from 'node:http';
3
3
  import { Hono } from 'hono';
4
4
  import { type ServerType } from '@hono/node-server';
5
+ import { type WorkspaceConfigResponse } from '../contract/index.js';
6
+ import type { RunnerId } from '../core/agent-runner.ts';
5
7
  import { ProviderAuthService, type ProviderId } from '../core/provider-auth.ts';
6
8
  import { RunnerModelCatalog } from '../core/runner-model-catalog.ts';
7
9
  import { currentUsage } from '../core/process-usage.ts';
@@ -149,40 +151,13 @@ export interface UpdateProjectResponse {
149
151
  }
150
152
  /** `GET/PUT /api/workspace/config` (multi-project spec, step 2.7) — the
151
153
  * settings slice of `~/.xezar/config.json`: global knobs ONLY, never the
152
- * project registry (that is `GET /api/projects`' job). */
153
- export interface WorkspaceConfigResponse {
154
- /** Root exposed by the Add project directory browser (`~` kept). */
155
- browseRoot: string;
156
- /** Checkout root for GUI-cloned projects stored as written (`~` kept). */
157
- projectsDir: string;
158
- /** Stored override; null means inherit XEZ_SKILLS_AUTO_UPDATE, then true. */
159
- skillsAutoUpdate: boolean | null;
160
- effectiveSkillsAutoUpdate: boolean;
161
- composerDefaults: {
162
- autonomous: boolean | null;
163
- worktree: boolean | null;
164
- inheritedAutonomous: boolean | 'source-dependent';
165
- inheritedWorktree: boolean;
166
- };
167
- resources: {
168
- maxParallel: number;
169
- maxMonitoringSessions: number;
170
- monitoringWakeIntervalMinutes: number | null;
171
- autoResumeOnUsageLimit: boolean;
172
- memoryLimitMb: number | null;
173
- worktreeRetentionDefault: number;
174
- };
175
- /** What a repo that has set none of its own runs (spec 2026-07-29-agent-profiles). Both keys
176
- * optional: absent means "no opinion", which must stay distinguishable from a chosen value. */
177
- agentDefaults: {
178
- runner?: ProviderId;
179
- models?: {
180
- claude?: string;
181
- codex?: string;
182
- opencode?: string;
183
- };
184
- };
185
- }
154
+ * project registry (that is `GET /api/projects`' job).
155
+ *
156
+ * Re-exported from the contract, never re-declared. This used to be a hand-written
157
+ * interface here — the shape AGENTS.md § The HTTP API forbids — and it had already drifted
158
+ * (its `agentDefaults.models` never grew the `pi` key the schema has). One zod definition,
159
+ * type inferred; `contract-parity.workspace.test.ts` proves the route agrees with it. */
160
+ export type { WorkspaceConfigResponse };
186
161
  /** Workspace-level event names carried ONLY on `GET /api/workspace/events`
187
162
  * (never on the per-project streams): registry mutations, the GUI-clone
188
163
  * progress feed (step 4.3), and host-wide unstamped provider status. */
@@ -257,12 +232,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
257
232
  status: 400;
258
233
  input: {
259
234
  query: {
260
- runner: "claude" | "codex" | "opencode";
235
+ runner: "claude" | "codex" | "opencode" | "pi";
261
236
  };
262
237
  };
263
238
  } | {
264
239
  output: {
265
- runner: import("../core/agent-runner.ts").RunnerId;
240
+ runner: RunnerId;
266
241
  models: {
267
242
  id: string;
268
243
  label: string;
@@ -276,7 +251,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
276
251
  status: import("hono/utils/http-status").ContentfulStatusCode;
277
252
  input: {
278
253
  query: {
279
- runner: "claude" | "codex" | "opencode";
254
+ runner: "claude" | "codex" | "opencode" | "pi";
280
255
  };
281
256
  };
282
257
  };
@@ -401,6 +376,10 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
401
376
  archived: boolean;
402
377
  autoResumeAt?: string | undefined;
403
378
  workflow: string;
379
+ runner: "claude" | "codex" | "opencode" | "pi";
380
+ runnerInherited?: boolean | undefined;
381
+ model?: string | undefined;
382
+ stepBackends?: number | undefined;
404
383
  branch?: string | undefined;
405
384
  startedAt?: string | undefined;
406
385
  pullRequestUrl?: string | undefined;
@@ -793,10 +772,14 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
793
772
  projectsDir: string;
794
773
  skillsAutoUpdate: boolean | null;
795
774
  effectiveSkillsAutoUpdate: boolean;
775
+ followups: boolean | null;
776
+ effectiveFollowups: boolean;
777
+ agentEnvPassthrough: string[] | null;
778
+ effectiveAgentEnvPassthrough: string[];
796
779
  composerDefaults: {
797
780
  autonomous: boolean | null;
798
781
  worktree: boolean | null;
799
- inheritedAutonomous: boolean | 'source-dependent';
782
+ inheritedAutonomous: "source-dependent" | boolean;
800
783
  inheritedWorktree: boolean;
801
784
  };
802
785
  resources: {
@@ -804,15 +787,18 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
804
787
  maxMonitoringSessions: number;
805
788
  monitoringWakeIntervalMinutes: number | null;
806
789
  autoResumeOnUsageLimit: boolean;
790
+ idleTimeoutMinutes: number | null;
807
791
  memoryLimitMb: number | null;
792
+ memoryLimitDefaultMb: number;
808
793
  worktreeRetentionDefault: number;
809
794
  };
810
795
  agentDefaults: {
811
- runner?: ProviderId;
796
+ runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
812
797
  models?: {
813
- claude?: string;
814
- codex?: string;
815
- opencode?: string;
798
+ claude?: string | undefined;
799
+ codex?: string | undefined;
800
+ opencode?: string | undefined;
801
+ pi?: string | undefined;
816
802
  } | undefined;
817
803
  };
818
804
  };
@@ -829,10 +815,14 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
829
815
  projectsDir: string;
830
816
  skillsAutoUpdate: boolean | null;
831
817
  effectiveSkillsAutoUpdate: boolean;
818
+ followups: boolean | null;
819
+ effectiveFollowups: boolean;
820
+ agentEnvPassthrough: string[] | null;
821
+ effectiveAgentEnvPassthrough: string[];
832
822
  composerDefaults: {
833
823
  autonomous: boolean | null;
834
824
  worktree: boolean | null;
835
- inheritedAutonomous: boolean | 'source-dependent';
825
+ inheritedAutonomous: "source-dependent" | boolean;
836
826
  inheritedWorktree: boolean;
837
827
  };
838
828
  resources: {
@@ -840,15 +830,18 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
840
830
  maxMonitoringSessions: number;
841
831
  monitoringWakeIntervalMinutes: number | null;
842
832
  autoResumeOnUsageLimit: boolean;
833
+ idleTimeoutMinutes: number | null;
843
834
  memoryLimitMb: number | null;
835
+ memoryLimitDefaultMb: number;
844
836
  worktreeRetentionDefault: number;
845
837
  };
846
838
  agentDefaults: {
847
- runner?: ProviderId;
839
+ runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
848
840
  models?: {
849
- claude?: string;
850
- codex?: string;
851
- opencode?: string;
841
+ claude?: string | undefined;
842
+ codex?: string | undefined;
843
+ opencode?: string | undefined;
844
+ pi?: string | undefined;
852
845
  } | undefined;
853
846
  };
854
847
  };
@@ -859,6 +852,8 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
859
852
  browseRoot?: string | undefined;
860
853
  projectsDir?: string | undefined;
861
854
  skillsAutoUpdate?: boolean | null | undefined;
855
+ followups?: boolean | null | undefined;
856
+ agentEnvPassthrough?: string[] | null | undefined;
862
857
  composerDefaults?: {
863
858
  autonomous?: boolean | null | undefined;
864
859
  worktree?: boolean | null | undefined;
@@ -868,6 +863,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
868
863
  maxMonitoringSessions?: number | undefined;
869
864
  monitoringWakeIntervalMinutes?: number | null | undefined;
870
865
  autoResumeOnUsageLimit?: boolean | undefined;
866
+ idleTimeoutMinutes?: number | null | undefined;
871
867
  memoryLimitMb?: number | null | undefined;
872
868
  worktreeRetentionDefault?: number | undefined;
873
869
  } | undefined;
@@ -893,6 +889,8 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
893
889
  browseRoot?: string | undefined;
894
890
  projectsDir?: string | undefined;
895
891
  skillsAutoUpdate?: boolean | null | undefined;
892
+ followups?: boolean | null | undefined;
893
+ agentEnvPassthrough?: string[] | null | undefined;
896
894
  composerDefaults?: {
897
895
  autonomous?: boolean | null | undefined;
898
896
  worktree?: boolean | null | undefined;
@@ -902,6 +900,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
902
900
  maxMonitoringSessions?: number | undefined;
903
901
  monitoringWakeIntervalMinutes?: number | null | undefined;
904
902
  autoResumeOnUsageLimit?: boolean | undefined;
903
+ idleTimeoutMinutes?: number | null | undefined;
905
904
  memoryLimitMb?: number | null | undefined;
906
905
  worktreeRetentionDefault?: number | undefined;
907
906
  } | undefined;
@@ -927,6 +926,8 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
927
926
  browseRoot?: string | undefined;
928
927
  projectsDir?: string | undefined;
929
928
  skillsAutoUpdate?: boolean | null | undefined;
929
+ followups?: boolean | null | undefined;
930
+ agentEnvPassthrough?: string[] | null | undefined;
930
931
  composerDefaults?: {
931
932
  autonomous?: boolean | null | undefined;
932
933
  worktree?: boolean | null | undefined;
@@ -936,6 +937,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
936
937
  maxMonitoringSessions?: number | undefined;
937
938
  monitoringWakeIntervalMinutes?: number | null | undefined;
938
939
  autoResumeOnUsageLimit?: boolean | undefined;
940
+ idleTimeoutMinutes?: number | null | undefined;
939
941
  memoryLimitMb?: number | null | undefined;
940
942
  worktreeRetentionDefault?: number | undefined;
941
943
  } | undefined;
@@ -2069,6 +2071,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2069
2071
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
2070
2072
  allowedTools?: string[] | undefined;
2071
2073
  bashAllowlist?: string[] | undefined;
2074
+ timeout?: string | undefined;
2072
2075
  command?: string | undefined;
2073
2076
  onFail?: {
2074
2077
  retry: string;
@@ -2414,6 +2417,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2414
2417
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
2415
2418
  allowedTools?: string[] | undefined;
2416
2419
  bashAllowlist?: string[] | undefined;
2420
+ timeout?: string | undefined;
2417
2421
  command?: string | undefined;
2418
2422
  onFail?: {
2419
2423
  retry: string;
@@ -2589,6 +2593,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2589
2593
  worktreeRetention: number;
2590
2594
  liveTitleUpdates: boolean | null;
2591
2595
  reviewGate: boolean | null;
2596
+ plannerModel: string;
2597
+ namerModel: string;
2598
+ skillsRepos: {
2599
+ repo: string;
2600
+ ref: string;
2601
+ }[];
2592
2602
  };
2593
2603
  outputFormat: "json";
2594
2604
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2614,6 +2624,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2614
2624
  worktreeRetention: number;
2615
2625
  liveTitleUpdates: boolean | null;
2616
2626
  reviewGate: boolean | null;
2627
+ plannerModel: string;
2628
+ namerModel: string;
2629
+ skillsRepos: {
2630
+ repo: string;
2631
+ ref: string;
2632
+ }[];
2617
2633
  };
2618
2634
  outputFormat: "json";
2619
2635
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -2633,6 +2649,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2633
2649
  worktreeRetention?: number | null | undefined;
2634
2650
  liveTitleUpdates?: boolean | null | undefined;
2635
2651
  reviewGate?: boolean | null | undefined;
2652
+ plannerModel?: string | null | undefined;
2653
+ namerModel?: string | null | undefined;
2654
+ skillsRepos?: {
2655
+ repo: string;
2656
+ ref?: string | undefined;
2657
+ }[] | null | undefined;
2636
2658
  };
2637
2659
  };
2638
2660
  } | {
@@ -2657,6 +2679,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2657
2679
  worktreeRetention?: number | null | undefined;
2658
2680
  liveTitleUpdates?: boolean | null | undefined;
2659
2681
  reviewGate?: boolean | null | undefined;
2682
+ plannerModel?: string | null | undefined;
2683
+ namerModel?: string | null | undefined;
2684
+ skillsRepos?: {
2685
+ repo: string;
2686
+ ref?: string | undefined;
2687
+ }[] | null | undefined;
2660
2688
  };
2661
2689
  };
2662
2690
  } | {
@@ -2681,6 +2709,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2681
2709
  worktreeRetention?: number | null | undefined;
2682
2710
  liveTitleUpdates?: boolean | null | undefined;
2683
2711
  reviewGate?: boolean | null | undefined;
2712
+ plannerModel?: string | null | undefined;
2713
+ namerModel?: string | null | undefined;
2714
+ skillsRepos?: {
2715
+ repo: string;
2716
+ ref?: string | undefined;
2717
+ }[] | null | undefined;
2684
2718
  };
2685
2719
  };
2686
2720
  };
@@ -2961,6 +2995,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
2961
2995
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
2962
2996
  allowedTools?: string[] | undefined;
2963
2997
  bashAllowlist?: string[] | undefined;
2998
+ timeout?: string | undefined;
2964
2999
  command?: string | undefined;
2965
3000
  onFail?: {
2966
3001
  retry: string;
@@ -3177,6 +3212,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3177
3212
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3178
3213
  allowedTools?: string[] | undefined;
3179
3214
  bashAllowlist?: string[] | undefined;
3215
+ timeout?: string | undefined;
3180
3216
  command?: string | undefined;
3181
3217
  onFail?: {
3182
3218
  retry: string;
@@ -3217,6 +3253,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3217
3253
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3218
3254
  allowedTools?: string[] | undefined;
3219
3255
  bashAllowlist?: string[] | undefined;
3256
+ timeout?: string | undefined;
3220
3257
  command?: string | undefined;
3221
3258
  onFail?: {
3222
3259
  retry: string;
@@ -3247,6 +3284,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3247
3284
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3248
3285
  allowedTools?: string[] | undefined;
3249
3286
  bashAllowlist?: string[] | undefined;
3287
+ timeout?: string | undefined;
3250
3288
  command?: string | undefined;
3251
3289
  onFail?: {
3252
3290
  retry: string;
@@ -3276,6 +3314,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3276
3314
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3277
3315
  allowedTools?: string[] | undefined;
3278
3316
  bashAllowlist?: string[] | undefined;
3317
+ timeout?: string | undefined;
3279
3318
  command?: string | undefined;
3280
3319
  onFail?: {
3281
3320
  retry: string;
@@ -3306,6 +3345,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3306
3345
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3307
3346
  allowedTools?: string[] | undefined;
3308
3347
  bashAllowlist?: string[] | undefined;
3348
+ timeout?: string | undefined;
3309
3349
  command?: string | undefined;
3310
3350
  onFail?: {
3311
3351
  retry: string;
@@ -3393,6 +3433,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
3393
3433
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
3394
3434
  allowedTools?: string[] | undefined;
3395
3435
  bashAllowlist?: string[] | undefined;
3436
+ timeout?: string | undefined;
3396
3437
  command?: string | undefined;
3397
3438
  onFail?: {
3398
3439
  retry: string;
@@ -4174,6 +4215,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4174
4215
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4175
4216
  allowedTools?: string[] | undefined;
4176
4217
  bashAllowlist?: string[] | undefined;
4218
+ timeout?: string | undefined;
4177
4219
  command?: string | undefined;
4178
4220
  onFail?: {
4179
4221
  retry: string;
@@ -4291,6 +4333,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4291
4333
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4292
4334
  allowedTools?: string[] | undefined;
4293
4335
  bashAllowlist?: string[] | undefined;
4336
+ timeout?: string | undefined;
4294
4337
  command?: string | undefined;
4295
4338
  onFail?: {
4296
4339
  retry: string;
@@ -4343,6 +4386,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4343
4386
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4344
4387
  allowedTools?: string[] | undefined;
4345
4388
  bashAllowlist?: string[] | undefined;
4389
+ timeout?: string | undefined;
4346
4390
  command?: string | undefined;
4347
4391
  onFail?: {
4348
4392
  retry: string;
@@ -4394,6 +4438,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4394
4438
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4395
4439
  allowedTools?: string[] | undefined;
4396
4440
  bashAllowlist?: string[] | undefined;
4441
+ timeout?: string | undefined;
4397
4442
  command?: string | undefined;
4398
4443
  onFail?: {
4399
4444
  retry: string;
@@ -4461,6 +4506,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4461
4506
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4462
4507
  allowedTools?: string[] | undefined;
4463
4508
  bashAllowlist?: string[] | undefined;
4509
+ timeout?: string | undefined;
4464
4510
  command?: string | undefined;
4465
4511
  onFail?: {
4466
4512
  retry: string;
@@ -4576,6 +4622,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4576
4622
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4577
4623
  allowedTools?: string[] | undefined;
4578
4624
  bashAllowlist?: string[] | undefined;
4625
+ timeout?: string | undefined;
4579
4626
  command?: string | undefined;
4580
4627
  onFail?: {
4581
4628
  retry: string;
@@ -4632,6 +4679,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4632
4679
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4633
4680
  allowedTools?: string[] | undefined;
4634
4681
  bashAllowlist?: string[] | undefined;
4682
+ timeout?: string | undefined;
4635
4683
  command?: string | undefined;
4636
4684
  onFail?: {
4637
4685
  retry: string;
@@ -4683,6 +4731,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4683
4731
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4684
4732
  allowedTools?: string[] | undefined;
4685
4733
  bashAllowlist?: string[] | undefined;
4734
+ timeout?: string | undefined;
4686
4735
  command?: string | undefined;
4687
4736
  onFail?: {
4688
4737
  retry: string;
@@ -4741,6 +4790,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4741
4790
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4742
4791
  allowedTools?: string[] | undefined;
4743
4792
  bashAllowlist?: string[] | undefined;
4793
+ timeout?: string | undefined;
4744
4794
  command?: string | undefined;
4745
4795
  onFail?: {
4746
4796
  retry: string;
@@ -4836,6 +4886,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4836
4886
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4837
4887
  allowedTools?: string[] | undefined;
4838
4888
  bashAllowlist?: string[] | undefined;
4889
+ timeout?: string | undefined;
4839
4890
  command?: string | undefined;
4840
4891
  onFail?: {
4841
4892
  retry: string;
@@ -4911,6 +4962,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
4911
4962
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
4912
4963
  allowedTools?: string[] | undefined;
4913
4964
  bashAllowlist?: string[] | undefined;
4965
+ timeout?: string | undefined;
4914
4966
  command?: string | undefined;
4915
4967
  onFail?: {
4916
4968
  retry: string;
@@ -5179,6 +5231,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5179
5231
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5180
5232
  allowedTools?: string[] | undefined;
5181
5233
  bashAllowlist?: string[] | undefined;
5234
+ timeout?: string | undefined;
5182
5235
  command?: string | undefined;
5183
5236
  onFail?: {
5184
5237
  retry: string;
@@ -5329,6 +5382,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5329
5382
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5330
5383
  allowedTools?: string[] | undefined;
5331
5384
  bashAllowlist?: string[] | undefined;
5385
+ timeout?: string | undefined;
5332
5386
  command?: string | undefined;
5333
5387
  onFail?: {
5334
5388
  retry: string;
@@ -5479,6 +5533,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5479
5533
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5480
5534
  allowedTools?: string[] | undefined;
5481
5535
  bashAllowlist?: string[] | undefined;
5536
+ timeout?: string | undefined;
5482
5537
  command?: string | undefined;
5483
5538
  onFail?: {
5484
5539
  retry: string;
@@ -5655,6 +5710,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5655
5710
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5656
5711
  allowedTools?: string[] | undefined;
5657
5712
  bashAllowlist?: string[] | undefined;
5713
+ timeout?: string | undefined;
5658
5714
  command?: string | undefined;
5659
5715
  onFail?: {
5660
5716
  retry: string;
@@ -5797,6 +5853,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5797
5853
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5798
5854
  allowedTools?: string[] | undefined;
5799
5855
  bashAllowlist?: string[] | undefined;
5856
+ timeout?: string | undefined;
5800
5857
  command?: string | undefined;
5801
5858
  onFail?: {
5802
5859
  retry: string;
@@ -5939,6 +5996,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5939
5996
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5940
5997
  allowedTools?: string[] | undefined;
5941
5998
  bashAllowlist?: string[] | undefined;
5999
+ timeout?: string | undefined;
5942
6000
  command?: string | undefined;
5943
6001
  onFail?: {
5944
6002
  retry: string;
@@ -5963,6 +6021,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
5963
6021
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
5964
6022
  allowedTools?: string[] | undefined;
5965
6023
  bashAllowlist?: string[] | undefined;
6024
+ timeout?: string | undefined;
5966
6025
  command?: string | undefined;
5967
6026
  onFail?: {
5968
6027
  retry: string;
@@ -6003,6 +6062,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6003
6062
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6004
6063
  allowedTools?: string[] | undefined;
6005
6064
  bashAllowlist?: string[] | undefined;
6065
+ timeout?: string | undefined;
6006
6066
  command?: string | undefined;
6007
6067
  onFail?: {
6008
6068
  retry: string;
@@ -6043,6 +6103,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6043
6103
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6044
6104
  allowedTools?: string[] | undefined;
6045
6105
  bashAllowlist?: string[] | undefined;
6106
+ timeout?: string | undefined;
6046
6107
  command?: string | undefined;
6047
6108
  onFail?: {
6048
6109
  retry: string;
@@ -6083,6 +6144,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6083
6144
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6084
6145
  allowedTools?: string[] | undefined;
6085
6146
  bashAllowlist?: string[] | undefined;
6147
+ timeout?: string | undefined;
6086
6148
  command?: string | undefined;
6087
6149
  onFail?: {
6088
6150
  retry: string;
@@ -6216,6 +6278,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6216
6278
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6217
6279
  allowedTools?: string[] | undefined;
6218
6280
  bashAllowlist?: string[] | undefined;
6281
+ timeout?: string | undefined;
6219
6282
  command?: string | undefined;
6220
6283
  onFail?: {
6221
6284
  retry: string;
@@ -6241,6 +6304,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6241
6304
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6242
6305
  allowedTools?: string[] | undefined;
6243
6306
  bashAllowlist?: string[] | undefined;
6307
+ timeout?: string | undefined;
6244
6308
  command?: string | undefined;
6245
6309
  onFail?: {
6246
6310
  retry: string;
@@ -6377,6 +6441,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6377
6441
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6378
6442
  allowedTools?: string[] | undefined;
6379
6443
  bashAllowlist?: string[] | undefined;
6444
+ timeout?: string | undefined;
6380
6445
  command?: string | undefined;
6381
6446
  onFail?: {
6382
6447
  retry: string;
@@ -6526,6 +6591,17 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6526
6591
  id: string;
6527
6592
  };
6528
6593
  };
6594
+ } | {
6595
+ output: {
6596
+ error: string;
6597
+ };
6598
+ outputFormat: "json";
6599
+ status: 409;
6600
+ input: {
6601
+ param: {
6602
+ id: string;
6603
+ };
6604
+ };
6529
6605
  };
6530
6606
  };
6531
6607
  } & {
@@ -6640,6 +6716,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
6640
6716
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
6641
6717
  allowedTools?: string[] | undefined;
6642
6718
  bashAllowlist?: string[] | undefined;
6719
+ timeout?: string | undefined;
6643
6720
  command?: string | undefined;
6644
6721
  onFail?: {
6645
6722
  retry: string;
@@ -7813,6 +7890,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
7813
7890
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
7814
7891
  allowedTools?: string[] | undefined;
7815
7892
  bashAllowlist?: string[] | undefined;
7893
+ timeout?: string | undefined;
7816
7894
  command?: string | undefined;
7817
7895
  onFail?: {
7818
7896
  retry: string;
@@ -8158,6 +8236,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8158
8236
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
8159
8237
  allowedTools?: string[] | undefined;
8160
8238
  bashAllowlist?: string[] | undefined;
8239
+ timeout?: string | undefined;
8161
8240
  command?: string | undefined;
8162
8241
  onFail?: {
8163
8242
  retry: string;
@@ -8333,6 +8412,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8333
8412
  worktreeRetention: number;
8334
8413
  liveTitleUpdates: boolean | null;
8335
8414
  reviewGate: boolean | null;
8415
+ plannerModel: string;
8416
+ namerModel: string;
8417
+ skillsRepos: {
8418
+ repo: string;
8419
+ ref: string;
8420
+ }[];
8336
8421
  };
8337
8422
  outputFormat: "json";
8338
8423
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -8358,6 +8443,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8358
8443
  worktreeRetention: number;
8359
8444
  liveTitleUpdates: boolean | null;
8360
8445
  reviewGate: boolean | null;
8446
+ plannerModel: string;
8447
+ namerModel: string;
8448
+ skillsRepos: {
8449
+ repo: string;
8450
+ ref: string;
8451
+ }[];
8361
8452
  };
8362
8453
  outputFormat: "json";
8363
8454
  status: import("hono/utils/http-status").ContentfulStatusCode;
@@ -8377,6 +8468,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8377
8468
  worktreeRetention?: number | null | undefined;
8378
8469
  liveTitleUpdates?: boolean | null | undefined;
8379
8470
  reviewGate?: boolean | null | undefined;
8471
+ plannerModel?: string | null | undefined;
8472
+ namerModel?: string | null | undefined;
8473
+ skillsRepos?: {
8474
+ repo: string;
8475
+ ref?: string | undefined;
8476
+ }[] | null | undefined;
8380
8477
  };
8381
8478
  };
8382
8479
  } | {
@@ -8401,6 +8498,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8401
8498
  worktreeRetention?: number | null | undefined;
8402
8499
  liveTitleUpdates?: boolean | null | undefined;
8403
8500
  reviewGate?: boolean | null | undefined;
8501
+ plannerModel?: string | null | undefined;
8502
+ namerModel?: string | null | undefined;
8503
+ skillsRepos?: {
8504
+ repo: string;
8505
+ ref?: string | undefined;
8506
+ }[] | null | undefined;
8404
8507
  };
8405
8508
  };
8406
8509
  } | {
@@ -8425,6 +8528,12 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8425
8528
  worktreeRetention?: number | null | undefined;
8426
8529
  liveTitleUpdates?: boolean | null | undefined;
8427
8530
  reviewGate?: boolean | null | undefined;
8531
+ plannerModel?: string | null | undefined;
8532
+ namerModel?: string | null | undefined;
8533
+ skillsRepos?: {
8534
+ repo: string;
8535
+ ref?: string | undefined;
8536
+ }[] | null | undefined;
8428
8537
  };
8429
8538
  };
8430
8539
  };
@@ -8705,6 +8814,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8705
8814
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
8706
8815
  allowedTools?: string[] | undefined;
8707
8816
  bashAllowlist?: string[] | undefined;
8817
+ timeout?: string | undefined;
8708
8818
  command?: string | undefined;
8709
8819
  onFail?: {
8710
8820
  retry: string;
@@ -8921,6 +9031,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8921
9031
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
8922
9032
  allowedTools?: string[] | undefined;
8923
9033
  bashAllowlist?: string[] | undefined;
9034
+ timeout?: string | undefined;
8924
9035
  command?: string | undefined;
8925
9036
  onFail?: {
8926
9037
  retry: string;
@@ -8961,6 +9072,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8961
9072
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
8962
9073
  allowedTools?: string[] | undefined;
8963
9074
  bashAllowlist?: string[] | undefined;
9075
+ timeout?: string | undefined;
8964
9076
  command?: string | undefined;
8965
9077
  onFail?: {
8966
9078
  retry: string;
@@ -8991,6 +9103,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
8991
9103
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
8992
9104
  allowedTools?: string[] | undefined;
8993
9105
  bashAllowlist?: string[] | undefined;
9106
+ timeout?: string | undefined;
8994
9107
  command?: string | undefined;
8995
9108
  onFail?: {
8996
9109
  retry: string;
@@ -9020,6 +9133,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
9020
9133
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
9021
9134
  allowedTools?: string[] | undefined;
9022
9135
  bashAllowlist?: string[] | undefined;
9136
+ timeout?: string | undefined;
9023
9137
  command?: string | undefined;
9024
9138
  onFail?: {
9025
9139
  retry: string;
@@ -9050,6 +9164,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
9050
9164
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
9051
9165
  allowedTools?: string[] | undefined;
9052
9166
  bashAllowlist?: string[] | undefined;
9167
+ timeout?: string | undefined;
9053
9168
  command?: string | undefined;
9054
9169
  onFail?: {
9055
9170
  retry: string;
@@ -9137,6 +9252,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
9137
9252
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
9138
9253
  allowedTools?: string[] | undefined;
9139
9254
  bashAllowlist?: string[] | undefined;
9255
+ timeout?: string | undefined;
9140
9256
  command?: string | undefined;
9141
9257
  onFail?: {
9142
9258
  retry: string;
@@ -9918,6 +10034,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
9918
10034
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
9919
10035
  allowedTools?: string[] | undefined;
9920
10036
  bashAllowlist?: string[] | undefined;
10037
+ timeout?: string | undefined;
9921
10038
  command?: string | undefined;
9922
10039
  onFail?: {
9923
10040
  retry: string;
@@ -10035,6 +10152,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10035
10152
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10036
10153
  allowedTools?: string[] | undefined;
10037
10154
  bashAllowlist?: string[] | undefined;
10155
+ timeout?: string | undefined;
10038
10156
  command?: string | undefined;
10039
10157
  onFail?: {
10040
10158
  retry: string;
@@ -10087,6 +10205,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10087
10205
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10088
10206
  allowedTools?: string[] | undefined;
10089
10207
  bashAllowlist?: string[] | undefined;
10208
+ timeout?: string | undefined;
10090
10209
  command?: string | undefined;
10091
10210
  onFail?: {
10092
10211
  retry: string;
@@ -10138,6 +10257,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10138
10257
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10139
10258
  allowedTools?: string[] | undefined;
10140
10259
  bashAllowlist?: string[] | undefined;
10260
+ timeout?: string | undefined;
10141
10261
  command?: string | undefined;
10142
10262
  onFail?: {
10143
10263
  retry: string;
@@ -10205,6 +10325,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10205
10325
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10206
10326
  allowedTools?: string[] | undefined;
10207
10327
  bashAllowlist?: string[] | undefined;
10328
+ timeout?: string | undefined;
10208
10329
  command?: string | undefined;
10209
10330
  onFail?: {
10210
10331
  retry: string;
@@ -10320,6 +10441,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10320
10441
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10321
10442
  allowedTools?: string[] | undefined;
10322
10443
  bashAllowlist?: string[] | undefined;
10444
+ timeout?: string | undefined;
10323
10445
  command?: string | undefined;
10324
10446
  onFail?: {
10325
10447
  retry: string;
@@ -10376,6 +10498,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10376
10498
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10377
10499
  allowedTools?: string[] | undefined;
10378
10500
  bashAllowlist?: string[] | undefined;
10501
+ timeout?: string | undefined;
10379
10502
  command?: string | undefined;
10380
10503
  onFail?: {
10381
10504
  retry: string;
@@ -10427,6 +10550,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10427
10550
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10428
10551
  allowedTools?: string[] | undefined;
10429
10552
  bashAllowlist?: string[] | undefined;
10553
+ timeout?: string | undefined;
10430
10554
  command?: string | undefined;
10431
10555
  onFail?: {
10432
10556
  retry: string;
@@ -10485,6 +10609,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10485
10609
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10486
10610
  allowedTools?: string[] | undefined;
10487
10611
  bashAllowlist?: string[] | undefined;
10612
+ timeout?: string | undefined;
10488
10613
  command?: string | undefined;
10489
10614
  onFail?: {
10490
10615
  retry: string;
@@ -10580,6 +10705,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10580
10705
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10581
10706
  allowedTools?: string[] | undefined;
10582
10707
  bashAllowlist?: string[] | undefined;
10708
+ timeout?: string | undefined;
10583
10709
  command?: string | undefined;
10584
10710
  onFail?: {
10585
10711
  retry: string;
@@ -10655,6 +10781,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10655
10781
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10656
10782
  allowedTools?: string[] | undefined;
10657
10783
  bashAllowlist?: string[] | undefined;
10784
+ timeout?: string | undefined;
10658
10785
  command?: string | undefined;
10659
10786
  onFail?: {
10660
10787
  retry: string;
@@ -10923,6 +11050,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
10923
11050
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
10924
11051
  allowedTools?: string[] | undefined;
10925
11052
  bashAllowlist?: string[] | undefined;
11053
+ timeout?: string | undefined;
10926
11054
  command?: string | undefined;
10927
11055
  onFail?: {
10928
11056
  retry: string;
@@ -11073,6 +11201,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11073
11201
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11074
11202
  allowedTools?: string[] | undefined;
11075
11203
  bashAllowlist?: string[] | undefined;
11204
+ timeout?: string | undefined;
11076
11205
  command?: string | undefined;
11077
11206
  onFail?: {
11078
11207
  retry: string;
@@ -11223,6 +11352,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11223
11352
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11224
11353
  allowedTools?: string[] | undefined;
11225
11354
  bashAllowlist?: string[] | undefined;
11355
+ timeout?: string | undefined;
11226
11356
  command?: string | undefined;
11227
11357
  onFail?: {
11228
11358
  retry: string;
@@ -11399,6 +11529,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11399
11529
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11400
11530
  allowedTools?: string[] | undefined;
11401
11531
  bashAllowlist?: string[] | undefined;
11532
+ timeout?: string | undefined;
11402
11533
  command?: string | undefined;
11403
11534
  onFail?: {
11404
11535
  retry: string;
@@ -11541,6 +11672,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11541
11672
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11542
11673
  allowedTools?: string[] | undefined;
11543
11674
  bashAllowlist?: string[] | undefined;
11675
+ timeout?: string | undefined;
11544
11676
  command?: string | undefined;
11545
11677
  onFail?: {
11546
11678
  retry: string;
@@ -11683,6 +11815,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11683
11815
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11684
11816
  allowedTools?: string[] | undefined;
11685
11817
  bashAllowlist?: string[] | undefined;
11818
+ timeout?: string | undefined;
11686
11819
  command?: string | undefined;
11687
11820
  onFail?: {
11688
11821
  retry: string;
@@ -11707,6 +11840,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11707
11840
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11708
11841
  allowedTools?: string[] | undefined;
11709
11842
  bashAllowlist?: string[] | undefined;
11843
+ timeout?: string | undefined;
11710
11844
  command?: string | undefined;
11711
11845
  onFail?: {
11712
11846
  retry: string;
@@ -11747,6 +11881,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11747
11881
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11748
11882
  allowedTools?: string[] | undefined;
11749
11883
  bashAllowlist?: string[] | undefined;
11884
+ timeout?: string | undefined;
11750
11885
  command?: string | undefined;
11751
11886
  onFail?: {
11752
11887
  retry: string;
@@ -11787,6 +11922,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11787
11922
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11788
11923
  allowedTools?: string[] | undefined;
11789
11924
  bashAllowlist?: string[] | undefined;
11925
+ timeout?: string | undefined;
11790
11926
  command?: string | undefined;
11791
11927
  onFail?: {
11792
11928
  retry: string;
@@ -11827,6 +11963,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11827
11963
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11828
11964
  allowedTools?: string[] | undefined;
11829
11965
  bashAllowlist?: string[] | undefined;
11966
+ timeout?: string | undefined;
11830
11967
  command?: string | undefined;
11831
11968
  onFail?: {
11832
11969
  retry: string;
@@ -11960,6 +12097,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11960
12097
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11961
12098
  allowedTools?: string[] | undefined;
11962
12099
  bashAllowlist?: string[] | undefined;
12100
+ timeout?: string | undefined;
11963
12101
  command?: string | undefined;
11964
12102
  onFail?: {
11965
12103
  retry: string;
@@ -11985,6 +12123,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
11985
12123
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
11986
12124
  allowedTools?: string[] | undefined;
11987
12125
  bashAllowlist?: string[] | undefined;
12126
+ timeout?: string | undefined;
11988
12127
  command?: string | undefined;
11989
12128
  onFail?: {
11990
12129
  retry: string;
@@ -12121,6 +12260,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
12121
12260
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
12122
12261
  allowedTools?: string[] | undefined;
12123
12262
  bashAllowlist?: string[] | undefined;
12263
+ timeout?: string | undefined;
12124
12264
  command?: string | undefined;
12125
12265
  onFail?: {
12126
12266
  retry: string;
@@ -12270,6 +12410,17 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
12270
12410
  id: string;
12271
12411
  };
12272
12412
  };
12413
+ } | {
12414
+ output: {
12415
+ error: string;
12416
+ };
12417
+ outputFormat: "json";
12418
+ status: 409;
12419
+ input: {
12420
+ param: {
12421
+ id: string;
12422
+ };
12423
+ };
12273
12424
  };
12274
12425
  };
12275
12426
  } & {
@@ -12384,6 +12535,7 @@ export declare function createApp(deps: ServerDeps): import("hono/hono-base").Ho
12384
12535
  runner?: "claude" | "codex" | "opencode" | "pi" | undefined;
12385
12536
  allowedTools?: string[] | undefined;
12386
12537
  bashAllowlist?: string[] | undefined;
12538
+ timeout?: string | undefined;
12387
12539
  command?: string | undefined;
12388
12540
  onFail?: {
12389
12541
  retry: string;