@kaitranntt/ccs 8.1.4 → 8.2.0-dev.10

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 (493) hide show
  1. package/README.md +12 -0
  2. package/config/base-claude.settings.json +1 -5
  3. package/config/base-kiro.settings.json +4 -4
  4. package/config/base-qoder.settings.json +10 -0
  5. package/dist/api/services/cliproxy-profile-bridge.d.ts.map +1 -1
  6. package/dist/api/services/cliproxy-profile-bridge.js +6 -0
  7. package/dist/api/services/cliproxy-profile-bridge.js.map +1 -1
  8. package/dist/api/services/profile-writer.d.ts.map +1 -1
  9. package/dist/api/services/profile-writer.js +18 -8
  10. package/dist/api/services/profile-writer.js.map +1 -1
  11. package/dist/auth/commands/create-command.d.ts.map +1 -1
  12. package/dist/auth/commands/create-command.js +11 -0
  13. package/dist/auth/commands/create-command.js.map +1 -1
  14. package/dist/channels/official-channels-runtime.js +1 -1
  15. package/dist/channels/official-channels-runtime.js.map +1 -1
  16. package/dist/cliproxy/accounts/account-safety-cross-lane.d.ts +41 -0
  17. package/dist/cliproxy/accounts/account-safety-cross-lane.d.ts.map +1 -0
  18. package/dist/cliproxy/accounts/account-safety-cross-lane.js +177 -0
  19. package/dist/cliproxy/accounts/account-safety-cross-lane.js.map +1 -0
  20. package/dist/cliproxy/accounts/account-safety.d.ts +29 -1
  21. package/dist/cliproxy/accounts/account-safety.d.ts.map +1 -1
  22. package/dist/cliproxy/accounts/account-safety.js +41 -7
  23. package/dist/cliproxy/accounts/account-safety.js.map +1 -1
  24. package/dist/cliproxy/accounts/drain-order.d.ts +277 -0
  25. package/dist/cliproxy/accounts/drain-order.d.ts.map +1 -0
  26. package/dist/cliproxy/accounts/drain-order.js +575 -0
  27. package/dist/cliproxy/accounts/drain-order.js.map +1 -0
  28. package/dist/cliproxy/accounts/pool-state.d.ts +132 -0
  29. package/dist/cliproxy/accounts/pool-state.d.ts.map +1 -0
  30. package/dist/cliproxy/accounts/pool-state.js +201 -0
  31. package/dist/cliproxy/accounts/pool-state.js.map +1 -0
  32. package/dist/cliproxy/accounts/registry.d.ts +17 -1
  33. package/dist/cliproxy/accounts/registry.d.ts.map +1 -1
  34. package/dist/cliproxy/accounts/registry.js +58 -5
  35. package/dist/cliproxy/accounts/registry.js.map +1 -1
  36. package/dist/cliproxy/accounts/types.d.ts +20 -0
  37. package/dist/cliproxy/accounts/types.d.ts.map +1 -1
  38. package/dist/cliproxy/ai-providers/codex-plan-compatibility.js +1 -1
  39. package/dist/cliproxy/ai-providers/codex-plan-compatibility.js.map +1 -1
  40. package/dist/cliproxy/ai-providers/codex-reasoning-proxy.d.ts.map +1 -1
  41. package/dist/cliproxy/ai-providers/codex-reasoning-proxy.js +88 -11
  42. package/dist/cliproxy/ai-providers/codex-reasoning-proxy.js.map +1 -1
  43. package/dist/cliproxy/auth/auth-types.d.ts +2 -0
  44. package/dist/cliproxy/auth/auth-types.d.ts.map +1 -1
  45. package/dist/cliproxy/auth/auth-types.js +7 -0
  46. package/dist/cliproxy/auth/auth-types.js.map +1 -1
  47. package/dist/cliproxy/auth/oauth-handler.d.ts.map +1 -1
  48. package/dist/cliproxy/auth/oauth-handler.js +48 -10
  49. package/dist/cliproxy/auth/oauth-handler.js.map +1 -1
  50. package/dist/cliproxy/auth/oauth-trace/redactor.d.ts.map +1 -1
  51. package/dist/cliproxy/auth/oauth-trace/redactor.js +1 -0
  52. package/dist/cliproxy/auth/oauth-trace/redactor.js.map +1 -1
  53. package/dist/cliproxy/auth/oauth-trace/trace-recorder.js +2 -2
  54. package/dist/cliproxy/auth/oauth-trace/trace-recorder.js.map +1 -1
  55. package/dist/cliproxy/binary/version-checker.d.ts +4 -2
  56. package/dist/cliproxy/binary/version-checker.d.ts.map +1 -1
  57. package/dist/cliproxy/binary/version-checker.js +30 -20
  58. package/dist/cliproxy/binary/version-checker.js.map +1 -1
  59. package/dist/cliproxy/claude-shadow-warning.d.ts +39 -0
  60. package/dist/cliproxy/claude-shadow-warning.d.ts.map +1 -0
  61. package/dist/cliproxy/claude-shadow-warning.js +187 -0
  62. package/dist/cliproxy/claude-shadow-warning.js.map +1 -0
  63. package/dist/cliproxy/config/base-config-loader.d.ts +6 -5
  64. package/dist/cliproxy/config/base-config-loader.d.ts.map +1 -1
  65. package/dist/cliproxy/config/base-config-loader.js +19 -12
  66. package/dist/cliproxy/config/base-config-loader.js.map +1 -1
  67. package/dist/cliproxy/config/env-builder.d.ts +3 -0
  68. package/dist/cliproxy/config/env-builder.d.ts.map +1 -1
  69. package/dist/cliproxy/config/env-builder.js +158 -20
  70. package/dist/cliproxy/config/env-builder.js.map +1 -1
  71. package/dist/cliproxy/config/generator.d.ts +2 -1
  72. package/dist/cliproxy/config/generator.d.ts.map +1 -1
  73. package/dist/cliproxy/config/generator.js +66 -9
  74. package/dist/cliproxy/config/generator.js.map +1 -1
  75. package/dist/cliproxy/config/thinking-config.d.ts.map +1 -1
  76. package/dist/cliproxy/config/thinking-config.js +2 -0
  77. package/dist/cliproxy/config/thinking-config.js.map +1 -1
  78. package/dist/cliproxy/executor/arg-parser.d.ts +8 -5
  79. package/dist/cliproxy/executor/arg-parser.d.ts.map +1 -1
  80. package/dist/cliproxy/executor/arg-parser.js +21 -10
  81. package/dist/cliproxy/executor/arg-parser.js.map +1 -1
  82. package/dist/cliproxy/executor/auth-coordinator.d.ts +4 -0
  83. package/dist/cliproxy/executor/auth-coordinator.d.ts.map +1 -1
  84. package/dist/cliproxy/executor/auth-coordinator.js +5 -1
  85. package/dist/cliproxy/executor/auth-coordinator.js.map +1 -1
  86. package/dist/cliproxy/executor/browser-launch-setup.d.ts +1 -0
  87. package/dist/cliproxy/executor/browser-launch-setup.d.ts.map +1 -1
  88. package/dist/cliproxy/executor/browser-launch-setup.js +4 -3
  89. package/dist/cliproxy/executor/browser-launch-setup.js.map +1 -1
  90. package/dist/cliproxy/executor/index.d.ts.map +1 -1
  91. package/dist/cliproxy/executor/index.js +35 -6
  92. package/dist/cliproxy/executor/index.js.map +1 -1
  93. package/dist/cliproxy/executor/proxy-resolver.d.ts +15 -9
  94. package/dist/cliproxy/executor/proxy-resolver.d.ts.map +1 -1
  95. package/dist/cliproxy/executor/proxy-resolver.js +14 -5
  96. package/dist/cliproxy/executor/proxy-resolver.js.map +1 -1
  97. package/dist/cliproxy/model-catalog.d.ts.map +1 -1
  98. package/dist/cliproxy/model-catalog.js +94 -2
  99. package/dist/cliproxy/model-catalog.js.map +1 -1
  100. package/dist/cliproxy/provider-capabilities.d.ts.map +1 -1
  101. package/dist/cliproxy/provider-capabilities.js +12 -0
  102. package/dist/cliproxy/provider-capabilities.js.map +1 -1
  103. package/dist/cliproxy/proxy/proxy-config-resolver.d.ts.map +1 -1
  104. package/dist/cliproxy/proxy/proxy-config-resolver.js +11 -1
  105. package/dist/cliproxy/proxy/proxy-config-resolver.js.map +1 -1
  106. package/dist/cliproxy/proxy/tool-sanitization-proxy.d.ts.map +1 -1
  107. package/dist/cliproxy/proxy/tool-sanitization-proxy.js +160 -8
  108. package/dist/cliproxy/proxy/tool-sanitization-proxy.js.map +1 -1
  109. package/dist/cliproxy/proxy/upstream-response-timeout.d.ts +14 -0
  110. package/dist/cliproxy/proxy/upstream-response-timeout.d.ts.map +1 -0
  111. package/dist/cliproxy/proxy/upstream-response-timeout.js +79 -0
  112. package/dist/cliproxy/proxy/upstream-response-timeout.js.map +1 -0
  113. package/dist/cliproxy/quota/quota-fetcher-claude.d.ts +9 -0
  114. package/dist/cliproxy/quota/quota-fetcher-claude.d.ts.map +1 -1
  115. package/dist/cliproxy/quota/quota-fetcher-claude.js +53 -16
  116. package/dist/cliproxy/quota/quota-fetcher-claude.js.map +1 -1
  117. package/dist/cliproxy/quota/quota-fetcher-codex.d.ts +2 -2
  118. package/dist/cliproxy/quota/quota-fetcher-codex.d.ts.map +1 -1
  119. package/dist/cliproxy/quota/quota-fetcher-codex.js +2 -4
  120. package/dist/cliproxy/quota/quota-fetcher-codex.js.map +1 -1
  121. package/dist/cliproxy/quota/quota-fetcher.d.ts.map +1 -1
  122. package/dist/cliproxy/quota/quota-fetcher.js +4 -0
  123. package/dist/cliproxy/quota/quota-fetcher.js.map +1 -1
  124. package/dist/cliproxy/quota/quota-label-sanitizer.d.ts +10 -0
  125. package/dist/cliproxy/quota/quota-label-sanitizer.d.ts.map +1 -0
  126. package/dist/cliproxy/quota/quota-label-sanitizer.js +31 -0
  127. package/dist/cliproxy/quota/quota-label-sanitizer.js.map +1 -0
  128. package/dist/cliproxy/quota/quota-manager.d.ts +7 -0
  129. package/dist/cliproxy/quota/quota-manager.d.ts.map +1 -1
  130. package/dist/cliproxy/quota/quota-manager.js +51 -2
  131. package/dist/cliproxy/quota/quota-manager.js.map +1 -1
  132. package/dist/cliproxy/routing/pool-onboarding-hint.d.ts +95 -0
  133. package/dist/cliproxy/routing/pool-onboarding-hint.d.ts.map +1 -0
  134. package/dist/cliproxy/routing/pool-onboarding-hint.js +172 -0
  135. package/dist/cliproxy/routing/pool-onboarding-hint.js.map +1 -0
  136. package/dist/cliproxy/routing/pool-opt-in-prompt.d.ts +50 -0
  137. package/dist/cliproxy/routing/pool-opt-in-prompt.d.ts.map +1 -0
  138. package/dist/cliproxy/routing/pool-opt-in-prompt.js +232 -0
  139. package/dist/cliproxy/routing/pool-opt-in-prompt.js.map +1 -0
  140. package/dist/cliproxy/routing/routing-strategy-http.d.ts.map +1 -1
  141. package/dist/cliproxy/routing/routing-strategy-http.js +35 -26
  142. package/dist/cliproxy/routing/routing-strategy-http.js.map +1 -1
  143. package/dist/cliproxy/routing/routing-strategy.d.ts +132 -0
  144. package/dist/cliproxy/routing/routing-strategy.d.ts.map +1 -1
  145. package/dist/cliproxy/routing/routing-strategy.js +342 -5
  146. package/dist/cliproxy/routing/routing-strategy.js.map +1 -1
  147. package/dist/cliproxy/services/catalog-cache.d.ts.map +1 -1
  148. package/dist/cliproxy/services/catalog-cache.js +5 -3
  149. package/dist/cliproxy/services/catalog-cache.js.map +1 -1
  150. package/dist/cliproxy/services/stats-fetcher.d.ts +13 -0
  151. package/dist/cliproxy/services/stats-fetcher.d.ts.map +1 -1
  152. package/dist/cliproxy/services/stats-fetcher.js +25 -1
  153. package/dist/cliproxy/services/stats-fetcher.js.map +1 -1
  154. package/dist/cliproxy/types/provider-types.d.ts +1 -1
  155. package/dist/cliproxy/types/provider-types.d.ts.map +1 -1
  156. package/dist/cliproxy/types/provider-types.js +1 -0
  157. package/dist/cliproxy/types/provider-types.js.map +1 -1
  158. package/dist/codex-auth/codex-config-symlink.js +21 -4
  159. package/dist/codex-auth/codex-config-symlink.js.map +1 -1
  160. package/dist/codex-auth/commands/import-default-command.d.ts +1 -1
  161. package/dist/codex-auth/commands/import-default-command.d.ts.map +1 -1
  162. package/dist/codex-auth/commands/import-default-command.js +12 -25
  163. package/dist/codex-auth/commands/import-default-command.js.map +1 -1
  164. package/dist/commands/api-command/help.js +1 -1
  165. package/dist/commands/api-command/help.js.map +1 -1
  166. package/dist/commands/bar/help-subcommand.d.ts +2 -0
  167. package/dist/commands/bar/help-subcommand.d.ts.map +1 -0
  168. package/dist/commands/bar/help-subcommand.js +63 -0
  169. package/dist/commands/bar/help-subcommand.js.map +1 -0
  170. package/dist/commands/bar/index.d.ts +8 -0
  171. package/dist/commands/bar/index.d.ts.map +1 -0
  172. package/dist/commands/bar/index.js +78 -0
  173. package/dist/commands/bar/index.js.map +1 -0
  174. package/dist/commands/bar/install-subcommand.d.ts +92 -0
  175. package/dist/commands/bar/install-subcommand.d.ts.map +1 -0
  176. package/dist/commands/bar/install-subcommand.js +605 -0
  177. package/dist/commands/bar/install-subcommand.js.map +1 -0
  178. package/dist/commands/bar/launch-subcommand.d.ts +64 -0
  179. package/dist/commands/bar/launch-subcommand.d.ts.map +1 -0
  180. package/dist/commands/bar/launch-subcommand.js +236 -0
  181. package/dist/commands/bar/launch-subcommand.js.map +1 -0
  182. package/dist/commands/bar/uninstall-subcommand.d.ts +13 -0
  183. package/dist/commands/bar/uninstall-subcommand.d.ts.map +1 -0
  184. package/dist/commands/bar/uninstall-subcommand.js +78 -0
  185. package/dist/commands/bar/uninstall-subcommand.js.map +1 -0
  186. package/dist/commands/bar/version-subcommand.d.ts +8 -0
  187. package/dist/commands/bar/version-subcommand.d.ts.map +1 -0
  188. package/dist/commands/bar/version-subcommand.js +62 -0
  189. package/dist/commands/bar/version-subcommand.js.map +1 -0
  190. package/dist/commands/cleanup-command.d.ts.map +1 -1
  191. package/dist/commands/cleanup-command.js +99 -51
  192. package/dist/commands/cleanup-command.js.map +1 -1
  193. package/dist/commands/cliproxy/help-subcommand.d.ts.map +1 -1
  194. package/dist/commands/cliproxy/help-subcommand.js +20 -1
  195. package/dist/commands/cliproxy/help-subcommand.js.map +1 -1
  196. package/dist/commands/cliproxy/index.d.ts.map +1 -1
  197. package/dist/commands/cliproxy/index.js +20 -0
  198. package/dist/commands/cliproxy/index.js.map +1 -1
  199. package/dist/commands/cliproxy/order-subcommand.d.ts +16 -0
  200. package/dist/commands/cliproxy/order-subcommand.d.ts.map +1 -0
  201. package/dist/commands/cliproxy/order-subcommand.js +520 -0
  202. package/dist/commands/cliproxy/order-subcommand.js.map +1 -0
  203. package/dist/commands/cliproxy/pool-state-renderer.d.ts +40 -0
  204. package/dist/commands/cliproxy/pool-state-renderer.d.ts.map +1 -0
  205. package/dist/commands/cliproxy/pool-state-renderer.js +220 -0
  206. package/dist/commands/cliproxy/pool-state-renderer.js.map +1 -0
  207. package/dist/commands/cliproxy/pool-subcommand.d.ts +10 -0
  208. package/dist/commands/cliproxy/pool-subcommand.d.ts.map +1 -0
  209. package/dist/commands/cliproxy/pool-subcommand.js +112 -0
  210. package/dist/commands/cliproxy/pool-subcommand.js.map +1 -0
  211. package/dist/commands/cliproxy/quota-subcommand.d.ts +10 -1
  212. package/dist/commands/cliproxy/quota-subcommand.d.ts.map +1 -1
  213. package/dist/commands/cliproxy/quota-subcommand.js +22 -6
  214. package/dist/commands/cliproxy/quota-subcommand.js.map +1 -1
  215. package/dist/commands/cliproxy/routing-subcommand.d.ts.map +1 -1
  216. package/dist/commands/cliproxy/routing-subcommand.js +19 -0
  217. package/dist/commands/cliproxy/routing-subcommand.js.map +1 -1
  218. package/dist/commands/command-catalog.d.ts.map +1 -1
  219. package/dist/commands/command-catalog.js +8 -0
  220. package/dist/commands/command-catalog.js.map +1 -1
  221. package/dist/commands/config-channels-command.d.ts +1 -4
  222. package/dist/commands/config-channels-command.d.ts.map +1 -1
  223. package/dist/commands/config-channels-command.js +20 -24
  224. package/dist/commands/config-channels-command.js.map +1 -1
  225. package/dist/commands/help-command.d.ts.map +1 -1
  226. package/dist/commands/help-command.js +6 -1
  227. package/dist/commands/help-command.js.map +1 -1
  228. package/dist/commands/root-command-router.d.ts.map +1 -1
  229. package/dist/commands/root-command-router.js +7 -0
  230. package/dist/commands/root-command-router.js.map +1 -1
  231. package/dist/config/loader/yaml-serializer.d.ts.map +1 -1
  232. package/dist/config/loader/yaml-serializer.js +13 -0
  233. package/dist/config/loader/yaml-serializer.js.map +1 -1
  234. package/dist/config/reserved-names.d.ts +1 -1
  235. package/dist/config/reserved-names.d.ts.map +1 -1
  236. package/dist/config/reserved-names.js +1 -0
  237. package/dist/config/reserved-names.js.map +1 -1
  238. package/dist/config/schemas/cliproxy.d.ts +37 -0
  239. package/dist/config/schemas/cliproxy.d.ts.map +1 -1
  240. package/dist/config/schemas/proxy-server.js +1 -1
  241. package/dist/config/schemas/quota.d.ts +26 -2
  242. package/dist/config/schemas/quota.d.ts.map +1 -1
  243. package/dist/config/schemas/quota.js +20 -1
  244. package/dist/config/schemas/quota.js.map +1 -1
  245. package/dist/config/unified-config-loader.d.ts.map +1 -1
  246. package/dist/config/unified-config-loader.js +3 -0
  247. package/dist/config/unified-config-loader.js.map +1 -1
  248. package/dist/cursor/cursor-daemon-auth.d.ts +2 -0
  249. package/dist/cursor/cursor-daemon-auth.d.ts.map +1 -0
  250. package/dist/cursor/cursor-daemon-auth.js +49 -0
  251. package/dist/cursor/cursor-daemon-auth.js.map +1 -0
  252. package/dist/cursor/cursor-daemon-entry.d.ts.map +1 -1
  253. package/dist/cursor/cursor-daemon-entry.js +44 -0
  254. package/dist/cursor/cursor-daemon-entry.js.map +1 -1
  255. package/dist/cursor/cursor-daemon.d.ts +2 -1
  256. package/dist/cursor/cursor-daemon.d.ts.map +1 -1
  257. package/dist/cursor/cursor-daemon.js +21 -5
  258. package/dist/cursor/cursor-daemon.js.map +1 -1
  259. package/dist/cursor/cursor-models.d.ts.map +1 -1
  260. package/dist/cursor/cursor-models.js +2 -1
  261. package/dist/cursor/cursor-models.js.map +1 -1
  262. package/dist/cursor/cursor-profile-executor.d.ts +1 -1
  263. package/dist/cursor/cursor-profile-executor.d.ts.map +1 -1
  264. package/dist/cursor/cursor-profile-executor.js +7 -4
  265. package/dist/cursor/cursor-profile-executor.js.map +1 -1
  266. package/dist/cursor/cursor-runtime-probe.d.ts.map +1 -1
  267. package/dist/cursor/cursor-runtime-probe.js +4 -2
  268. package/dist/cursor/cursor-runtime-probe.js.map +1 -1
  269. package/dist/cursor/types.d.ts +1 -0
  270. package/dist/cursor/types.d.ts.map +1 -1
  271. package/dist/dispatcher/flows/account-flow.d.ts.map +1 -1
  272. package/dist/dispatcher/flows/account-flow.js +9 -0
  273. package/dist/dispatcher/flows/account-flow.js.map +1 -1
  274. package/dist/dispatcher/profile-resolver.d.ts +16 -0
  275. package/dist/dispatcher/profile-resolver.d.ts.map +1 -1
  276. package/dist/dispatcher/profile-resolver.js +49 -3
  277. package/dist/dispatcher/profile-resolver.js.map +1 -1
  278. package/dist/docker/docker-key-rotation.d.ts +2 -0
  279. package/dist/docker/docker-key-rotation.d.ts.map +1 -1
  280. package/dist/docker/docker-key-rotation.js +9 -1
  281. package/dist/docker/docker-key-rotation.js.map +1 -1
  282. package/dist/glmt/sse-parser.d.ts +1 -0
  283. package/dist/glmt/sse-parser.d.ts.map +1 -1
  284. package/dist/glmt/sse-parser.js +13 -1
  285. package/dist/glmt/sse-parser.js.map +1 -1
  286. package/dist/management/doctor.d.ts.map +1 -1
  287. package/dist/management/doctor.js +10 -0
  288. package/dist/management/doctor.js.map +1 -1
  289. package/dist/management/shared-manager.d.ts.map +1 -1
  290. package/dist/management/shared-manager.js +9 -1
  291. package/dist/management/shared-manager.js.map +1 -1
  292. package/dist/proxy/profile-router.d.ts +16 -0
  293. package/dist/proxy/profile-router.d.ts.map +1 -1
  294. package/dist/proxy/profile-router.js +7 -2
  295. package/dist/proxy/profile-router.js.map +1 -1
  296. package/dist/proxy/proxy-daemon.js +1 -1
  297. package/dist/proxy/proxy-daemon.js.map +1 -1
  298. package/dist/proxy/server/http-helpers.d.ts +5 -0
  299. package/dist/proxy/server/http-helpers.d.ts.map +1 -1
  300. package/dist/proxy/server/http-helpers.js +40 -1
  301. package/dist/proxy/server/http-helpers.js.map +1 -1
  302. package/dist/proxy/server/messages-route.d.ts.map +1 -1
  303. package/dist/proxy/server/messages-route.js +252 -17
  304. package/dist/proxy/server/messages-route.js.map +1 -1
  305. package/dist/proxy/transformers/request-transformer.d.ts.map +1 -1
  306. package/dist/proxy/transformers/request-transformer.js +9 -2
  307. package/dist/proxy/transformers/request-transformer.js.map +1 -1
  308. package/dist/proxy/upstream-url.d.ts +42 -2
  309. package/dist/proxy/upstream-url.d.ts.map +1 -1
  310. package/dist/proxy/upstream-url.js +83 -4
  311. package/dist/proxy/upstream-url.js.map +1 -1
  312. package/dist/shared/claude-extension-setup.d.ts.map +1 -1
  313. package/dist/shared/claude-extension-setup.js +2 -1
  314. package/dist/shared/claude-extension-setup.js.map +1 -1
  315. package/dist/shared/cliproxy-model-routing.d.ts.map +1 -1
  316. package/dist/shared/cliproxy-model-routing.js +1 -0
  317. package/dist/shared/cliproxy-model-routing.js.map +1 -1
  318. package/dist/shared/stale-codex-translator-settings.d.ts.map +1 -1
  319. package/dist/shared/stale-codex-translator-settings.js +48 -9
  320. package/dist/shared/stale-codex-translator-settings.js.map +1 -1
  321. package/dist/targets/codex-adapter.d.ts.map +1 -1
  322. package/dist/targets/codex-adapter.js +10 -8
  323. package/dist/targets/codex-adapter.js.map +1 -1
  324. package/dist/targets/target-metadata.js +1 -1
  325. package/dist/targets/target-metadata.js.map +1 -1
  326. package/dist/ui/assets/{Trans-DyZQZ3e2.js → Trans-RG_sMDEu.js} +1 -1
  327. package/dist/ui/assets/accounts-yTXURc-q.js +1 -0
  328. package/dist/ui/assets/{alert-dialog-DWHL-dqd.js → alert-dialog-DjvPgzFs.js} +1 -1
  329. package/dist/ui/assets/api-Ck1dtNEM.js +4 -0
  330. package/dist/ui/assets/{auth-section-B4o90dwz.js → auth-section-DBnY_LPz.js} +1 -1
  331. package/dist/ui/assets/{backups-section-1AsdSIJO.js → backups-section-Ci-uL4Of.js} +1 -1
  332. package/dist/ui/assets/{channels-CU4Zdsc_.js → channels-BeS9O5q0.js} +1 -1
  333. package/dist/ui/assets/{checkbox-CbCKGH8I.js → checkbox-DFeFDZBp.js} +1 -1
  334. package/dist/ui/assets/claude-extension-DS5qN19Z.js +1 -0
  335. package/dist/ui/assets/cliproxy-D7HJH4mZ.js +4 -0
  336. package/dist/ui/assets/{cliproxy-ai-providers-Dr4L5NRY.js → cliproxy-ai-providers-oJQZXrtc.js} +6 -6
  337. package/dist/ui/assets/cliproxy-control-panel-2mRPEcRj.js +1 -0
  338. package/dist/ui/assets/{codex-0HdbW8NR.js → codex-D0AUQ6jA.js} +4 -4
  339. package/dist/ui/assets/{confirm-dialog-b5Dahgnk.js → confirm-dialog-B37-CVuq.js} +1 -1
  340. package/dist/ui/assets/{copilot-B1Ojakbt.js → copilot-KaaW-mko.js} +2 -2
  341. package/dist/ui/assets/{cursor-PUtNVPx1.js → cursor-BKiTgYi5.js} +1 -1
  342. package/dist/ui/assets/{droid-S2gclncb.js → droid-DHdqGnFw.js} +2 -2
  343. package/dist/ui/assets/{globalenv-section-7wKSmNSG.js → globalenv-section-SfZO97nU.js} +1 -1
  344. package/dist/ui/assets/health-CSRS9O0D.js +1 -0
  345. package/dist/ui/assets/icons-DSLG1YsC.js +1 -0
  346. package/dist/ui/assets/index-CGgavq2X.js +56 -0
  347. package/dist/ui/assets/{index-BWboJia4.js → index-ChTYEBCZ.js} +1 -1
  348. package/dist/ui/assets/index-Cu_F55_O.js +1 -0
  349. package/dist/ui/assets/{index-Coc3_ABK.js → index-DJ66NrBH.js} +1 -1
  350. package/dist/ui/assets/index-DWUuSBUe.js +1 -0
  351. package/dist/ui/assets/{index-CxvNNHgE.js → index-DycwEe96.js} +1 -1
  352. package/dist/ui/assets/index-DzFlVVV3.css +1 -0
  353. package/dist/ui/assets/{index-Cx0dmbiQ.js → index-iQuEEGbH.js} +1 -1
  354. package/dist/ui/assets/logs-tiZ_51mo.js +1 -0
  355. package/dist/ui/assets/{masked-input-4L9CIZGb.js → masked-input-D9FVoeMA.js} +1 -1
  356. package/dist/ui/assets/providers/qoder.svg +1 -0
  357. package/dist/ui/assets/proxy-status-widget-2k26d8pS.js +1 -0
  358. package/dist/ui/assets/{raw-json-settings-editor-panel-DXh8c8rA.js → raw-json-settings-editor-panel-CguBh93H.js} +1 -1
  359. package/dist/ui/assets/{searchable-select-CtvEQrMo.js → searchable-select-C4wShshD.js} +1 -1
  360. package/dist/ui/assets/{separator-E0ISp1SN.js → separator-mvGlDdEW.js} +1 -1
  361. package/dist/ui/assets/{shared-BeYwHeNS.js → shared-Ck0yAwbs.js} +2 -2
  362. package/dist/ui/assets/{table-BBslZvNP.js → table-DrUJOxKL.js} +1 -1
  363. package/dist/ui/assets/updates-BVHBFcq8.js +1 -0
  364. package/dist/ui/assets/{use-accounts-BdalFsdY.js → use-accounts-DLtuaniS.js} +1 -1
  365. package/dist/ui/index.html +3 -3
  366. package/dist/utils/browser/browser-settings.d.ts.map +1 -1
  367. package/dist/utils/browser/browser-settings.js +13 -3
  368. package/dist/utils/browser/browser-settings.js.map +1 -1
  369. package/dist/utils/browser/mcp-installer.d.ts.map +1 -1
  370. package/dist/utils/browser/mcp-installer.js +5 -34
  371. package/dist/utils/browser/mcp-installer.js.map +1 -1
  372. package/dist/utils/claude-user-config-lock.d.ts +9 -0
  373. package/dist/utils/claude-user-config-lock.d.ts.map +1 -0
  374. package/dist/utils/claude-user-config-lock.js +96 -0
  375. package/dist/utils/claude-user-config-lock.js.map +1 -0
  376. package/dist/utils/glmt-deprecation.d.ts.map +1 -1
  377. package/dist/utils/glmt-deprecation.js +1 -3
  378. package/dist/utils/glmt-deprecation.js.map +1 -1
  379. package/dist/utils/image-analysis/mcp-installer.d.ts.map +1 -1
  380. package/dist/utils/image-analysis/mcp-installer.js +5 -34
  381. package/dist/utils/image-analysis/mcp-installer.js.map +1 -1
  382. package/dist/utils/retry-strategy.js +1 -1
  383. package/dist/utils/retry-strategy.js.map +1 -1
  384. package/dist/utils/websearch/mcp-installer.d.ts.map +1 -1
  385. package/dist/utils/websearch/mcp-installer.js +112 -78
  386. package/dist/utils/websearch/mcp-installer.js.map +1 -1
  387. package/dist/web-server/index.d.ts.map +1 -1
  388. package/dist/web-server/index.js +0 -9
  389. package/dist/web-server/index.js.map +1 -1
  390. package/dist/web-server/middleware/auth-middleware.d.ts.map +1 -1
  391. package/dist/web-server/middleware/auth-middleware.js +26 -4
  392. package/dist/web-server/middleware/auth-middleware.js.map +1 -1
  393. package/dist/web-server/model-pricing.d.ts +18 -2
  394. package/dist/web-server/model-pricing.d.ts.map +1 -1
  395. package/dist/web-server/model-pricing.js +86 -3
  396. package/dist/web-server/model-pricing.js.map +1 -1
  397. package/dist/web-server/models-dev/pricing-resolver.js +14 -14
  398. package/dist/web-server/models-dev/pricing-resolver.js.map +1 -1
  399. package/dist/web-server/routes/account-routes.d.ts.map +1 -1
  400. package/dist/web-server/routes/account-routes.js +116 -0
  401. package/dist/web-server/routes/account-routes.js.map +1 -1
  402. package/dist/web-server/routes/bar-routes.d.ts +149 -0
  403. package/dist/web-server/routes/bar-routes.d.ts.map +1 -0
  404. package/dist/web-server/routes/bar-routes.js +415 -0
  405. package/dist/web-server/routes/bar-routes.js.map +1 -0
  406. package/dist/web-server/routes/cliproxy-auth-routes.d.ts +10 -0
  407. package/dist/web-server/routes/cliproxy-auth-routes.d.ts.map +1 -1
  408. package/dist/web-server/routes/cliproxy-auth-routes.js +45 -13
  409. package/dist/web-server/routes/cliproxy-auth-routes.js.map +1 -1
  410. package/dist/web-server/routes/cliproxy-local-proxy.d.ts.map +1 -1
  411. package/dist/web-server/routes/cliproxy-local-proxy.js +25 -8
  412. package/dist/web-server/routes/cliproxy-local-proxy.js.map +1 -1
  413. package/dist/web-server/routes/cursor-routes.d.ts.map +1 -1
  414. package/dist/web-server/routes/cursor-routes.js +6 -1
  415. package/dist/web-server/routes/cursor-routes.js.map +1 -1
  416. package/dist/web-server/routes/image-analysis-routes.d.ts.map +1 -1
  417. package/dist/web-server/routes/image-analysis-routes.js +7 -0
  418. package/dist/web-server/routes/image-analysis-routes.js.map +1 -1
  419. package/dist/web-server/routes/index.d.ts.map +1 -1
  420. package/dist/web-server/routes/index.js +18 -0
  421. package/dist/web-server/routes/index.js.map +1 -1
  422. package/dist/web-server/routes/profile-routes.d.ts.map +1 -1
  423. package/dist/web-server/routes/profile-routes.js +6 -1
  424. package/dist/web-server/routes/profile-routes.js.map +1 -1
  425. package/dist/web-server/routes/settings-routes.d.ts.map +1 -1
  426. package/dist/web-server/routes/settings-routes.js +10 -1
  427. package/dist/web-server/routes/settings-routes.js.map +1 -1
  428. package/dist/web-server/services/claude-extension-settings-service.d.ts.map +1 -1
  429. package/dist/web-server/services/claude-extension-settings-service.js +5 -1
  430. package/dist/web-server/services/claude-extension-settings-service.js.map +1 -1
  431. package/dist/web-server/usage/bar-analytics.d.ts +101 -0
  432. package/dist/web-server/usage/bar-analytics.d.ts.map +1 -0
  433. package/dist/web-server/usage/bar-analytics.js +315 -0
  434. package/dist/web-server/usage/bar-analytics.js.map +1 -0
  435. package/dist/web-server/usage/claude-native-credentials.d.ts +56 -0
  436. package/dist/web-server/usage/claude-native-credentials.d.ts.map +1 -0
  437. package/dist/web-server/usage/claude-native-credentials.js +140 -0
  438. package/dist/web-server/usage/claude-native-credentials.js.map +1 -0
  439. package/dist/web-server/usage/cliproxy-snapshot-reader.d.ts +24 -0
  440. package/dist/web-server/usage/cliproxy-snapshot-reader.d.ts.map +1 -0
  441. package/dist/web-server/usage/cliproxy-snapshot-reader.js +82 -0
  442. package/dist/web-server/usage/cliproxy-snapshot-reader.js.map +1 -0
  443. package/dist/web-server/usage/cliproxy-usage-syncer.d.ts +3 -2
  444. package/dist/web-server/usage/cliproxy-usage-syncer.d.ts.map +1 -1
  445. package/dist/web-server/usage/cliproxy-usage-syncer.js +46 -13
  446. package/dist/web-server/usage/cliproxy-usage-syncer.js.map +1 -1
  447. package/dist/web-server/usage/cliproxy-usage-transformer.d.ts +9 -3
  448. package/dist/web-server/usage/cliproxy-usage-transformer.d.ts.map +1 -1
  449. package/dist/web-server/usage/cliproxy-usage-transformer.js +133 -19
  450. package/dist/web-server/usage/cliproxy-usage-transformer.js.map +1 -1
  451. package/dist/web-server/usage/codex-local-quota-collector.d.ts +74 -0
  452. package/dist/web-server/usage/codex-local-quota-collector.d.ts.map +1 -0
  453. package/dist/web-server/usage/codex-local-quota-collector.js +250 -0
  454. package/dist/web-server/usage/codex-local-quota-collector.js.map +1 -0
  455. package/dist/web-server/usage/codex-native-usage-collector.d.ts.map +1 -1
  456. package/dist/web-server/usage/codex-native-usage-collector.js +18 -2
  457. package/dist/web-server/usage/codex-native-usage-collector.js.map +1 -1
  458. package/dist/web-server/usage/data-aggregator.d.ts +11 -0
  459. package/dist/web-server/usage/data-aggregator.d.ts.map +1 -1
  460. package/dist/web-server/usage/data-aggregator.js +29 -1
  461. package/dist/web-server/usage/data-aggregator.js.map +1 -1
  462. package/dist/web-server/usage/native-quota-collector.d.ts +44 -0
  463. package/dist/web-server/usage/native-quota-collector.d.ts.map +1 -0
  464. package/dist/web-server/usage/native-quota-collector.js +378 -0
  465. package/dist/web-server/usage/native-quota-collector.js.map +1 -0
  466. package/dist/web-server/usage/profile-filter.d.ts +1 -1
  467. package/dist/web-server/usage/profile-filter.d.ts.map +1 -1
  468. package/dist/web-server/usage/profile-filter.js +6 -1
  469. package/dist/web-server/usage/profile-filter.js.map +1 -1
  470. package/dist/web-server/usage/types.d.ts +2 -0
  471. package/dist/web-server/usage/types.d.ts.map +1 -1
  472. package/lib/mcp/ccs-browser-server.cjs +31 -15
  473. package/package.json +1 -1
  474. package/scripts/completion/ccs.bash +0 -12
  475. package/scripts/completion/ccs.fish +0 -11
  476. package/scripts/completion/ccs.ps1 +0 -10
  477. package/scripts/completion/ccs.zsh +0 -13
  478. package/scripts/github/stable-release-issue-cleanup-lib.mjs +115 -0
  479. package/scripts/github/stable-release-issue-cleanup.mjs +134 -0
  480. package/dist/ui/assets/accounts-BPJltru3.js +0 -1
  481. package/dist/ui/assets/api-BxPN-zy4.js +0 -4
  482. package/dist/ui/assets/claude-extension-CWpjmIGt.js +0 -1
  483. package/dist/ui/assets/cliproxy-K6eBb5VO.js +0 -4
  484. package/dist/ui/assets/cliproxy-control-panel-Cz5r7kHP.js +0 -1
  485. package/dist/ui/assets/health-hMLN_gyw.js +0 -1
  486. package/dist/ui/assets/icons-DzKUh8vG.js +0 -1
  487. package/dist/ui/assets/index-BMoGhs28.css +0 -1
  488. package/dist/ui/assets/index-COt1pbk-.js +0 -1
  489. package/dist/ui/assets/index-CcGVqYOy.js +0 -56
  490. package/dist/ui/assets/index-DkR2KVhF.js +0 -1
  491. package/dist/ui/assets/logs-BRFVfyLc.js +0 -1
  492. package/dist/ui/assets/proxy-status-widget-s1UWOE23.js +0 -1
  493. package/dist/ui/assets/updates-CDrm903n.js +0 -1
@@ -1,4 +1,4 @@
1
- import{j as e}from"./radix-ui-nu4wz29m.js";import{r as N}from"./react-vendor-Bjx91N7w.js";import{t as U}from"./notifications-B4_o8bcr.js";import{bf as ne,a as T,B as y,aM as ns,T as as,w as os,e as C,x as ls,C as I,p as F,q as K,b as W,aI as ee,j as E,k as D,l as O,m as L,n as b,I as _,t as we,X as S,bg as Ae,c as Me,bm as is,bn as Ce,bo as cs,R as ds,U as xs,V as oe,W as le,bh as Se}from"./index-CcGVqYOy.js";import{T as Re,a as Ie,b as ce,c as B,d as Fe,e as V}from"./table-BBslZvNP.js";import{u as je,a as us,b as _e}from"./tanstack-bhJxV1h8.js";import{L as G,aa as ms,aS as hs,at as de,n as ps,aT as fs,aU as js,aC as gs,w as vs,a7 as bs,aV as ws,aW as Ns,aX as ys,ai as ge,p as Te,$ as Cs,m as Ss,o as _s,_ as Ts,S as ks,aN as ke,aY as Ps,x as Es,I as Ds,T as Os,N as Ls}from"./icons-DzKUh8vG.js";import{T as te}from"./Trans-DyZQZ3e2.js";import{S as ie}from"./separator-E0ISp1SN.js";import{R as As}from"./raw-json-settings-editor-panel-DXh8c8rA.js";import"./utils-CzKF5WmX.js";import"./form-utils-CuHzLhJZ.js";import"./charts-eIPy2oG6.js";async function Ms(){const s=await fetch(ne("/codex/profiles"));if(!s.ok)throw new Error("Failed to fetch Codex auth profiles");return s.json()}function Rs(){return je({queryKey:["codex-auth-profiles"],queryFn:Ms,refetchInterval:15e3})}function re({children:s}){return e.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[0.85em] text-foreground",children:s})}function Is(s){if(!s)return"never";try{const t=new Date(s),r=Date.now()-t.getTime(),a=Math.floor(r/6e4);if(a<2)return"just now";if(a<60)return`${a} min ago`;const o=Math.floor(a/60);if(o<24)return`${o}h ago`;const n=Math.floor(o/24);return n===1?"yesterday":`${n}d ago`}catch{return s}}function Ke(s,t){switch(s){case"default":return t("codex.auth.sourceDefault");case"env":return t("codex.auth.sourceEnv");case"explicit-codex-home":return t("codex.auth.sourceExplicitCodexHome")}}function Pe({label:s}){return e.jsx(ns,{children:e.jsxs(as,{children:[e.jsx(os,{asChild:!0,children:e.jsx("span",{tabIndex:0,className:"inline-block",children:e.jsx(C,{variant:"outline",size:"sm",disabled:!0,className:"pointer-events-none",children:s})})}),e.jsx(ls,{children:e.jsx(te,{i18nKey:"codex.auth.terminalOnlyTooltipRich",components:{code:e.jsx(re,{})}})})]})})}function Fs({entry:s,isActive:t,activeSource:r}){const{t:a}=T();return e.jsxs(ce,{className:t?"bg-muted/40":void 0,children:[e.jsx(V,{className:"font-medium",children:e.jsxs("span",{className:"flex items-center gap-2",children:[s.name,t&&r&&e.jsx(y,{variant:"secondary",className:"text-xs",children:a("codex.auth.activeSourceBadge",{source:Ke(r,a)})})]})}),e.jsx(V,{children:s.email??"—"}),e.jsx(V,{children:s.plan??"—"}),e.jsx(V,{children:Is(s.lastUsed)}),e.jsx(V,{children:s.authValid?e.jsx(y,{variant:"secondary",className:"text-xs text-green-700 dark:text-green-400",children:a("codex.auth.statusOk")}):e.jsx(y,{variant:"destructive",className:"text-xs",children:a("codex.auth.statusInvalid")})}),e.jsx(V,{children:e.jsxs("span",{className:"flex gap-1",children:[e.jsx(Pe,{label:a("codex.auth.switchAction")}),e.jsx(Pe,{label:a("codex.auth.removeAction")})]})})]})}function Ks(){const{t:s}=T(),{data:t,isLoading:r,error:a}=Rs();return r?e.jsxs("div",{className:"flex items-center gap-2 text-sm text-muted-foreground p-4",children:[e.jsx(G,{className:"h-4 w-4 animate-spin"}),s("codex.auth.loading")]}):a||!t?e.jsx("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 px-4 py-3 text-sm text-destructive",children:s("codex.auth.loadError")}):t.profiles.length===0?e.jsxs("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground space-y-1",children:[e.jsx("p",{children:e.jsx(te,{i18nKey:"codex.auth.emptyRegistryRich",components:{code:e.jsx(re,{})}})}),e.jsx("p",{children:e.jsx(te,{i18nKey:"codex.auth.legacyCodexHomeRich",components:{code:e.jsx(re,{})}})})]}):t.active?t.active.source==="explicit-codex-home"&&t.active.name===null?e.jsxs("div",{className:"space-y-3",children:[e.jsx("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground",children:e.jsx(te,{i18nKey:"codex.auth.externalCodexHomeRich",values:{path:t.active.codexHome},components:{code:e.jsx(re,{})}})}),e.jsx(ue,{data:t})]}):e.jsxs("div",{className:"space-y-3",children:[e.jsx(Ws,{name:t.active.name,source:t.active.source,profiles:t.profiles}),e.jsx(ue,{data:t})]}):e.jsxs("div",{className:"space-y-3",children:[e.jsx("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground",children:e.jsx(te,{i18nKey:"codex.auth.legacyModeRich",components:{code:e.jsx(re,{})}})}),e.jsx(ue,{data:t})]})}function Ws({name:s,source:t,profiles:r}){const{t:a}=T(),o=r.find(n=>n.name===s);return e.jsxs("div",{className:"rounded-md border bg-muted/20 px-4 py-3 text-sm space-y-1",children:[e.jsxs("div",{className:"flex items-center gap-2 font-medium",children:[a("codex.auth.activeProfile"),e.jsx("span",{children:s??a("codex.auth.unknownProfile")}),e.jsx(y,{variant:"secondary",className:"text-xs",children:Ke(t,a)})]}),o&&e.jsxs("div",{className:"text-muted-foreground text-xs space-x-3",children:[o.email&&e.jsx("span",{children:o.email}),o.plan&&e.jsxs("span",{children:[a("codex.auth.planLabel")," ",e.jsx("strong",{children:o.plan})]}),!o.authValid&&e.jsx("span",{className:"text-destructive",children:a("codex.auth.statusInvalid")})]})]})}function ue({data:s}){const{t}=T();return e.jsx("div",{className:"rounded-md border overflow-auto",children:e.jsxs(Re,{children:[e.jsx(Ie,{children:e.jsxs(ce,{children:[e.jsx(B,{children:t("codex.auth.col.name")}),e.jsx(B,{children:t("codex.auth.col.email")}),e.jsx(B,{children:t("codex.auth.col.plan")}),e.jsx(B,{children:t("codex.auth.col.lastUsed")}),e.jsx(B,{children:t("codex.auth.col.status")}),e.jsx(B,{children:t("codex.auth.col.actions")})]})}),e.jsx(Fe,{children:s.profiles.map(r=>e.jsx(Fs,{entry:r,isActive:s.active?.name===r.name,activeSource:s.active?.name===r.name?s.active.source:void 0},r.name))})]})})}function se({title:s,icon:t,badge:r,description:a,disabledReason:o,children:n}){return e.jsxs(I,{children:[e.jsxs(F,{className:"pb-2",children:[e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[t,s,r?e.jsx(y,{variant:"outline",className:"text-[10px] font-normal",children:r}):null]}),a?e.jsx("p",{className:"text-xs text-muted-foreground",children:a}):null]}),e.jsxs(W,{className:"space-y-3",children:[o?e.jsx("p",{className:"text-xs text-amber-600",children:o}):null,n]})]})}function qs({catalog:s,state:t,disabled:r=!1,disabledReason:a,onToggle:o}){const{t:n}=T(),l=new Set(s.map(i=>i.name)),c=Object.entries(t).filter(([i])=>!l.has(i)).sort(([i],[d])=>i.localeCompare(d));return e.jsxs(se,{title:n("codex.features"),badge:"features",icon:e.jsx(ms,{className:"h-4 w-4"}),description:n("codex.featuresDesc"),disabledReason:a,children:[e.jsx("div",{className:"space-y-2",children:s.map(i=>{const d=t[i.name]??null;return e.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-md border px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("p",{className:"text-sm font-medium",children:i.label}),e.jsx(y,{variant:"outline",className:"font-mono text-[10px]",children:i.name})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:i.description})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[d!==null?e.jsx(C,{variant:"outline",size:"sm",onClick:()=>o(i.name,null),disabled:r,children:n("codex.useDefault")}):null,e.jsx(ee,{checked:d===!0,onCheckedChange:m=>o(i.name,m),disabled:r})]})]},i.name)})}),c.length>0?e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium uppercase tracking-wide text-muted-foreground",children:n("codex.configOnlyFlags")}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n("codex.configOnlyFlagsDesc")})]}),c.map(([i,d])=>e.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-md border border-dashed px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("p",{className:"text-sm font-medium",children:i}),e.jsx(y,{variant:"secondary",className:"text-[10px]",children:n("codex.existing")})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n(d===null?"codex.nonBooleanForm":"codex.discoveredFromFile")})]}),d===null?e.jsx(y,{variant:"outline",children:n("codex.rawOnly")}):e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(C,{variant:"outline",size:"sm",onClick:()=>o(i,null),disabled:r,children:n("codex.useDefault")}),e.jsx(ee,{checked:d===!0,onCheckedChange:m=>o(i,m),disabled:r})]})]},i))]}):null]})}const Us={name:"",transport:"stdio",command:null,args:[],url:null,enabled:!0,required:!1,startupTimeoutSec:null,toolTimeoutSec:null,enabledTools:[],disabledTools:[],isCcsManaged:!1,managementSurface:null};function me(s){return s.join(", ")}function he(s){return s.split(",").map(t=>t.trim()).filter(Boolean)}function Bs({initialDraft:s,isNew:t,disabled:r,saving:a,canDelete:o,onSave:n,onDelete:l}){const{t:c}=T(),[i,d]=N.useState(s),m=t&&i.name.trim()==="ccs_browser";return e.jsxs(e.Fragment,{children:[m?e.jsxs("div",{className:"rounded-md border border-amber-500/30 bg-amber-500/10 px-3 py-2 text-sm text-amber-900 dark:text-amber-200",children:[e.jsx("strong",{children:"ccs_browser"})," is reserved for the CCS-managed browser tooling path. Configure it from ",e.jsx("code",{children:"Settings > Browser"})," instead of creating it here."]}):null,e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:i.name,onChange:h=>d(x=>({...x,name:h.target.value})),placeholder:"playwright",disabled:r||!t}),e.jsxs(E,{value:i.transport,onValueChange:h=>d(x=>({...x,transport:h})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsxs(L,{children:[e.jsx(b,{value:"stdio",children:c("codex.stdio")}),e.jsx(b,{value:"streamable-http",children:c("codex.streamableHttp")})]})]}),i.transport==="stdio"?e.jsxs(e.Fragment,{children:[e.jsx(_,{value:i.command??"",onChange:h=>d(x=>({...x,command:h.target.value||null})),placeholder:"npx",disabled:r}),e.jsx(_,{value:me(i.args),onChange:h=>d(x=>({...x,args:he(h.target.value)})),placeholder:"@playwright/mcp@latest, --flag",disabled:r})]}):e.jsx(_,{className:"sm:col-span-2",value:i.url??"",onChange:h=>d(x=>({...x,url:h.target.value||null})),placeholder:"https://example.test/mcp",disabled:r}),e.jsx(_,{type:"number",min:1,value:i.startupTimeoutSec??"",onChange:h=>d(x=>({...x,startupTimeoutSec:h.target.value?Number(h.target.value):null})),placeholder:"Startup timeout (sec)",disabled:r}),e.jsx(_,{type:"number",min:1,value:i.toolTimeoutSec??"",onChange:h=>d(x=>({...x,toolTimeoutSec:h.target.value?Number(h.target.value):null})),placeholder:"Tool timeout (sec)",disabled:r}),e.jsx(_,{value:me(i.enabledTools),onChange:h=>d(x=>({...x,enabledTools:he(h.target.value)})),placeholder:"enabled_tools",disabled:r}),e.jsx(_,{value:me(i.disabledTools),onChange:h=>d(x=>({...x,disabledTools:he(h.target.value)})),placeholder:"disabled_tools",disabled:r})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Enabled",e.jsx(ee,{checked:i.enabled,onCheckedChange:h=>d(x=>({...x,enabled:h})),disabled:r})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Required",e.jsx(ee,{checked:i.required,onCheckedChange:h=>d(x=>({...x,required:h})),disabled:r})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs(C,{variant:"outline",onClick:l,disabled:r||a||!o,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsxs(C,{onClick:()=>n(i.name,{transport:i.transport,command:i.command,args:i.args,url:i.url,enabled:i.enabled,required:i.required,startupTimeoutSec:i.startupTimeoutSec,toolTimeoutSec:i.toolTimeoutSec,enabledTools:i.enabledTools,disabledTools:i.disabledTools}),disabled:r||a||i.name.trim().length===0||m,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save MCP server"]})]})]})}function Vs({entries:s,disabled:t=!1,disabledReason:r,saving:a=!1,onSave:o,onDelete:n}){const{t:l}=T(),[c,i]=N.useState("new"),d=N.useMemo(()=>s.find(g=>g.name===c)??null,[s,c]),m=d??Us,h=JSON.stringify(m),x=d?.isCcsManaged&&d.managementSurface==="browser-settings";return e.jsxs(se,{title:"MCP servers",badge:"mcp_servers",icon:e.jsx(hs,{className:"h-4 w-4"}),description:"Manage the safe MCP transport fields. Keep auth headers and bearer tokens in raw TOML.",disabledReason:r,children:[x?e.jsxs("div",{className:"rounded-md border border-amber-500/30 bg-amber-500/10 px-3 py-2 text-sm text-amber-900 dark:text-amber-200",children:[e.jsx("strong",{children:d?.name})," is CCS-managed. Configure browser tooling from"," ",e.jsx("code",{children:"Settings > Browser"}),"; the generic MCP editor is read-only for this entry."]}):null,e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select MCP server"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:l("codex.createNewMcpServer")}),s.map(g=>e.jsx(b,{value:g.name,children:g.isCcsManaged?`${g.name} (CCS managed)`:g.name},g.name))]})]}),e.jsx(Bs,{initialDraft:m,isNew:c==="new",disabled:t||!!x,saving:a,canDelete:d!==null&&!x,onDelete:async()=>{d&&(await n(d.name),i("new"))},onSave:async(g,p)=>{await o(g,p),i(g)}},h)]})}const $s={name:"",displayName:null,baseUrl:null,envKey:null,wireApi:"responses",requiresOpenaiAuth:!1,supportsWebsockets:!1},zs={name:"cliproxy",displayName:"CLIProxy Codex",baseUrl:"http://127.0.0.1:8317/api/provider/codex",envKey:"CLIPROXY_API_KEY",wireApi:"responses",requiresOpenaiAuth:!1,supportsWebsockets:!1};function Gs({initialDraft:s,isNew:t,disabled:r,saving:a,canDelete:o,onSave:n,onDelete:l}){const{t:c}=T(),[i,d]=N.useState(s);return e.jsxs(e.Fragment,{children:[t&&e.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 rounded-md border border-dashed px-3 py-2 text-xs text-muted-foreground",children:[e.jsxs("p",{children:["Quick start: apply the CLIProxy Codex preset here, then set"," ",e.jsx("strong",{children:c("codex.defaultProvider")})," to ",e.jsx("code",{children:"cliproxy"})," in Top-level settings."]}),e.jsx(C,{variant:"outline",size:"sm",onClick:()=>d(zs),disabled:r,children:"Use CLIProxy Codex preset"})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:i.name,onChange:m=>d(h=>({...h,name:m.target.value})),placeholder:"Provider id",disabled:r||!t}),e.jsx(_,{value:i.displayName??"",onChange:m=>d(h=>({...h,displayName:m.target.value||null})),placeholder:"Display name",disabled:r}),e.jsx(_,{value:i.baseUrl??"",onChange:m=>d(h=>({...h,baseUrl:m.target.value||null})),placeholder:"http://127.0.0.1:8317/api/provider/codex",disabled:r}),e.jsx(_,{value:i.envKey??"",onChange:m=>d(h=>({...h,envKey:m.target.value||null})),placeholder:"CLIPROXY_API_KEY",disabled:r})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-3",children:[e.jsxs(E,{value:i.wireApi??"responses",onValueChange:m=>d(h=>({...h,wireApi:m})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsx(L,{children:e.jsx(b,{value:"responses",children:c("codex.responses")})})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Requires OpenAI auth",e.jsx(ee,{checked:i.requiresOpenaiAuth,onCheckedChange:m=>d(h=>({...h,requiresOpenaiAuth:m})),disabled:r})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Supports websockets",e.jsx(ee,{checked:i.supportsWebsockets,onCheckedChange:m=>d(h=>({...h,supportsWebsockets:m})),disabled:r})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs(C,{variant:"outline",onClick:l,disabled:r||a||!o,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsxs(C,{onClick:()=>n(i.name,{displayName:i.displayName,baseUrl:i.baseUrl,envKey:i.envKey,wireApi:i.wireApi,requiresOpenaiAuth:i.requiresOpenaiAuth,supportsWebsockets:i.supportsWebsockets}),disabled:r||a||i.name.trim().length===0,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save provider"]})]}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["If you want plain native ",e.jsx("code",{children:"codex"})," to default to CLIProxy, save a provider named"," ",e.jsx("code",{children:"cliproxy"})," with ",e.jsx("code",{children:"CLIPROXY_API_KEY"})," here, then pick"," ",e.jsx("code",{children:"cliproxy"})," in the ",e.jsx("strong",{children:c("codex.defaultProvider")})," control above."]})]})}function Xs({entries:s,disabled:t=!1,disabledReason:r,saving:a=!1,onSave:o,onDelete:n}){const{t:l}=T(),[c,i]=N.useState("new"),d=N.useMemo(()=>s.find(x=>x.name===c)??null,[s,c]),m=d??$s,h=JSON.stringify(m);return e.jsxs(se,{title:"Model providers",badge:"model_providers",icon:e.jsx(ps,{className:"h-4 w-4"}),description:"Edit the common provider fields CCS can support safely. Keep secret migration and inline bearer tokens in raw TOML.",disabledReason:r,children:[e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select provider"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:l("codex.createNewProvider")}),s.map(x=>e.jsx(b,{value:x.name,children:x.name},x.name))]})]}),e.jsx(Gs,{initialDraft:m,isNew:c==="new",disabled:t,saving:a,canDelete:d!==null,onDelete:async()=>{d&&(await n(d.name),i("new"))},onSave:async(x,g)=>{await o(x,g),i(x)}},h)]})}function Hs({initialName:s,initialModel:t,initialProvider:r,initialEffort:a,providerNames:o,activeProfile:n,selectedEntryName:l,disabled:c,saving:i,onSave:d,onDelete:m,onSetActive:h}){const{t:x}=T(),[g,p]=N.useState(s),[w,M]=N.useState(t),[q,u]=N.useState(r),[v,X]=N.useState(a);return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:g,onChange:j=>p(j.target.value),placeholder:"deep-review",disabled:c||l!==null}),e.jsx(_,{value:w??"",onChange:j=>M(j.target.value||null),placeholder:"gpt-5.4",disabled:c}),e.jsxs(E,{value:q??"__unset__",onValueChange:j=>u(j==="__unset__"?null:j),disabled:c,children:[e.jsx(D,{children:e.jsx(O,{placeholder:x("codex.useGlobalProvider")})}),e.jsxs(L,{children:[e.jsx(b,{value:"__unset__",children:x("codex.useGlobalProvider")}),o.map(j=>e.jsx(b,{value:j,children:j},j))]})]}),e.jsxs(E,{value:v??"__unset__",onValueChange:j=>X(j==="__unset__"?null:j),disabled:c,children:[e.jsx(D,{children:e.jsx(O,{placeholder:x("codex.useGlobalEffort")})}),e.jsxs(L,{children:[e.jsx(b,{value:"__unset__",children:x("codex.useGlobalEffort")}),["minimal","low","medium","high","xhigh"].map(j=>e.jsx(b,{value:j,children:j},j))]})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs("div",{className:"flex gap-2",children:[e.jsxs(C,{variant:"outline",onClick:m,disabled:c||i||!l,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsx(C,{variant:"outline",onClick:h,disabled:c||i||!l||l===n,children:"Set active"})]}),e.jsxs("div",{className:"flex gap-2",children:[e.jsxs(C,{variant:"outline",onClick:()=>d(g,{model:w,modelProvider:q,modelReasoningEffort:v},!1),disabled:c||i||g.trim().length===0,children:[i?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save profile"]}),e.jsxs(C,{onClick:()=>d(g,{model:w,modelProvider:q,modelReasoningEffort:v},!0),disabled:c||i||g.trim().length===0,children:[i?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save + activate"]})]})]})]})}function Ys({activeProfile:s,entries:t,providerNames:r,disabled:a=!1,disabledReason:o,saving:n=!1,onSave:l,onDelete:c,onSetActive:i}){const{t:d}=T(),[m,h]=N.useState("new"),x=N.useMemo(()=>t.find(p=>p.name===m)??null,[t,m]),g=JSON.stringify(x??{name:"",values:{}});return e.jsxs(se,{title:d("codex.profiles"),badge:"profiles",icon:e.jsx(fs,{className:"h-4 w-4"}),description:"Create reusable Codex overlays and set the active default profile.",disabledReason:o,children:[e.jsxs(E,{value:m,onValueChange:h,disabled:a,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select profile"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:d("codex.createNewProfile")}),t.map(p=>e.jsxs(b,{value:p.name,children:[p.name,p.name===s?" (active)":""]},p.name))]})]}),e.jsx(Hs,{initialName:x?.name??"",initialModel:x?.values.model??null,initialProvider:x?.values.modelProvider??null,initialEffort:x?.values.modelReasoningEffort??null,providerNames:r,activeProfile:s,selectedEntryName:x?.name??null,disabled:a,saving:n,onDelete:async()=>{x&&(await c(x.name),h("new"))},onSetActive:async()=>{x&&await i(x.name)},onSave:async(p,w,M)=>{await l(p,w,M),h(p)}},g)]})}function Qs({workspacePath:s,disabled:t,saving:r,onSave:a}){const{t:o}=T(),[n,l]=N.useState(s),[c,i]=N.useState("trusted");return e.jsxs("div",{className:"grid gap-2 sm:grid-cols-[1fr_160px_auto]",children:[e.jsx(_,{value:n,onChange:d=>l(d.target.value),placeholder:"~/repo or /absolute/path",disabled:t}),e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsxs(L,{children:[e.jsx(b,{value:"trusted",children:o("codex.trusted")}),e.jsx(b,{value:"untrusted",children:o("codex.untrusted")})]})]}),e.jsxs(C,{onClick:()=>a(n,c),disabled:t||r,children:[r?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save trust"]})]})}function Js({workspacePath:s,entries:t,disabled:r=!1,disabledReason:a,saving:o=!1,onSave:n}){const{t:l}=T();return e.jsxs(se,{title:"Project trust",badge:"projects",icon:e.jsx(js,{className:"h-4 w-4"}),description:"Trust current workspaces or remove stale trust entries without opening raw TOML.",disabledReason:a,children:[e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Paths must be absolute or start with ",e.jsx("code",{children:"~/"}),". Relative paths are rejected so CCS does not trust the wrong folder."]}),e.jsx(Qs,{workspacePath:s,disabled:r,saving:o,onSave:n},s),e.jsx(C,{variant:"outline",className:"w-full justify-start",onClick:()=>n(s,"trusted"),disabled:r||o,children:"Trust current workspace"}),e.jsx("div",{className:"space-y-2",children:t.length===0?e.jsx("p",{className:"text-xs text-muted-foreground",children:l("codex.noProjectTrustEntries")}):t.map(c=>e.jsxs("div",{className:"flex items-center justify-between gap-2 rounded-md border px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsx("p",{className:"truncate text-sm font-medium",children:c.path}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["trust_level = ",c.trustLevel]})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(C,{variant:"ghost",size:"sm",onClick:()=>n(c.path,c.trustLevel==="trusted"?"untrusted":"trusted"),disabled:r||o,children:"Toggle"}),e.jsx(C,{variant:"ghost",size:"icon",onClick:()=>n(c.path,null),disabled:r||o,children:e.jsx(de,{className:"h-4 w-4"})})]})]},c.path))})]})}const A="__unset__",Zs=105e4,et=272e3,Ee=8e5,De=7e5,st=new Intl.NumberFormat("en-US");function Y(s){return s??A}function Q(s,t){return t&&!s.includes(t)?[t,...s]:s}function pe(s){return st.format(s)}function tt(s){return s?.trim().toLowerCase().startsWith("gpt-5.4")??!1}function rt(s,t){const r={};return t.model!==s.model&&(r.model=t.model),t.modelReasoningEffort!==s.modelReasoningEffort&&(r.modelReasoningEffort=t.modelReasoningEffort),t.modelContextWindow!==s.modelContextWindow&&(r.modelContextWindow=t.modelContextWindow),t.modelAutoCompactTokenLimit!==s.modelAutoCompactTokenLimit&&(r.modelAutoCompactTokenLimit=t.modelAutoCompactTokenLimit),t.modelProvider!==s.modelProvider&&(r.modelProvider=t.modelProvider),t.approvalPolicy!==s.approvalPolicy&&(r.approvalPolicy=t.approvalPolicy),t.sandboxMode!==s.sandboxMode&&(r.sandboxMode=t.sandboxMode),t.webSearch!==s.webSearch&&(r.webSearch=t.webSearch),t.toolOutputTokenLimit!==s.toolOutputTokenLimit&&(r.toolOutputTokenLimit=t.toolOutputTokenLimit),t.personality!==s.personality&&(r.personality=t.personality),r}function nt({initialValues:s,providerNames:t,disabled:r,saving:a,onSave:o}){const{t:n}=T(),[l,c]=N.useState(s),i=Q(["minimal","low","medium","high","xhigh"],l.modelReasoningEffort),d=Q(t,l.modelProvider),m=Q(["on-request","never","untrusted"],l.approvalPolicy),h=Q(["read-only","workspace-write","danger-full-access"],l.sandboxMode),x=Q(["cached","live","disabled"],l.webSearch),g=Q(["none","friendly","pragmatic"],l.personality),p=rt(s,l),w=Object.keys(p).length>0,M=tt(l.model),q=u=>{const v=u.trim();return v.length>0?Number(v):null};return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.model")}),e.jsx(_,{value:l.model??"",onChange:u=>c(v=>({...v,model:u.target.value||null})),placeholder:"gpt-5.5",disabled:r})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.reasoningEffort")}),e.jsxs(E,{value:Y(l.modelReasoningEffort),onValueChange:u=>c(v=>({...v,modelReasoningEffort:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),i.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.defaultProvider")}),e.jsxs(E,{value:Y(l.modelProvider),onValueChange:u=>c(v=>({...v,modelProvider:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useCodexDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useCodexDefault")}),d.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.approvalPolicy")}),e.jsxs(E,{value:Y(l.approvalPolicy),onValueChange:u=>c(v=>({...v,approvalPolicy:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),m.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.sandboxMode")}),e.jsxs(E,{value:Y(l.sandboxMode),onValueChange:u=>c(v=>({...v,sandboxMode:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),h.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.webSearch")}),e.jsxs(E,{value:Y(l.webSearch),onValueChange:u=>c(v=>({...v,webSearch:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),x.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.toolOutputTokenLimit")}),e.jsx(_,{type:"number",min:1,value:l.toolOutputTokenLimit??"",onChange:u=>c(v=>({...v,toolOutputTokenLimit:u.target.value?Number(u.target.value):null})),placeholder:"25000",disabled:r})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.personality")}),e.jsxs(E,{value:Y(l.personality),onValueChange:u=>c(v=>({...v,personality:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),g.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]})]}),e.jsxs("div",{className:"space-y-4 rounded-xl border border-amber-500/30 bg-amber-500/5 p-4 shadow-sm dark:bg-amber-400/5",children:[e.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[e.jsx(vs,{className:"h-4 w-4 text-amber-600 dark:text-amber-300"}),e.jsx("p",{className:"text-sm font-semibold",children:n("codex.longContextOverride")}),e.jsx(y,{variant:"outline",className:"border-amber-500/40 bg-background/80 text-[10px] uppercase tracking-[0.16em] text-amber-700 dark:text-amber-300",children:"Manual opt-in only"}),e.jsx(y,{variant:"secondary",className:"text-[10px] uppercase tracking-[0.16em] text-muted-foreground",children:M?"GPT-5.4 long-context selected":"GPT-5.4 long-context reference"})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:"Draft values only. Nothing applies until Save."})]}),e.jsxs("div",{className:"flex flex-wrap gap-2",children:[e.jsx(C,{type:"button",variant:"outline",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:Ee,modelAutoCompactTokenLimit:De})),children:"Fill cautious pair"}),e.jsx(C,{type:"button",variant:"outline",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:Zs})),children:"Set official max window"}),e.jsx(C,{type:"button",variant:"ghost",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:null,modelAutoCompactTokenLimit:null})),children:"Clear"})]})]}),e.jsxs("div",{className:"grid gap-2 sm:grid-cols-3",children:[e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Official max"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:"1.05M / 1M"}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.gptContextCap")})]}),e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Standard window"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:pe(et)}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.normalUsageWindow")})]}),e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Above 272K"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:n("codex.counts2x")}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.usageLimitCost")})]})]}),e.jsxs("div",{className:"space-y-3 rounded-lg border bg-background/75 px-3 py-3",children:[e.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"One cautious pair"}),e.jsxs("div",{className:"rounded-full border bg-background px-2.5 py-1 font-mono text-[11px] font-medium",children:["Context ",pe(Ee)]}),e.jsxs("div",{className:"rounded-full border bg-background px-2.5 py-1 font-mono text-[11px] font-medium",children:["Auto-compact ",pe(De)]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-1.5",children:[e.jsx(y,{variant:"outline",className:"border-border/70 bg-background/80 text-[10px] uppercase tracking-[0.14em] text-muted-foreground",children:"Not official"}),e.jsx(y,{variant:"outline",className:"border-border/70 bg-background/80 text-[10px] uppercase tracking-[0.14em] text-muted-foreground",children:"Draft only"})]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-[11px] text-muted-foreground",children:[e.jsx("span",{children:n("codex.quickFillWarning")}),!M&&l.model?e.jsxs("span",{children:[e.jsx("code",{children:l.model})," should be checked separately."]}):null]})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.modelContextWindow")}),e.jsx(_,{"aria-label":n("codex.modelContextWindow"),type:"number",min:1,value:l.modelContextWindow??"",onChange:u=>c(v=>({...v,modelContextWindow:q(u.target.value)})),placeholder:"Unset",disabled:r}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Writes ",e.jsx("code",{children:"model_context_window"}),". Leave unset to keep Codex defaults."]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.autoCompactTokenLimit")}),e.jsx(_,{"aria-label":n("codex.autoCompactTokenLimit"),type:"number",min:1,value:l.modelAutoCompactTokenLimit??"",onChange:u=>c(v=>({...v,modelAutoCompactTokenLimit:q(u.target.value)})),placeholder:"Unset",disabled:r}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Writes ",e.jsx("code",{children:"model_auto_compact_token_limit"}),". Leave unset to keep model defaults."]})]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-[11px] text-muted-foreground",children:[e.jsx("span",{className:"text-[10px] uppercase tracking-[0.14em]",children:"Docs"}),e.jsx("a",{href:"https://platform.openai.com/docs/models",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"GPT-5 model guide"}),e.jsx("a",{href:"https://openai.com/index/introducing-gpt-5-5/",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"Release notes"}),e.jsx("a",{href:"https://developers.openai.com/codex/config-reference",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"Config reference"})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsxs(C,{onClick:()=>o(p),disabled:r||a||!w,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save top-level settings"]})})]})}function at({values:s,providerNames:t,disabled:r=!1,disabledReason:a,saving:o=!1,onSave:n}){return e.jsx(se,{title:"Top-level controls",badge:"config.toml",icon:e.jsx(gs,{className:"h-4 w-4"}),description:"Structured controls for the stable top-level Codex settings users touch most often. Unsupported upstream shapes stay untouched and should be edited in raw TOML.",disabledReason:a,children:e.jsx(nt,{initialValues:s,providerNames:t,disabled:r,saving:o,onSave:n},JSON.stringify(s))})}function ot({workspacePath:s,activeProfile:t,topLevelSettings:r,projectTrustEntries:a,profileEntries:o,modelProviderEntries:n,mcpServerEntries:l,featureCatalog:c,featureState:i,disabled:d,disabledReason:m,saving:h,onPatch:x}){const{t:g}=T();return e.jsx(we,{className:"h-full",children:e.jsxs("div",{className:"space-y-6 pr-1 pb-6",children:[e.jsxs("div",{className:"group relative overflow-hidden rounded-xl border border-border/80 bg-background/50 p-5 shadow-sm transition-all hover:bg-background hover:shadow-md dark:border-border/60",children:[e.jsx("div",{className:"absolute inset-x-0 -top-px h-px bg-gradient-to-r from-transparent via-foreground/15 to-transparent transition-opacity group-hover:via-foreground/30"}),e.jsxs("div",{className:"flex flex-col gap-6 lg:flex-row lg:items-start lg:justify-between",children:[e.jsxs("div",{className:"flex-1 space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"flex h-9 w-9 items-center justify-center rounded-lg border border-primary/20 bg-primary/10 text-primary transition-colors group-hover:border-primary/30",children:e.jsx(bs,{className:"h-4 w-4"})}),e.jsx("div",{children:e.jsx("h2",{className:"text-base font-semibold tracking-tight text-foreground",children:g("codex.controlCenter")})})]}),e.jsxs("ul",{className:"grid gap-3 sm:grid-cols-2 text-sm text-muted-foreground",children:[e.jsxs("li",{className:"flex items-start gap-2.5",children:[e.jsx(ws,{className:"h-4 w-4 shrink-0 text-muted-foreground/60 mt-0.5"}),e.jsxs("span",{className:"leading-relaxed",children:["Writes exclusively to user-layer"," ",e.jsx("code",{className:"text-[11px] bg-muted/70 px-1.5 py-0.5 rounded border border-border/50",children:"config.toml"})]})]}),e.jsxs("li",{className:"flex items-start gap-2.5",children:[e.jsx(Ns,{className:"h-4 w-4 shrink-0 text-muted-foreground/60 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:"Does not reflect repo trust layers or CLI overrides"})]})]})]}),e.jsx("div",{className:"shrink-0 lg:w-[280px]",children:e.jsx("div",{className:"relative overflow-hidden rounded-lg border border-amber-500/20 bg-amber-500/5 p-4 transition-colors group-hover:border-amber-500/30 group-hover:bg-amber-500/10 dark:border-amber-400/10 dark:bg-amber-400/5",children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(ys,{className:"mt-0.5 h-4 w-4 shrink-0 text-amber-600 dark:text-amber-400"}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-[11px] font-bold text-amber-700 dark:text-amber-300 uppercase tracking-wider",children:"Formatting Note"}),e.jsx("p",{className:"text-[13px] leading-relaxed text-amber-800/80 dark:text-amber-200/70",children:"Saves normalize TOML formatting and strip comments. Switch to the raw editor if exact layout matters."})]})]})})})]})]}),e.jsx(at,{values:r,providerNames:n.map(p=>p.name),disabled:d,disabledReason:m,saving:h,onSave:p=>x({kind:"top-level",values:p},g("toasts.codexSaved"))}),e.jsx(Js,{workspacePath:s,entries:a,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"project-trust",path:p,trustLevel:w},w?"Saved project trust entry.":"Removed project trust entry.")}),e.jsx(Ys,{activeProfile:t,entries:o,providerNames:n.map(p=>p.name),disabled:d,disabledReason:m,saving:h,onSave:(p,w,M)=>x({kind:"profile",action:"upsert",name:p,values:w,setAsActive:M},"Saved profile."),onDelete:p=>x({kind:"profile",action:"delete",name:p},"Deleted profile."),onSetActive:p=>x({kind:"profile",action:"set-active",name:p},"Set active profile.")}),e.jsx(Xs,{entries:n,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"model-provider",action:"upsert",name:p,values:w},"Saved model provider."),onDelete:p=>x({kind:"model-provider",action:"delete",name:p},"Deleted model provider.")}),e.jsx(Vs,{entries:l,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"mcp-server",action:"upsert",name:p,values:w},"Saved MCP server."),onDelete:p=>x({kind:"mcp-server",action:"delete",name:p},"Deleted MCP server.")}),e.jsx(qs,{catalog:c,state:i,disabled:d,disabledReason:m,onToggle:(p,w)=>x({kind:"feature",feature:p,enabled:w},"Saved feature toggle.")})]})})}const We=`model_provider = "cliproxy"
1
+ import{j as e}from"./radix-ui-nu4wz29m.js";import{r as N}from"./react-vendor-Bjx91N7w.js";import{t as U}from"./notifications-B4_o8bcr.js";import{bf as ne,a as T,B as y,T as ns,o as as,p as os,e as C,q as ls,C as I,s as F,t as K,b as W,aJ as ee,j as E,k as D,l as O,m as L,n as b,I as _,x as we,Y as S,bg as Ae,c as Me,bm as is,bn as Ce,bo as cs,U as ds,V as xs,W as oe,X as le,bh as Se}from"./index-CGgavq2X.js";import{T as Re,a as Ie,b as ce,c as B,d as Fe,e as V}from"./table-DrUJOxKL.js";import{u as je,a as us,b as _e}from"./tanstack-bhJxV1h8.js";import{L as G,ab as ms,aT as hs,au as de,o as ps,aU as fs,aV as js,aD as gs,x as vs,a8 as bs,aW as ws,aX as Ns,aY as ys,aj as ge,q as Te,a0 as Cs,n as Ss,p as _s,$ as Ts,S as ks,aO as ke,aZ as Ps,y as Es,J as Ds,T as Os,O as Ls}from"./icons-DSLG1YsC.js";import{T as te}from"./Trans-RG_sMDEu.js";import{S as ie}from"./separator-mvGlDdEW.js";import{R as As}from"./raw-json-settings-editor-panel-CguBh93H.js";import"./utils-CzKF5WmX.js";import"./form-utils-CuHzLhJZ.js";import"./charts-eIPy2oG6.js";async function Ms(){const s=await fetch(ne("/codex/profiles"));if(!s.ok)throw new Error("Failed to fetch Codex auth profiles");return s.json()}function Rs(){return je({queryKey:["codex-auth-profiles"],queryFn:Ms,refetchInterval:15e3})}function re({children:s}){return e.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[0.85em] text-foreground",children:s})}function Is(s){if(!s)return"never";try{const t=new Date(s),r=Date.now()-t.getTime(),a=Math.floor(r/6e4);if(a<2)return"just now";if(a<60)return`${a} min ago`;const o=Math.floor(a/60);if(o<24)return`${o}h ago`;const n=Math.floor(o/24);return n===1?"yesterday":`${n}d ago`}catch{return s}}function Ke(s,t){switch(s){case"default":return t("codex.auth.sourceDefault");case"env":return t("codex.auth.sourceEnv");case"explicit-codex-home":return t("codex.auth.sourceExplicitCodexHome")}}function Pe({label:s}){return e.jsx(ns,{children:e.jsxs(as,{children:[e.jsx(os,{asChild:!0,children:e.jsx("span",{tabIndex:0,className:"inline-block",children:e.jsx(C,{variant:"outline",size:"sm",disabled:!0,className:"pointer-events-none",children:s})})}),e.jsx(ls,{children:e.jsx(te,{i18nKey:"codex.auth.terminalOnlyTooltipRich",components:{code:e.jsx(re,{})}})})]})})}function Fs({entry:s,isActive:t,activeSource:r}){const{t:a}=T();return e.jsxs(ce,{className:t?"bg-muted/40":void 0,children:[e.jsx(V,{className:"font-medium",children:e.jsxs("span",{className:"flex items-center gap-2",children:[s.name,t&&r&&e.jsx(y,{variant:"secondary",className:"text-xs",children:a("codex.auth.activeSourceBadge",{source:Ke(r,a)})})]})}),e.jsx(V,{children:s.email??"—"}),e.jsx(V,{children:s.plan??"—"}),e.jsx(V,{children:Is(s.lastUsed)}),e.jsx(V,{children:s.authValid?e.jsx(y,{variant:"secondary",className:"text-xs text-green-700 dark:text-green-400",children:a("codex.auth.statusOk")}):e.jsx(y,{variant:"destructive",className:"text-xs",children:a("codex.auth.statusInvalid")})}),e.jsx(V,{children:e.jsxs("span",{className:"flex gap-1",children:[e.jsx(Pe,{label:a("codex.auth.switchAction")}),e.jsx(Pe,{label:a("codex.auth.removeAction")})]})})]})}function Ks(){const{t:s}=T(),{data:t,isLoading:r,error:a}=Rs();return r?e.jsxs("div",{className:"flex items-center gap-2 text-sm text-muted-foreground p-4",children:[e.jsx(G,{className:"h-4 w-4 animate-spin"}),s("codex.auth.loading")]}):a||!t?e.jsx("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 px-4 py-3 text-sm text-destructive",children:s("codex.auth.loadError")}):t.profiles.length===0?e.jsxs("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground space-y-1",children:[e.jsx("p",{children:e.jsx(te,{i18nKey:"codex.auth.emptyRegistryRich",components:{code:e.jsx(re,{})}})}),e.jsx("p",{children:e.jsx(te,{i18nKey:"codex.auth.legacyCodexHomeRich",components:{code:e.jsx(re,{})}})})]}):t.active?t.active.source==="explicit-codex-home"&&t.active.name===null?e.jsxs("div",{className:"space-y-3",children:[e.jsx("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground",children:e.jsx(te,{i18nKey:"codex.auth.externalCodexHomeRich",values:{path:t.active.codexHome},components:{code:e.jsx(re,{})}})}),e.jsx(ue,{data:t})]}):e.jsxs("div",{className:"space-y-3",children:[e.jsx(Ws,{name:t.active.name,source:t.active.source,profiles:t.profiles}),e.jsx(ue,{data:t})]}):e.jsxs("div",{className:"space-y-3",children:[e.jsx("div",{className:"rounded-md border bg-muted/30 px-4 py-3 text-sm text-muted-foreground",children:e.jsx(te,{i18nKey:"codex.auth.legacyModeRich",components:{code:e.jsx(re,{})}})}),e.jsx(ue,{data:t})]})}function Ws({name:s,source:t,profiles:r}){const{t:a}=T(),o=r.find(n=>n.name===s);return e.jsxs("div",{className:"rounded-md border bg-muted/20 px-4 py-3 text-sm space-y-1",children:[e.jsxs("div",{className:"flex items-center gap-2 font-medium",children:[a("codex.auth.activeProfile"),e.jsx("span",{children:s??a("codex.auth.unknownProfile")}),e.jsx(y,{variant:"secondary",className:"text-xs",children:Ke(t,a)})]}),o&&e.jsxs("div",{className:"text-muted-foreground text-xs space-x-3",children:[o.email&&e.jsx("span",{children:o.email}),o.plan&&e.jsxs("span",{children:[a("codex.auth.planLabel")," ",e.jsx("strong",{children:o.plan})]}),!o.authValid&&e.jsx("span",{className:"text-destructive",children:a("codex.auth.statusInvalid")})]})]})}function ue({data:s}){const{t}=T();return e.jsx("div",{className:"rounded-md border overflow-auto",children:e.jsxs(Re,{children:[e.jsx(Ie,{children:e.jsxs(ce,{children:[e.jsx(B,{children:t("codex.auth.col.name")}),e.jsx(B,{children:t("codex.auth.col.email")}),e.jsx(B,{children:t("codex.auth.col.plan")}),e.jsx(B,{children:t("codex.auth.col.lastUsed")}),e.jsx(B,{children:t("codex.auth.col.status")}),e.jsx(B,{children:t("codex.auth.col.actions")})]})}),e.jsx(Fe,{children:s.profiles.map(r=>e.jsx(Fs,{entry:r,isActive:s.active?.name===r.name,activeSource:s.active?.name===r.name?s.active.source:void 0},r.name))})]})})}function se({title:s,icon:t,badge:r,description:a,disabledReason:o,children:n}){return e.jsxs(I,{children:[e.jsxs(F,{className:"pb-2",children:[e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[t,s,r?e.jsx(y,{variant:"outline",className:"text-[10px] font-normal",children:r}):null]}),a?e.jsx("p",{className:"text-xs text-muted-foreground",children:a}):null]}),e.jsxs(W,{className:"space-y-3",children:[o?e.jsx("p",{className:"text-xs text-amber-600",children:o}):null,n]})]})}function qs({catalog:s,state:t,disabled:r=!1,disabledReason:a,onToggle:o}){const{t:n}=T(),l=new Set(s.map(i=>i.name)),c=Object.entries(t).filter(([i])=>!l.has(i)).sort(([i],[d])=>i.localeCompare(d));return e.jsxs(se,{title:n("codex.features"),badge:"features",icon:e.jsx(ms,{className:"h-4 w-4"}),description:n("codex.featuresDesc"),disabledReason:a,children:[e.jsx("div",{className:"space-y-2",children:s.map(i=>{const d=t[i.name]??null;return e.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-md border px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("p",{className:"text-sm font-medium",children:i.label}),e.jsx(y,{variant:"outline",className:"font-mono text-[10px]",children:i.name})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:i.description})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[d!==null?e.jsx(C,{variant:"outline",size:"sm",onClick:()=>o(i.name,null),disabled:r,children:n("codex.useDefault")}):null,e.jsx(ee,{checked:d===!0,onCheckedChange:m=>o(i.name,m),disabled:r})]})]},i.name)})}),c.length>0?e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium uppercase tracking-wide text-muted-foreground",children:n("codex.configOnlyFlags")}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n("codex.configOnlyFlagsDesc")})]}),c.map(([i,d])=>e.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-md border border-dashed px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("p",{className:"text-sm font-medium",children:i}),e.jsx(y,{variant:"secondary",className:"text-[10px]",children:n("codex.existing")})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n(d===null?"codex.nonBooleanForm":"codex.discoveredFromFile")})]}),d===null?e.jsx(y,{variant:"outline",children:n("codex.rawOnly")}):e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(C,{variant:"outline",size:"sm",onClick:()=>o(i,null),disabled:r,children:n("codex.useDefault")}),e.jsx(ee,{checked:d===!0,onCheckedChange:m=>o(i,m),disabled:r})]})]},i))]}):null]})}const Us={name:"",transport:"stdio",command:null,args:[],url:null,enabled:!0,required:!1,startupTimeoutSec:null,toolTimeoutSec:null,enabledTools:[],disabledTools:[],isCcsManaged:!1,managementSurface:null};function me(s){return s.join(", ")}function he(s){return s.split(",").map(t=>t.trim()).filter(Boolean)}function Bs({initialDraft:s,isNew:t,disabled:r,saving:a,canDelete:o,onSave:n,onDelete:l}){const{t:c}=T(),[i,d]=N.useState(s),m=t&&i.name.trim()==="ccs_browser";return e.jsxs(e.Fragment,{children:[m?e.jsxs("div",{className:"rounded-md border border-amber-500/30 bg-amber-500/10 px-3 py-2 text-sm text-amber-900 dark:text-amber-200",children:[e.jsx("strong",{children:"ccs_browser"})," is reserved for the CCS-managed browser tooling path. Configure it from ",e.jsx("code",{children:"Settings > Browser"})," instead of creating it here."]}):null,e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:i.name,onChange:h=>d(x=>({...x,name:h.target.value})),placeholder:"playwright",disabled:r||!t}),e.jsxs(E,{value:i.transport,onValueChange:h=>d(x=>({...x,transport:h})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsxs(L,{children:[e.jsx(b,{value:"stdio",children:c("codex.stdio")}),e.jsx(b,{value:"streamable-http",children:c("codex.streamableHttp")})]})]}),i.transport==="stdio"?e.jsxs(e.Fragment,{children:[e.jsx(_,{value:i.command??"",onChange:h=>d(x=>({...x,command:h.target.value||null})),placeholder:"npx",disabled:r}),e.jsx(_,{value:me(i.args),onChange:h=>d(x=>({...x,args:he(h.target.value)})),placeholder:"@playwright/mcp@latest, --flag",disabled:r})]}):e.jsx(_,{className:"sm:col-span-2",value:i.url??"",onChange:h=>d(x=>({...x,url:h.target.value||null})),placeholder:"https://example.test/mcp",disabled:r}),e.jsx(_,{type:"number",min:1,value:i.startupTimeoutSec??"",onChange:h=>d(x=>({...x,startupTimeoutSec:h.target.value?Number(h.target.value):null})),placeholder:"Startup timeout (sec)",disabled:r}),e.jsx(_,{type:"number",min:1,value:i.toolTimeoutSec??"",onChange:h=>d(x=>({...x,toolTimeoutSec:h.target.value?Number(h.target.value):null})),placeholder:"Tool timeout (sec)",disabled:r}),e.jsx(_,{value:me(i.enabledTools),onChange:h=>d(x=>({...x,enabledTools:he(h.target.value)})),placeholder:"enabled_tools",disabled:r}),e.jsx(_,{value:me(i.disabledTools),onChange:h=>d(x=>({...x,disabledTools:he(h.target.value)})),placeholder:"disabled_tools",disabled:r})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Enabled",e.jsx(ee,{checked:i.enabled,onCheckedChange:h=>d(x=>({...x,enabled:h})),disabled:r})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Required",e.jsx(ee,{checked:i.required,onCheckedChange:h=>d(x=>({...x,required:h})),disabled:r})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs(C,{variant:"outline",onClick:l,disabled:r||a||!o,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsxs(C,{onClick:()=>n(i.name,{transport:i.transport,command:i.command,args:i.args,url:i.url,enabled:i.enabled,required:i.required,startupTimeoutSec:i.startupTimeoutSec,toolTimeoutSec:i.toolTimeoutSec,enabledTools:i.enabledTools,disabledTools:i.disabledTools}),disabled:r||a||i.name.trim().length===0||m,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save MCP server"]})]})]})}function Vs({entries:s,disabled:t=!1,disabledReason:r,saving:a=!1,onSave:o,onDelete:n}){const{t:l}=T(),[c,i]=N.useState("new"),d=N.useMemo(()=>s.find(g=>g.name===c)??null,[s,c]),m=d??Us,h=JSON.stringify(m),x=d?.isCcsManaged&&d.managementSurface==="browser-settings";return e.jsxs(se,{title:"MCP servers",badge:"mcp_servers",icon:e.jsx(hs,{className:"h-4 w-4"}),description:"Manage the safe MCP transport fields. Keep auth headers and bearer tokens in raw TOML.",disabledReason:r,children:[x?e.jsxs("div",{className:"rounded-md border border-amber-500/30 bg-amber-500/10 px-3 py-2 text-sm text-amber-900 dark:text-amber-200",children:[e.jsx("strong",{children:d?.name})," is CCS-managed. Configure browser tooling from"," ",e.jsx("code",{children:"Settings > Browser"}),"; the generic MCP editor is read-only for this entry."]}):null,e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select MCP server"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:l("codex.createNewMcpServer")}),s.map(g=>e.jsx(b,{value:g.name,children:g.isCcsManaged?`${g.name} (CCS managed)`:g.name},g.name))]})]}),e.jsx(Bs,{initialDraft:m,isNew:c==="new",disabled:t||!!x,saving:a,canDelete:d!==null&&!x,onDelete:async()=>{d&&(await n(d.name),i("new"))},onSave:async(g,p)=>{await o(g,p),i(g)}},h)]})}const $s={name:"",displayName:null,baseUrl:null,envKey:null,wireApi:"responses",requiresOpenaiAuth:!1,supportsWebsockets:!1},zs={name:"cliproxy",displayName:"CLIProxy Codex",baseUrl:"http://127.0.0.1:8317/api/provider/codex",envKey:"CLIPROXY_API_KEY",wireApi:"responses",requiresOpenaiAuth:!1,supportsWebsockets:!1};function Gs({initialDraft:s,isNew:t,disabled:r,saving:a,canDelete:o,onSave:n,onDelete:l}){const{t:c}=T(),[i,d]=N.useState(s);return e.jsxs(e.Fragment,{children:[t&&e.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2 rounded-md border border-dashed px-3 py-2 text-xs text-muted-foreground",children:[e.jsxs("p",{children:["Quick start: apply the CLIProxy Codex preset here, then set"," ",e.jsx("strong",{children:c("codex.defaultProvider")})," to ",e.jsx("code",{children:"cliproxy"})," in Top-level settings."]}),e.jsx(C,{variant:"outline",size:"sm",onClick:()=>d(zs),disabled:r,children:"Use CLIProxy Codex preset"})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:i.name,onChange:m=>d(h=>({...h,name:m.target.value})),placeholder:"Provider id",disabled:r||!t}),e.jsx(_,{value:i.displayName??"",onChange:m=>d(h=>({...h,displayName:m.target.value||null})),placeholder:"Display name",disabled:r}),e.jsx(_,{value:i.baseUrl??"",onChange:m=>d(h=>({...h,baseUrl:m.target.value||null})),placeholder:"http://127.0.0.1:8317/api/provider/codex",disabled:r}),e.jsx(_,{value:i.envKey??"",onChange:m=>d(h=>({...h,envKey:m.target.value||null})),placeholder:"CLIPROXY_API_KEY",disabled:r})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-3",children:[e.jsxs(E,{value:i.wireApi??"responses",onValueChange:m=>d(h=>({...h,wireApi:m})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsx(L,{children:e.jsx(b,{value:"responses",children:c("codex.responses")})})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Requires OpenAI auth",e.jsx(ee,{checked:i.requiresOpenaiAuth,onCheckedChange:m=>d(h=>({...h,requiresOpenaiAuth:m})),disabled:r})]}),e.jsxs("label",{className:"flex items-center justify-between rounded-md border px-3 py-2 text-sm",children:["Supports websockets",e.jsx(ee,{checked:i.supportsWebsockets,onCheckedChange:m=>d(h=>({...h,supportsWebsockets:m})),disabled:r})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs(C,{variant:"outline",onClick:l,disabled:r||a||!o,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsxs(C,{onClick:()=>n(i.name,{displayName:i.displayName,baseUrl:i.baseUrl,envKey:i.envKey,wireApi:i.wireApi,requiresOpenaiAuth:i.requiresOpenaiAuth,supportsWebsockets:i.supportsWebsockets}),disabled:r||a||i.name.trim().length===0,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save provider"]})]}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["If you want plain native ",e.jsx("code",{children:"codex"})," to default to CLIProxy, save a provider named"," ",e.jsx("code",{children:"cliproxy"})," with ",e.jsx("code",{children:"CLIPROXY_API_KEY"})," here, then pick"," ",e.jsx("code",{children:"cliproxy"})," in the ",e.jsx("strong",{children:c("codex.defaultProvider")})," control above."]})]})}function Xs({entries:s,disabled:t=!1,disabledReason:r,saving:a=!1,onSave:o,onDelete:n}){const{t:l}=T(),[c,i]=N.useState("new"),d=N.useMemo(()=>s.find(x=>x.name===c)??null,[s,c]),m=d??$s,h=JSON.stringify(m);return e.jsxs(se,{title:"Model providers",badge:"model_providers",icon:e.jsx(ps,{className:"h-4 w-4"}),description:"Edit the common provider fields CCS can support safely. Keep secret migration and inline bearer tokens in raw TOML.",disabledReason:r,children:[e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select provider"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:l("codex.createNewProvider")}),s.map(x=>e.jsx(b,{value:x.name,children:x.name},x.name))]})]}),e.jsx(Gs,{initialDraft:m,isNew:c==="new",disabled:t,saving:a,canDelete:d!==null,onDelete:async()=>{d&&(await n(d.name),i("new"))},onSave:async(x,g)=>{await o(x,g),i(x)}},h)]})}function Hs({initialName:s,initialModel:t,initialProvider:r,initialEffort:a,providerNames:o,activeProfile:n,selectedEntryName:l,disabled:c,saving:i,onSave:d,onDelete:m,onSetActive:h}){const{t:x}=T(),[g,p]=N.useState(s),[w,M]=N.useState(t),[q,u]=N.useState(r),[v,X]=N.useState(a);return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsx(_,{value:g,onChange:j=>p(j.target.value),placeholder:"deep-review",disabled:c||l!==null}),e.jsx(_,{value:w??"",onChange:j=>M(j.target.value||null),placeholder:"gpt-5.4",disabled:c}),e.jsxs(E,{value:q??"__unset__",onValueChange:j=>u(j==="__unset__"?null:j),disabled:c,children:[e.jsx(D,{children:e.jsx(O,{placeholder:x("codex.useGlobalProvider")})}),e.jsxs(L,{children:[e.jsx(b,{value:"__unset__",children:x("codex.useGlobalProvider")}),o.map(j=>e.jsx(b,{value:j,children:j},j))]})]}),e.jsxs(E,{value:v??"__unset__",onValueChange:j=>X(j==="__unset__"?null:j),disabled:c,children:[e.jsx(D,{children:e.jsx(O,{placeholder:x("codex.useGlobalEffort")})}),e.jsxs(L,{children:[e.jsx(b,{value:"__unset__",children:x("codex.useGlobalEffort")}),["minimal","low","medium","high","xhigh"].map(j=>e.jsx(b,{value:j,children:j},j))]})]})]}),e.jsxs("div",{className:"flex justify-between gap-2",children:[e.jsxs("div",{className:"flex gap-2",children:[e.jsxs(C,{variant:"outline",onClick:m,disabled:c||i||!l,children:[e.jsx(de,{className:"mr-2 h-4 w-4"}),"Delete"]}),e.jsx(C,{variant:"outline",onClick:h,disabled:c||i||!l||l===n,children:"Set active"})]}),e.jsxs("div",{className:"flex gap-2",children:[e.jsxs(C,{variant:"outline",onClick:()=>d(g,{model:w,modelProvider:q,modelReasoningEffort:v},!1),disabled:c||i||g.trim().length===0,children:[i?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save profile"]}),e.jsxs(C,{onClick:()=>d(g,{model:w,modelProvider:q,modelReasoningEffort:v},!0),disabled:c||i||g.trim().length===0,children:[i?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save + activate"]})]})]})]})}function Ys({activeProfile:s,entries:t,providerNames:r,disabled:a=!1,disabledReason:o,saving:n=!1,onSave:l,onDelete:c,onSetActive:i}){const{t:d}=T(),[m,h]=N.useState("new"),x=N.useMemo(()=>t.find(p=>p.name===m)??null,[t,m]),g=JSON.stringify(x??{name:"",values:{}});return e.jsxs(se,{title:d("codex.profiles"),badge:"profiles",icon:e.jsx(fs,{className:"h-4 w-4"}),description:"Create reusable Codex overlays and set the active default profile.",disabledReason:o,children:[e.jsxs(E,{value:m,onValueChange:h,disabled:a,children:[e.jsx(D,{children:e.jsx(O,{placeholder:"Select profile"})}),e.jsxs(L,{children:[e.jsx(b,{value:"new",children:d("codex.createNewProfile")}),t.map(p=>e.jsxs(b,{value:p.name,children:[p.name,p.name===s?" (active)":""]},p.name))]})]}),e.jsx(Hs,{initialName:x?.name??"",initialModel:x?.values.model??null,initialProvider:x?.values.modelProvider??null,initialEffort:x?.values.modelReasoningEffort??null,providerNames:r,activeProfile:s,selectedEntryName:x?.name??null,disabled:a,saving:n,onDelete:async()=>{x&&(await c(x.name),h("new"))},onSetActive:async()=>{x&&await i(x.name)},onSave:async(p,w,M)=>{await l(p,w,M),h(p)}},g)]})}function Js({workspacePath:s,disabled:t,saving:r,onSave:a}){const{t:o}=T(),[n,l]=N.useState(s),[c,i]=N.useState("trusted");return e.jsxs("div",{className:"grid gap-2 sm:grid-cols-[1fr_160px_auto]",children:[e.jsx(_,{value:n,onChange:d=>l(d.target.value),placeholder:"~/repo or /absolute/path",disabled:t}),e.jsxs(E,{value:c,onValueChange:i,disabled:t,children:[e.jsx(D,{children:e.jsx(O,{})}),e.jsxs(L,{children:[e.jsx(b,{value:"trusted",children:o("codex.trusted")}),e.jsx(b,{value:"untrusted",children:o("codex.untrusted")})]})]}),e.jsxs(C,{onClick:()=>a(n,c),disabled:t||r,children:[r?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save trust"]})]})}function Qs({workspacePath:s,entries:t,disabled:r=!1,disabledReason:a,saving:o=!1,onSave:n}){const{t:l}=T();return e.jsxs(se,{title:"Project trust",badge:"projects",icon:e.jsx(js,{className:"h-4 w-4"}),description:"Trust current workspaces or remove stale trust entries without opening raw TOML.",disabledReason:a,children:[e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Paths must be absolute or start with ",e.jsx("code",{children:"~/"}),". Relative paths are rejected so CCS does not trust the wrong folder."]}),e.jsx(Js,{workspacePath:s,disabled:r,saving:o,onSave:n},s),e.jsx(C,{variant:"outline",className:"w-full justify-start",onClick:()=>n(s,"trusted"),disabled:r||o,children:"Trust current workspace"}),e.jsx("div",{className:"space-y-2",children:t.length===0?e.jsx("p",{className:"text-xs text-muted-foreground",children:l("codex.noProjectTrustEntries")}):t.map(c=>e.jsxs("div",{className:"flex items-center justify-between gap-2 rounded-md border px-3 py-2",children:[e.jsxs("div",{className:"min-w-0",children:[e.jsx("p",{className:"truncate text-sm font-medium",children:c.path}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["trust_level = ",c.trustLevel]})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(C,{variant:"ghost",size:"sm",onClick:()=>n(c.path,c.trustLevel==="trusted"?"untrusted":"trusted"),disabled:r||o,children:"Toggle"}),e.jsx(C,{variant:"ghost",size:"icon",onClick:()=>n(c.path,null),disabled:r||o,children:e.jsx(de,{className:"h-4 w-4"})})]})]},c.path))})]})}const A="__unset__",Zs=105e4,et=272e3,Ee=8e5,De=7e5,st=new Intl.NumberFormat("en-US");function Y(s){return s??A}function J(s,t){return t&&!s.includes(t)?[t,...s]:s}function pe(s){return st.format(s)}function tt(s){return s?.trim().toLowerCase().startsWith("gpt-5.4")??!1}function rt(s,t){const r={};return t.model!==s.model&&(r.model=t.model),t.modelReasoningEffort!==s.modelReasoningEffort&&(r.modelReasoningEffort=t.modelReasoningEffort),t.modelContextWindow!==s.modelContextWindow&&(r.modelContextWindow=t.modelContextWindow),t.modelAutoCompactTokenLimit!==s.modelAutoCompactTokenLimit&&(r.modelAutoCompactTokenLimit=t.modelAutoCompactTokenLimit),t.modelProvider!==s.modelProvider&&(r.modelProvider=t.modelProvider),t.approvalPolicy!==s.approvalPolicy&&(r.approvalPolicy=t.approvalPolicy),t.sandboxMode!==s.sandboxMode&&(r.sandboxMode=t.sandboxMode),t.webSearch!==s.webSearch&&(r.webSearch=t.webSearch),t.toolOutputTokenLimit!==s.toolOutputTokenLimit&&(r.toolOutputTokenLimit=t.toolOutputTokenLimit),t.personality!==s.personality&&(r.personality=t.personality),r}function nt({initialValues:s,providerNames:t,disabled:r,saving:a,onSave:o}){const{t:n}=T(),[l,c]=N.useState(s),i=J(["minimal","low","medium","high","xhigh"],l.modelReasoningEffort),d=J(t,l.modelProvider),m=J(["on-request","never","untrusted"],l.approvalPolicy),h=J(["read-only","workspace-write","danger-full-access"],l.sandboxMode),x=J(["cached","live","disabled"],l.webSearch),g=J(["none","friendly","pragmatic"],l.personality),p=rt(s,l),w=Object.keys(p).length>0,M=tt(l.model),q=u=>{const v=u.trim();return v.length>0?Number(v):null};return e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.model")}),e.jsx(_,{value:l.model??"",onChange:u=>c(v=>({...v,model:u.target.value||null})),placeholder:"gpt-5.5",disabled:r})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.reasoningEffort")}),e.jsxs(E,{value:Y(l.modelReasoningEffort),onValueChange:u=>c(v=>({...v,modelReasoningEffort:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),i.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.defaultProvider")}),e.jsxs(E,{value:Y(l.modelProvider),onValueChange:u=>c(v=>({...v,modelProvider:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useCodexDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useCodexDefault")}),d.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.approvalPolicy")}),e.jsxs(E,{value:Y(l.approvalPolicy),onValueChange:u=>c(v=>({...v,approvalPolicy:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),m.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.sandboxMode")}),e.jsxs(E,{value:Y(l.sandboxMode),onValueChange:u=>c(v=>({...v,sandboxMode:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),h.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.webSearch")}),e.jsxs(E,{value:Y(l.webSearch),onValueChange:u=>c(v=>({...v,webSearch:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),x.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.toolOutputTokenLimit")}),e.jsx(_,{type:"number",min:1,value:l.toolOutputTokenLimit??"",onChange:u=>c(v=>({...v,toolOutputTokenLimit:u.target.value?Number(u.target.value):null})),placeholder:"25000",disabled:r})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.personality")}),e.jsxs(E,{value:Y(l.personality),onValueChange:u=>c(v=>({...v,personality:u===A?null:u})),disabled:r,children:[e.jsx(D,{children:e.jsx(O,{placeholder:n("codex.useDefault")})}),e.jsxs(L,{children:[e.jsx(b,{value:A,children:n("codex.useDefault")}),g.map(u=>e.jsx(b,{value:u,children:u},u))]})]})]})]}),e.jsxs("div",{className:"space-y-4 rounded-xl border border-amber-500/30 bg-amber-500/5 p-4 shadow-sm dark:bg-amber-400/5",children:[e.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[e.jsx(vs,{className:"h-4 w-4 text-amber-600 dark:text-amber-300"}),e.jsx("p",{className:"text-sm font-semibold",children:n("codex.longContextOverride")}),e.jsx(y,{variant:"outline",className:"border-amber-500/40 bg-background/80 text-[10px] uppercase tracking-[0.16em] text-amber-700 dark:text-amber-300",children:"Manual opt-in only"}),e.jsx(y,{variant:"secondary",className:"text-[10px] uppercase tracking-[0.16em] text-muted-foreground",children:M?"GPT-5.4 long-context selected":"GPT-5.4 long-context reference"})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:"Draft values only. Nothing applies until Save."})]}),e.jsxs("div",{className:"flex flex-wrap gap-2",children:[e.jsx(C,{type:"button",variant:"outline",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:Ee,modelAutoCompactTokenLimit:De})),children:"Fill cautious pair"}),e.jsx(C,{type:"button",variant:"outline",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:Zs})),children:"Set official max window"}),e.jsx(C,{type:"button",variant:"ghost",size:"sm",disabled:r,onClick:()=>c(u=>({...u,modelContextWindow:null,modelAutoCompactTokenLimit:null})),children:"Clear"})]})]}),e.jsxs("div",{className:"grid gap-2 sm:grid-cols-3",children:[e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Official max"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:"1.05M / 1M"}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.gptContextCap")})]}),e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Standard window"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:pe(et)}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.normalUsageWindow")})]}),e.jsxs("div",{className:"rounded-lg border bg-background/85 px-3 py-3 shadow-sm shadow-black/5",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"Above 272K"}),e.jsx("p",{className:"mt-1 font-mono text-base font-semibold text-foreground",children:n("codex.counts2x")}),e.jsx("p",{className:"mt-1 text-[11px] text-muted-foreground",children:n("codex.usageLimitCost")})]})]}),e.jsxs("div",{className:"space-y-3 rounded-lg border bg-background/75 px-3 py-3",children:[e.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-2",children:[e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[e.jsx("p",{className:"text-[10px] font-medium uppercase tracking-wide text-muted-foreground",children:"One cautious pair"}),e.jsxs("div",{className:"rounded-full border bg-background px-2.5 py-1 font-mono text-[11px] font-medium",children:["Context ",pe(Ee)]}),e.jsxs("div",{className:"rounded-full border bg-background px-2.5 py-1 font-mono text-[11px] font-medium",children:["Auto-compact ",pe(De)]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-1.5",children:[e.jsx(y,{variant:"outline",className:"border-border/70 bg-background/80 text-[10px] uppercase tracking-[0.14em] text-muted-foreground",children:"Not official"}),e.jsx(y,{variant:"outline",className:"border-border/70 bg-background/80 text-[10px] uppercase tracking-[0.14em] text-muted-foreground",children:"Draft only"})]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-[11px] text-muted-foreground",children:[e.jsx("span",{children:n("codex.quickFillWarning")}),!M&&l.model?e.jsxs("span",{children:[e.jsx("code",{children:l.model})," should be checked separately."]}):null]})]}),e.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.modelContextWindow")}),e.jsx(_,{"aria-label":n("codex.modelContextWindow"),type:"number",min:1,value:l.modelContextWindow??"",onChange:u=>c(v=>({...v,modelContextWindow:q(u.target.value)})),placeholder:"Unset",disabled:r}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Writes ",e.jsx("code",{children:"model_context_window"}),". Leave unset to keep Codex defaults."]})]}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-xs font-medium",children:n("codex.autoCompactTokenLimit")}),e.jsx(_,{"aria-label":n("codex.autoCompactTokenLimit"),type:"number",min:1,value:l.modelAutoCompactTokenLimit??"",onChange:u=>c(v=>({...v,modelAutoCompactTokenLimit:q(u.target.value)})),placeholder:"Unset",disabled:r}),e.jsxs("p",{className:"text-xs text-muted-foreground",children:["Writes ",e.jsx("code",{children:"model_auto_compact_token_limit"}),". Leave unset to keep model defaults."]})]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-[11px] text-muted-foreground",children:[e.jsx("span",{className:"text-[10px] uppercase tracking-[0.14em]",children:"Docs"}),e.jsx("a",{href:"https://platform.openai.com/docs/models",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"GPT-5 model guide"}),e.jsx("a",{href:"https://openai.com/index/introducing-gpt-5-5/",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"Release notes"}),e.jsx("a",{href:"https://developers.openai.com/codex/config-reference",target:"_blank",rel:"noreferrer",className:"underline underline-offset-2 hover:text-foreground",children:"Config reference"})]})]}),e.jsx("div",{className:"flex justify-end",children:e.jsxs(C,{onClick:()=>o(p),disabled:r||a||!w,children:[a?e.jsx(G,{className:"mr-2 h-4 w-4 animate-spin"}):null,"Save top-level settings"]})})]})}function at({values:s,providerNames:t,disabled:r=!1,disabledReason:a,saving:o=!1,onSave:n}){return e.jsx(se,{title:"Top-level controls",badge:"config.toml",icon:e.jsx(gs,{className:"h-4 w-4"}),description:"Structured controls for the stable top-level Codex settings users touch most often. Unsupported upstream shapes stay untouched and should be edited in raw TOML.",disabledReason:a,children:e.jsx(nt,{initialValues:s,providerNames:t,disabled:r,saving:o,onSave:n},JSON.stringify(s))})}function ot({workspacePath:s,activeProfile:t,topLevelSettings:r,projectTrustEntries:a,profileEntries:o,modelProviderEntries:n,mcpServerEntries:l,featureCatalog:c,featureState:i,disabled:d,disabledReason:m,saving:h,onPatch:x}){const{t:g}=T();return e.jsx(we,{className:"h-full",children:e.jsxs("div",{className:"space-y-6 pr-1 pb-6",children:[e.jsxs("div",{className:"group relative overflow-hidden rounded-xl border border-border/80 bg-background/50 p-5 shadow-sm transition-all hover:bg-background hover:shadow-md dark:border-border/60",children:[e.jsx("div",{className:"absolute inset-x-0 -top-px h-px bg-gradient-to-r from-transparent via-foreground/15 to-transparent transition-opacity group-hover:via-foreground/30"}),e.jsxs("div",{className:"flex flex-col gap-6 lg:flex-row lg:items-start lg:justify-between",children:[e.jsxs("div",{className:"flex-1 space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"flex h-9 w-9 items-center justify-center rounded-lg border border-primary/20 bg-primary/10 text-primary transition-colors group-hover:border-primary/30",children:e.jsx(bs,{className:"h-4 w-4"})}),e.jsx("div",{children:e.jsx("h2",{className:"text-base font-semibold tracking-tight text-foreground",children:g("codex.controlCenter")})})]}),e.jsxs("ul",{className:"grid gap-3 sm:grid-cols-2 text-sm text-muted-foreground",children:[e.jsxs("li",{className:"flex items-start gap-2.5",children:[e.jsx(ws,{className:"h-4 w-4 shrink-0 text-muted-foreground/60 mt-0.5"}),e.jsxs("span",{className:"leading-relaxed",children:["Writes exclusively to user-layer"," ",e.jsx("code",{className:"text-[11px] bg-muted/70 px-1.5 py-0.5 rounded border border-border/50",children:"config.toml"})]})]}),e.jsxs("li",{className:"flex items-start gap-2.5",children:[e.jsx(Ns,{className:"h-4 w-4 shrink-0 text-muted-foreground/60 mt-0.5"}),e.jsx("span",{className:"leading-relaxed",children:"Does not reflect repo trust layers or CLI overrides"})]})]})]}),e.jsx("div",{className:"shrink-0 lg:w-[280px]",children:e.jsx("div",{className:"relative overflow-hidden rounded-lg border border-amber-500/20 bg-amber-500/5 p-4 transition-colors group-hover:border-amber-500/30 group-hover:bg-amber-500/10 dark:border-amber-400/10 dark:bg-amber-400/5",children:e.jsxs("div",{className:"flex items-start gap-3",children:[e.jsx(ys,{className:"mt-0.5 h-4 w-4 shrink-0 text-amber-600 dark:text-amber-400"}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-[11px] font-bold text-amber-700 dark:text-amber-300 uppercase tracking-wider",children:"Formatting Note"}),e.jsx("p",{className:"text-[13px] leading-relaxed text-amber-800/80 dark:text-amber-200/70",children:"Saves normalize TOML formatting and strip comments. Switch to the raw editor if exact layout matters."})]})]})})})]})]}),e.jsx(at,{values:r,providerNames:n.map(p=>p.name),disabled:d,disabledReason:m,saving:h,onSave:p=>x({kind:"top-level",values:p},g("toasts.codexSaved"))}),e.jsx(Qs,{workspacePath:s,entries:a,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"project-trust",path:p,trustLevel:w},w?"Saved project trust entry.":"Removed project trust entry.")}),e.jsx(Ys,{activeProfile:t,entries:o,providerNames:n.map(p=>p.name),disabled:d,disabledReason:m,saving:h,onSave:(p,w,M)=>x({kind:"profile",action:"upsert",name:p,values:w,setAsActive:M},"Saved profile."),onDelete:p=>x({kind:"profile",action:"delete",name:p},"Deleted profile."),onSetActive:p=>x({kind:"profile",action:"set-active",name:p},"Set active profile.")}),e.jsx(Xs,{entries:n,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"model-provider",action:"upsert",name:p,values:w},"Saved model provider."),onDelete:p=>x({kind:"model-provider",action:"delete",name:p},"Deleted model provider.")}),e.jsx(Vs,{entries:l,disabled:d,disabledReason:m,saving:h,onSave:(p,w)=>x({kind:"mcp-server",action:"upsert",name:p,values:w},"Saved MCP server."),onDelete:p=>x({kind:"mcp-server",action:"delete",name:p},"Deleted MCP server.")}),e.jsx(qs,{catalog:c,state:i,disabled:d,disabledReason:m,onToggle:(p,w)=>x({kind:"feature",feature:p,enabled:w},"Saved feature toggle.")})]})})}const We=`model_provider = "cliproxy"
2
2
 
3
3
  [model_providers.cliproxy]
4
4
  name = "CLIProxy Codex"
@@ -17,14 +17,14 @@ ${n}`,r),this.line=a,this.column=o,this.codeblock=n}}function bt(s,t){let r=0;fo
17
17
  `||o==="\r"&&s[t+1]===`
18
18
  `);)t++;if(a||o!=="#")break;t=xe(s,t)}return t}function wt(s,t,r,a,o=!1){if(!a)return t=ve(s,t),t<0?s.length:t;for(let n=t;n<s.length;n++){let l=s[n];if(l==="#")n=ve(s,n);else{if(l===r)return n+1;if(l===a||o&&(l===`
19
19
  `||l==="\r"&&s[n+1]===`
20
- `))return n}}throw new f("cannot find end of structure",{toml:s,ptr:t})}function Ue(s,t){let r=s[t],a=r===s[t+1]&&s[t+1]===s[t+2]?s.slice(t,t+3):r;t+=a.length-1;do t=s.indexOf(a,++t);while(t>-1&&r!=="'"&&bt(s,t));return t>-1&&(t+=a.length,a.length>1&&(s[t]===r&&t++,s[t]===r&&t++)),t}let Nt=/^(\d{4}-\d{2}-\d{2})?[T ]?(?:(\d{2}):\d{2}(?::\d{2}(?:\.\d+)?)?)?(Z|[-+]\d{2}:\d{2})?$/i;class J extends Date{#s=!1;#t=!1;#e=null;constructor(t){let r=!0,a=!0,o="Z";if(typeof t=="string"){let n=t.match(Nt);n?(n[1]||(r=!1,t=`0000-01-01T${t}`),a=!!n[2],a&&t[10]===" "&&(t=t.replace(" ","T")),n[2]&&+n[2]>23?t="":(o=n[3]||null,t=t.toUpperCase(),!o&&a&&(t+="Z"))):t=""}super(t),isNaN(this.getTime())||(this.#s=r,this.#t=a,this.#e=o)}isDateTime(){return this.#s&&this.#t}isLocal(){return!this.#s||!this.#t||!this.#e}isDate(){return this.#s&&!this.#t}isTime(){return this.#t&&!this.#s}isValid(){return this.#s||this.#t}toISOString(){let t=super.toISOString();if(this.isDate())return t.slice(0,10);if(this.isTime())return t.slice(11,23);if(this.#e===null)return t.slice(0,-1);if(this.#e==="Z")return t;let r=+this.#e.slice(1,3)*60+ +this.#e.slice(4,6);return r=this.#e[0]==="-"?r:-r,new Date(this.getTime()-r*6e4).toISOString().slice(0,-1)+this.#e}static wrapAsOffsetDateTime(t,r="Z"){let a=new J(t);return a.#e=r,a}static wrapAsLocalDateTime(t){let r=new J(t);return r.#e=null,r}static wrapAsLocalDate(t){let r=new J(t);return r.#t=!1,r.#e=null,r}static wrapAsLocalTime(t){let r=new J(t);return r.#s=!1,r.#e=null,r}}let yt=/^((0x[0-9a-fA-F](_?[0-9a-fA-F])*)|(([+-]|0[ob])?\d(_?\d)*))$/,Ct=/^[+-]?\d(_?\d)*(\.\d(_?\d)*)?([eE][+-]?\d(_?\d)*)?$/,St=/^[+-]?0[0-9_]/,_t=/^[0-9a-f]{2,8}$/i,Oe={b:"\b",t:" ",n:`
20
+ `))return n}}throw new f("cannot find end of structure",{toml:s,ptr:t})}function Ue(s,t){let r=s[t],a=r===s[t+1]&&s[t+1]===s[t+2]?s.slice(t,t+3):r;t+=a.length-1;do t=s.indexOf(a,++t);while(t>-1&&r!=="'"&&bt(s,t));return t>-1&&(t+=a.length,a.length>1&&(s[t]===r&&t++,s[t]===r&&t++)),t}let Nt=/^(\d{4}-\d{2}-\d{2})?[T ]?(?:(\d{2}):\d{2}(?::\d{2}(?:\.\d+)?)?)?(Z|[-+]\d{2}:\d{2})?$/i;class Q extends Date{#s=!1;#t=!1;#e=null;constructor(t){let r=!0,a=!0,o="Z";if(typeof t=="string"){let n=t.match(Nt);n?(n[1]||(r=!1,t=`0000-01-01T${t}`),a=!!n[2],a&&t[10]===" "&&(t=t.replace(" ","T")),n[2]&&+n[2]>23?t="":(o=n[3]||null,t=t.toUpperCase(),!o&&a&&(t+="Z"))):t=""}super(t),isNaN(this.getTime())||(this.#s=r,this.#t=a,this.#e=o)}isDateTime(){return this.#s&&this.#t}isLocal(){return!this.#s||!this.#t||!this.#e}isDate(){return this.#s&&!this.#t}isTime(){return this.#t&&!this.#s}isValid(){return this.#s||this.#t}toISOString(){let t=super.toISOString();if(this.isDate())return t.slice(0,10);if(this.isTime())return t.slice(11,23);if(this.#e===null)return t.slice(0,-1);if(this.#e==="Z")return t;let r=+this.#e.slice(1,3)*60+ +this.#e.slice(4,6);return r=this.#e[0]==="-"?r:-r,new Date(this.getTime()-r*6e4).toISOString().slice(0,-1)+this.#e}static wrapAsOffsetDateTime(t,r="Z"){let a=new Q(t);return a.#e=r,a}static wrapAsLocalDateTime(t){let r=new Q(t);return r.#e=null,r}static wrapAsLocalDate(t){let r=new Q(t);return r.#t=!1,r.#e=null,r}static wrapAsLocalTime(t){let r=new Q(t);return r.#s=!1,r.#e=null,r}}let yt=/^((0x[0-9a-fA-F](_?[0-9a-fA-F])*)|(([+-]|0[ob])?\d(_?\d)*))$/,Ct=/^[+-]?\d(_?\d)*(\.\d(_?\d)*)?([eE][+-]?\d(_?\d)*)?$/,St=/^[+-]?0[0-9_]/,_t=/^[0-9a-f]{2,8}$/i,Oe={b:"\b",t:" ",n:`
21
21
  `,f:"\f",r:"\r",e:"\x1B",'"':'"',"\\":"\\"};function Be(s,t=0,r=s.length){let a=s[t]==="'",o=s[t++]===s[t]&&s[t]===s[t+1];o&&(r-=2,s[t+=2]==="\r"&&t++,s[t]===`
22
22
  `&&t++);let n=0,l,c="",i=t;for(;t<r-1;){let d=s[t++];if(d===`
23
23
  `||d==="\r"&&s[t]===`
24
24
  `){if(!o)throw new f("newlines are not allowed in strings",{toml:s,ptr:t-1})}else if(d<" "&&d!==" "||d==="")throw new f("control characters are not allowed in strings",{toml:s,ptr:t-1});if(l){if(l=!1,d==="x"||d==="u"||d==="U"){let m=s.slice(t,t+=d==="x"?2:d==="u"?4:8);if(!_t.test(m))throw new f("invalid unicode escape",{toml:s,ptr:n});try{c+=String.fromCodePoint(parseInt(m,16))}catch{throw new f("invalid unicode escape",{toml:s,ptr:n})}}else if(o&&(d===`
25
25
  `||d===" "||d===" "||d==="\r")){if(t=$(s,t-1,!0),s[t]!==`
26
- `&&s[t]!=="\r")throw new f("invalid escape: only line-ending whitespace may be escaped",{toml:s,ptr:n});t=$(s,t)}else if(d in Oe)c+=Oe[d];else throw new f("unrecognized escape sequence",{toml:s,ptr:n});i=t}else!a&&d==="\\"&&(n=t-1,l=!0,c+=s.slice(i,n))}return c+s.slice(i,r-1)}function Tt(s,t,r,a){if(s==="true")return!0;if(s==="false")return!1;if(s==="-inf")return-1/0;if(s==="inf"||s==="+inf")return 1/0;if(s==="nan"||s==="+nan"||s==="-nan")return NaN;if(s==="-0")return a?0n:0;let o=yt.test(s);if(o||Ct.test(s)){if(St.test(s))throw new f("leading zeroes are not allowed",{toml:t,ptr:r});s=s.replace(/_/g,"");let l=+s;if(isNaN(l))throw new f("invalid number",{toml:t,ptr:r});if(o){if((o=!Number.isSafeInteger(l))&&!a)throw new f("integer value cannot be represented losslessly",{toml:t,ptr:r});(o||a===!0)&&(l=BigInt(s))}return l}const n=new J(s);if(!n.isValid())throw new f("invalid value",{toml:t,ptr:r});return n}function kt(s,t,r){let a=s.slice(t,r),o=a.indexOf("#");return o>-1&&(xe(s,o),a=a.slice(0,o)),[a.trimEnd(),o]}function Ne(s,t,r,a,o){if(a===0)throw new f("document contains excessively nested structures. aborting.",{toml:s,ptr:t});let n=s[t];if(n==="["||n==="{"){let[i,d]=n==="["?Dt(s,t,a,o):Et(s,t,a,o);if(r){if(d=$(s,d),s[d]===",")d++;else if(s[d]!==r)throw new f("expected comma or end of structure",{toml:s,ptr:d})}return[i,d]}let l;if(n==='"'||n==="'"){l=Ue(s,t);let i=Be(s,t,l);if(r){if(l=$(s,l),s[l]&&s[l]!==","&&s[l]!==r&&s[l]!==`
26
+ `&&s[t]!=="\r")throw new f("invalid escape: only line-ending whitespace may be escaped",{toml:s,ptr:n});t=$(s,t)}else if(d in Oe)c+=Oe[d];else throw new f("unrecognized escape sequence",{toml:s,ptr:n});i=t}else!a&&d==="\\"&&(n=t-1,l=!0,c+=s.slice(i,n))}return c+s.slice(i,r-1)}function Tt(s,t,r,a){if(s==="true")return!0;if(s==="false")return!1;if(s==="-inf")return-1/0;if(s==="inf"||s==="+inf")return 1/0;if(s==="nan"||s==="+nan"||s==="-nan")return NaN;if(s==="-0")return a?0n:0;let o=yt.test(s);if(o||Ct.test(s)){if(St.test(s))throw new f("leading zeroes are not allowed",{toml:t,ptr:r});s=s.replace(/_/g,"");let l=+s;if(isNaN(l))throw new f("invalid number",{toml:t,ptr:r});if(o){if((o=!Number.isSafeInteger(l))&&!a)throw new f("integer value cannot be represented losslessly",{toml:t,ptr:r});(o||a===!0)&&(l=BigInt(s))}return l}const n=new Q(s);if(!n.isValid())throw new f("invalid value",{toml:t,ptr:r});return n}function kt(s,t,r){let a=s.slice(t,r),o=a.indexOf("#");return o>-1&&(xe(s,o),a=a.slice(0,o)),[a.trimEnd(),o]}function Ne(s,t,r,a,o){if(a===0)throw new f("document contains excessively nested structures. aborting.",{toml:s,ptr:t});let n=s[t];if(n==="["||n==="{"){let[i,d]=n==="["?Dt(s,t,a,o):Et(s,t,a,o);if(r){if(d=$(s,d),s[d]===",")d++;else if(s[d]!==r)throw new f("expected comma or end of structure",{toml:s,ptr:d})}return[i,d]}let l;if(n==='"'||n==="'"){l=Ue(s,t);let i=Be(s,t,l);if(r){if(l=$(s,l),s[l]&&s[l]!==","&&s[l]!==r&&s[l]!==`
27
27
  `&&s[l]!=="\r")throw new f("unexpected character encountered",{toml:s,ptr:l});l+=+(s[l]===",")}return[i,l]}l=wt(s,t,",",r);let c=kt(s,t,l-+(s[l-1]===","));if(!c[0])throw new f("incomplete key-value declaration: no value specified",{toml:s,ptr:t});return r&&c[1]>-1&&(l=$(s,t+c[1]),l+=+(s[l]===",")),[Tt(c[0],s,t,o),l]}let Pt=/^[a-zA-Z0-9-_]+[ \t]*$/;function be(s,t,r="="){let a=t-1,o=[],n=s.indexOf(r,t);if(n<0)throw new f("incomplete key-value: cannot find end of key",{toml:s,ptr:t});do{let l=s[t=++a];if(l!==" "&&l!==" ")if(l==='"'||l==="'"){if(l===s[t+1]&&l===s[t+2])throw new f("multiline strings are not allowed in keys",{toml:s,ptr:t});let c=Ue(s,t);if(c<0)throw new f("unfinished string encountered",{toml:s,ptr:t});a=s.indexOf(".",c);let i=s.slice(c,a<0||a>n?n:a),d=ve(i);if(d>-1)throw new f("newlines are not allowed in keys",{toml:s,ptr:t+a+d});if(i.trimStart())throw new f("found extra tokens after the string part",{toml:s,ptr:c});if(n<c&&(n=s.indexOf(r,c),n<0))throw new f("incomplete key-value: cannot find end of key",{toml:s,ptr:t});o.push(Be(s,t,c))}else{a=s.indexOf(".",t);let c=s.slice(t,a<0||a>n?n:a);if(!Pt.test(c))throw new f("only letter, numbers, dashes and underscores are allowed in keys",{toml:s,ptr:t});o.push(c.trimEnd())}}while(a+1&&a<n);return[o,$(s,n+1,!0,!0)]}function Et(s,t,r,a){let o={},n=new Set,l;for(t++;(l=s[t++])!=="}"&&l;){if(l===",")throw new f("expected value, found comma",{toml:s,ptr:t-1});if(l==="#")t=xe(s,t);else if(l!==" "&&l!==" "&&l!==`
28
28
  `&&l!=="\r"){let c,i=o,d=!1,[m,h]=be(s,t-1);for(let p=0;p<m.length;p++){if(p&&(i=d?i[c]:i[c]={}),c=m[p],(d=Object.hasOwn(i,c))&&(typeof i[c]!="object"||n.has(i[c])))throw new f("trying to redefine an already defined value",{toml:s,ptr:t});!d&&c==="__proto__"&&Object.defineProperty(i,c,{enumerable:!0,configurable:!0,writable:!0})}if(d)throw new f("trying to redefine an already defined value",{toml:s,ptr:t});let[x,g]=Ne(s,h,"}",r-1,a);n.add(x),i[c]=x,t=g}}if(!l)throw new f("unfinished table encountered",{toml:s,ptr:t});return[o,t]}function Dt(s,t,r,a){let o=[],n;for(t++;(n=s[t++])!=="]"&&n;){if(n===",")throw new f("expected value, found comma",{toml:s,ptr:t-1});if(n==="#")t=xe(s,t);else if(n!==" "&&n!==" "&&n!==`
29
29
  `&&n!=="\r"){let l=Ne(s,t-1,"]",r-1,a);o.push(l[0]),t=l[1]}}if(!n)throw new f("unfinished array encountered",{toml:s,ptr:t});return[o,t]}function Le(s,t,r,a){let o=t,n=r,l,c=!1,i;for(let d=0;d<s.length;d++){if(d){if(o=c?o[l]:o[l]={},n=(i=n[l]).c,a===0&&(i.t===1||i.t===2))return null;if(i.t===2){let m=o.length-1;o=o[m],n=n[m].c}}if(l=s[d],(c=Object.hasOwn(o,l))&&n[l]?.t===0&&n[l]?.d)return null;c||(l==="__proto__"&&(Object.defineProperty(o,l,{enumerable:!0,configurable:!0,writable:!0}),Object.defineProperty(n,l,{enumerable:!0,configurable:!0,writable:!0})),n[l]={t:d<s.length-1&&a===2?3:a,d:!1,i:0,c:{}})}if(i=n[l],i.t!==a&&!(a===1&&i.t===3)||(a===2&&(i.d||(i.d=!0,o[l]=[]),o[l].push(o={}),i.c[i.i++]=i={t:1,d:!1,i:0,c:{}}),i.d))return null;if(i.d=!0,a===1)o=c?o[l]:o[l]={};else if(a===0&&c)return null;return[l,o,i.c]}function Ot(s,{maxDepth:t=1e3,integersAsBigInt:r}={}){let a={},o={},n=a,l=o;for(let c=$(s,0);c<s.length;){if(s[c]==="["){let i=s[++c]==="[",d=be(s,c+=+i,"]");if(i){if(s[d[1]-1]!=="]")throw new f("expected end of table declaration",{toml:s,ptr:d[1]-1});d[1]++}let m=Le(d[0],a,o,i?2:1);if(!m)throw new f("trying to redefine an already defined table or value",{toml:s,ptr:c});l=m[2],n=m[1],c=d[1]}else{let i=be(s,c),d=Le(i[0],n,l,0);if(!d)throw new f("trying to redefine an already defined table or value",{toml:s,ptr:c});let m=Ne(s,i[1],void 0,t,r);d[1][d[0]]=m[0],c=m[1]}if(c=$(s,c,!0),s[c]&&s[c]!==`
30
- `&&s[c]!=="\r")throw new f("each key-value declaration must be followed by an end-of-line",{toml:s,ptr:c});c=$(s,c)}return a}function Lt(s){return typeof s=="object"&&s!==null&&!Array.isArray(s)}function At(s){return s.charCodeAt(0)===65279?s.slice(1):s}function Mt(s){const t=At(s);if(!t.trim())return{};const a=Ot(t);if(!Lt(a))throw new Error("TOML root must be a table.");return a}function Ve(s){try{return{config:Mt(s),parseError:null}}catch(t){return{config:null,parseError:t.message}}}async function Rt(){const s=await fetch(ne("/codex/diagnostics"));if(!s.ok)throw new Error("Failed to fetch Codex diagnostics");return s.json()}async function It(){const s=await fetch(ne("/codex/config/raw"));if(!s.ok)throw new Error("Failed to fetch Codex raw config");return s.json()}async function Ft(s){const t=await fetch(ne("/codex/config/raw"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(t.status===409)throw new Ae("Codex raw config changed externally");if(!t.ok){const r=await t.json().catch(()=>null);throw new Error(r?.error||"Failed to save Codex raw config")}return t.json()}async function Kt(s){const t=await fetch(ne("/codex/config/patch"),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(t.status===409)throw new Ae("Codex config changed externally");if(!t.ok){const r=await t.json().catch(()=>null);throw new Error(r?.error||"Failed to patch Codex config")}return t.json()}function Wt(){const s=us(),t=je({queryKey:["codex-diagnostics"],queryFn:Rt,refetchInterval:1e4}),r=je({queryKey:["codex-raw-config"],queryFn:It}),a=_e({mutationFn:Ft,onSuccess:(n,l)=>{s.setQueryData(["codex-raw-config"],c=>{const i=c?.path??"$CODEX_HOME/config.toml",d=c?.resolvedPath??i,m=Ve(l.rawText);return{path:i,resolvedPath:d,exists:!0,mtime:n.mtime,rawText:l.rawText,config:m.config,parseError:m.parseError,readError:null}}),s.invalidateQueries({queryKey:["codex-diagnostics"]})}}),o=_e({mutationFn:Kt,onSuccess:n=>{s.setQueryData(["codex-raw-config"],n),s.invalidateQueries({queryKey:["codex-diagnostics"]})}});return N.useMemo(()=>({diagnostics:t.data,diagnosticsLoading:t.isLoading,diagnosticsError:t.error,refetchDiagnostics:t.refetch,rawConfig:r.data,rawConfigLoading:r.isLoading,rawConfigError:r.error,refetchRawConfig:r.refetch,saveRawConfig:a.mutate,saveRawConfigAsync:a.mutateAsync,isSavingRawConfig:a.isPending,patchConfig:o.mutate,patchConfigAsync:o.mutateAsync,isPatchingConfig:o.isPending}),[t.data,t.isLoading,t.error,t.refetch,r.data,r.isLoading,r.error,r.refetch,a.mutate,a.mutateAsync,a.isPending,o.mutate,o.mutateAsync,o.isPending])}const qt=[{label:"Start Default",command:"ccs",description:"Launch Claude with default profile"},{label:"GLM Profile",command:"ccs glm",description:"Switch to GLM model"},{label:"Health Check",command:"ccs doctor",description:"Run system diagnostics"},{label:"Delegate Task",command:'ccs glm -p "your task"',description:"Delegate to GLM profile"}];function Ut({snippets:s=qt}){const[t,r]=N.useState(null),{t:a}=T(),o=async(n,l)=>{await navigator.clipboard.writeText(n),r(l),setTimeout(()=>r(null),2e3)};return e.jsxs(I,{children:[e.jsx(F,{className:"pb-3",children:e.jsxs(K,{className:"text-lg flex items-center gap-2",children:[e.jsx(Cs,{className:"w-5 h-5 text-muted-foreground"}),a("quickCommands.title")]})}),e.jsx(W,{children:e.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-2",children:s.map((n,l)=>e.jsxs("div",{className:Me("group flex items-center justify-between gap-2 px-3 py-2","rounded-lg border bg-muted/30 hover:bg-muted/50 transition-colors"),children:[e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsx("p",{className:"text-xs text-muted-foreground",children:n.label}),e.jsx("code",{className:"text-sm font-mono font-medium truncate block",children:n.command})]}),e.jsx(C,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity",onClick:()=>o(n.command,l),title:n.description,children:t===l?e.jsx(Ss,{className:"h-4 w-4 text-green-600"}):e.jsx(_s,{className:"h-4 w-4"})})]},l))})})]})}function Bt(s){return!s||!Number.isFinite(s)?"N/A":new Date(s).toLocaleString()}function Vt(s){return!s||s<=0?"0 B":s<1024?`${s} B`:s<1024*1024?`${(s/1024).toFixed(1)} KB`:`${(s/(1024*1024)).toFixed(2)} MB`}function k({label:s,value:t,mono:r=!1}){return e.jsxs("div",{className:"flex items-start justify-between gap-3 text-sm",children:[e.jsx("span",{className:"text-muted-foreground shrink-0",children:s}),e.jsx("span",{className:Me("text-right break-all",r&&"font-mono text-xs"),children:t})]})}function $t({diagnostics:s}){const{t}=T(),r=s.config.activeProfile?`codex --profile ${s.config.activeProfile}`:"codex",a=s.binary.supportsConfigOverrides;return e.jsx(we,{className:"h-full",children:e.jsxs("div",{className:"space-y-4 pr-1",children:[e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Ts,{className:"h-4 w-4"}),t("codex.howCodexWorks")]})}),e.jsx(W,{className:"text-sm text-muted-foreground",children:e.jsxs("ul",{className:"ml-4 list-disc space-y-1.5 [&>li]:pl-1",children:[e.jsx("li",{children:t("codex.nativeDesc")}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.nativeConfigLabel")})," ",t("codex.nativeConfigDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.transientOverridesLabel")})," ",t("codex.transientOverridesDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.cliproxyDefaultLabel")})," ",t("codex.cliproxyDefaultDesc")]}),e.jsx("li",{children:t("codex.apiProfilesDefault")})]})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ks,{className:"h-4 w-4"}),t("codex.runtimeInstall")]})}),e.jsxs(W,{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("span",{className:"text-sm text-muted-foreground",children:t("codex.status")}),e.jsx(y,{variant:s.binary.installed?"default":"secondary",children:s.binary.installed?t("codex.detected"):t("codex.notFound")})]}),e.jsx(k,{label:t("codex.detectionSource"),value:s.binary.source,mono:!0}),e.jsx(k,{label:t("codex.binaryPath"),value:s.binary.path||t("codex.notFound"),mono:!0}),e.jsx(k,{label:t("codex.installDirectory"),value:s.binary.installDir||"N/A",mono:!0}),e.jsx(k,{label:t("codex.versionLabel"),value:s.binary.version||"Unknown",mono:!0}),e.jsx(k,{label:t("codex.nativeAliases"),value:"ccs-codex, ccsx",mono:!0}),e.jsx(k,{label:t("codex.ccsProviderShortcut"),value:"ccsxp",mono:!0}),e.jsxs("div",{className:"flex items-center justify-between rounded-md border px-3 py-2",children:[e.jsx("span",{className:"text-sm text-muted-foreground",children:t("codex.configOverrideSupport")}),e.jsx(y,{variant:s.binary.supportsConfigOverrides?"default":"secondary",children:s.binary.supportsConfigOverrides?t("codex.available"):t("codex.missing")})]})]})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ke,{className:"h-4 w-4"}),t("codex.cliproxyNativeCodex")]})}),e.jsx(W,{className:"space-y-3 text-sm text-muted-foreground",children:a?e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"space-y-1.5",children:[e.jsx("p",{children:e.jsx("strong",{children:t("codex.twoSupportedPaths")})}),e.jsxs("ul",{className:"ml-4 list-disc space-y-1 [&>li]:pl-1",children:[e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.builtInLabel")})," ",t("codex.builtInCcsxpDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.nativeRecipeLabel")})," ",t("codex.nativeRecipeDesc")]})]})]}),e.jsxs("div",{className:"rounded-md border bg-muted/20 p-3",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.codexNativeRecipe")}),e.jsx("pre",{className:"mt-2 overflow-x-auto rounded-md bg-background p-3 text-xs text-foreground",children:We})]}),e.jsxs("ol",{className:"ml-4 list-decimal space-y-1.5 [&>li]:pl-1",children:[e.jsx("li",{children:t("codex.saveProviderNamedCliproxy")}),e.jsx("li",{children:t("codex.inTopLevelSetDefault")}),e.jsx("li",{children:t("codex.exportCliproxyApiKey")})]})]}):e.jsx("p",{children:t("codex.noConfigOverrides")})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Ps,{className:"h-4 w-4"}),t("codex.configFile")]})}),e.jsx(W,{className:"space-y-3",children:e.jsxs("div",{className:"rounded-md border p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center justify-between gap-2",children:[e.jsx("span",{className:"font-medium text-sm",children:t("codex.userConfig")}),s.file.exists?e.jsx(Es,{className:"h-4 w-4 text-green-600"}):e.jsx(Ds,{className:"h-4 w-4 text-muted-foreground"})]}),e.jsx(k,{label:t("codex.path"),value:s.file.path,mono:!0}),e.jsx(k,{label:t("codex.resolved"),value:s.file.resolvedPath,mono:!0}),e.jsx(k,{label:t("codex.size"),value:Vt(s.file.sizeBytes)}),e.jsx(k,{label:t("codex.lastModified"),value:Bt(s.file.mtimeMs)}),s.file.parseError&&e.jsxs("p",{className:"text-xs text-amber-600",children:[t("codex.tomlWarning"),": ",s.file.parseError]}),s.file.readError&&e.jsxs("p",{className:"text-xs text-destructive",children:[t("codex.readWarning"),": ",s.file.readError]})]})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ge,{className:"h-4 w-4"}),t("codex.currentUserLayerSummary")]})}),e.jsxs(W,{className:"space-y-3",children:[e.jsx(k,{label:t("codex.model"),value:s.config.model||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.defaultProvider"),value:s.config.modelProvider||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.activeProfile"),value:s.config.activeProfile||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.approvalPolicy"),value:s.config.approvalPolicy||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.sandboxMode"),value:s.config.sandboxMode||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.webSearch"),value:s.config.webSearch||t("codex.notSet"),mono:!0}),e.jsx(ie,{}),e.jsxs("div",{className:"grid grid-cols-2 gap-2 text-xs",children:[e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.providersCount",{count:s.config.modelProviderCount})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.profilesCount",{count:s.config.profileCount})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.enabledFeaturesCount",{count:s.config.enabledFeatures.length})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.mcpServersCount",{count:s.config.mcpServerCount})})]}),s.config.topLevelKeys.length>0&&e.jsxs("div",{className:"space-y-2",children:[e.jsx("p",{className:"text-xs uppercase tracking-wide text-muted-foreground",children:t("codex.userLayerKeysPresent")}),e.jsx("div",{className:"flex flex-wrap gap-1.5",children:s.config.topLevelKeys.map(o=>e.jsx(y,{variant:"secondary",className:"font-mono text-[10px]",children:o},o))})]})]})]}),e.jsx(Ut,{snippets:[{label:t("codex.nativeShortAlias"),command:"ccsx",description:"Launch the short native Codex runtime alias."},{label:t("codex.ccsCodexShortcut"),command:'ccsxp "your prompt"',description:a?t("codex.runBuiltInCodex"):"Requires a Codex build that exposes --config overrides."},{label:t("codex.explicitProviderRoute"),command:'ccs codex --target codex "your prompt"',description:a?t("codex.runBuiltInCodexExplicit"):"Requires a Codex build that exposes --config overrides."},{label:s.config.activeProfile?"Inspect active profile":t("codex.openNativeCodex"),command:r,description:s.config.activeProfile?"Inspect the active named profile directly in native Codex.":"Open native Codex without forcing a named profile overlay."}]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ke,{className:"h-4 w-4"}),t("codex.runtimeVsProvider")]})}),e.jsxs(W,{className:"grid gap-3 md:grid-cols-2",children:[e.jsxs("div",{className:"flex flex-col rounded-md border p-3 text-sm",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.nativeCodexRuntime")}),e.jsxs("ul",{className:"mt-2 flex-grow list-disc space-y-1.5 pl-4 text-muted-foreground [&>li]:pl-1",children:[e.jsx("li",{children:e.jsx("code",{children:"ccs-codex"})}),e.jsx("li",{children:e.jsx("code",{children:"ccsx"})}),e.jsx("li",{children:e.jsx("code",{children:"--target codex"})})]}),e.jsx(y,{variant:"secondary",className:"mt-4 w-fit justify-center font-normal",children:t("codex.honorsSavedNativeConfig")})]}),e.jsxs("div",{className:"flex flex-col rounded-md border p-3 text-sm",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.ccsCodexProvider")}),a?e.jsxs(e.Fragment,{children:[e.jsxs("ul",{className:"mt-2 flex-grow list-disc space-y-1.5 pl-4 text-muted-foreground [&>li]:pl-1",children:[e.jsx("li",{children:e.jsx("code",{children:"ccsxp"})}),e.jsx("li",{children:e.jsx("code",{children:"ccs codex --target codex"})})]}),e.jsx("p",{className:"mt-4 text-muted-foreground",children:t("codex.transientOverridesDesc")})]}):e.jsx("p",{className:"mt-2 text-muted-foreground",children:t("codex.unavailableNoConfig")})]})]})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsx(K,{className:"text-base",children:t("codex.supportedFlows")})}),e.jsx(W,{children:e.jsxs(Re,{children:[e.jsx(Ie,{children:e.jsxs(ce,{children:[e.jsx(B,{children:t("codex.flow")}),e.jsx(B,{children:t("codex.status")}),e.jsx(B,{children:t("codex.notes")})]})}),e.jsx(Fe,{children:s.supportMatrix.map(o=>e.jsxs(ce,{children:[e.jsx(V,{className:"font-mono text-xs",children:o.label}),e.jsx(V,{children:e.jsx(y,{variant:o.supported?"default":"secondary",children:o.supported?t("codex.yes"):t("codex.no")})}),e.jsx(V,{className:"text-xs text-muted-foreground",children:o.notes})]},o.id))})]})})]}),s.warnings.length>0&&e.jsxs(I,{className:"border-amber-200 bg-amber-50/50 dark:bg-amber-950/20",children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Os,{className:"h-4 w-4 text-amber-600"}),t("codex.warningsTitle")]})}),e.jsx(W,{className:"space-y-1.5",children:s.warnings.map(o=>e.jsxs("p",{className:"text-sm text-amber-800 dark:text-amber-300",children:["- ",o]},o))})]})]})})}function ar(){const{t:s}=T(),t=it(),{diagnostics:r,diagnosticsLoading:a,diagnosticsError:o,refetchDiagnostics:n,rawConfig:l,rawConfigLoading:c,rawConfigError:i,refetchRawConfig:d,saveRawConfigAsync:m,isSavingRawConfig:h,patchConfigAsync:x,isPatchingConfig:g}=Wt(),[p,w]=N.useState(null),M=l?.rawText??"",q=p??M,u=p!==null&&p!==M,v=Ve(q),X=v.parseError?{valid:!1,error:v.parseError}:{valid:!0},j=l?.config??null,$e=c||!l||u||l?.parseError!==null||l?.readError!==null,ze=i?"Structured controls unavailable: failed to load the current config.toml.":l?.readError?`Structured controls unavailable: ${l.readError}`:u?X.valid?"Save or discard raw TOML edits before using structured controls.":"Fix or discard raw TOML edits before using structured controls.":l?.parseError?`Structured controls disabled: ${l.parseError}`:null,Ge=N.useMemo(()=>qe(j),[j]),Xe=N.useMemo(()=>ct(j),[j]),He=N.useMemo(()=>dt(j),[j]),Ye=N.useMemo(()=>xt(j),[j]),Qe=N.useMemo(()=>ut(j),[j]),Je=N.useMemo(()=>mt(j),[j]),Ze=R=>{if(R===M){w(null);return}w(R)},es=async()=>{try{if((await Promise.all([n(),d()])).some(H=>!H||H.status==="error"||H.isError||H.error)){U.error(s("toasts.codexRefreshFailed"));return}w(null)}catch(R){U.error(R.message||s("toasts.codexRefreshError"))}},ss=async()=>{if(!X.valid){U.error(s("toasts.codexFixToml"));return}try{await m({rawText:q,expectedMtime:l?.exists?l.mtime:void 0}),w(null),U.success(s("toasts.codexSaved")),await n()}catch(R){Se(R)?U.error(s("toasts.codexChangedExternally")):U.error(R.message||s("toasts.codexSaveFailed"))}},ts=async(R,ye)=>{try{await x({...R,expectedMtime:l?.exists?l.mtime:void 0}),w(null),U.success(ye)}catch(H){Se(H)?U.error(s("toasts.codexChangedExternally")):U.error(H.message||s("toasts.codexUpdateFailed"))}},ae="mt-0 h-full border-0 p-0 data-[state=inactive]:hidden",rs=()=>a?e.jsxs("div",{className:"flex h-full items-center justify-center text-muted-foreground",children:[e.jsx(G,{className:"mr-2 h-5 w-5 animate-spin"}),"Loading Codex diagnostics..."]}):o||!r?e.jsx("div",{className:"flex h-full items-center justify-center px-6 text-center text-destructive",children:"Failed to load Codex diagnostics."}):e.jsxs(ds,{defaultValue:"overview",className:"flex h-full flex-col",children:[e.jsx("div",{className:"shrink-0 px-4 pt-4",children:e.jsxs(xs,{className:"grid w-full grid-cols-4",children:[e.jsx(oe,{value:"overview",children:s("codexPage.overview")}),e.jsx(oe,{value:"controls",children:s("codexPage.controlCenter")}),e.jsx(oe,{value:"docs",children:s("codexPage.docs")}),e.jsx(oe,{value:"auth-profiles",children:s("codexPage.authProfiles")})]})}),e.jsxs("div",{className:"flex-1 min-h-0 overflow-hidden px-4 pb-4 pt-3",children:[e.jsx(le,{value:"overview",className:ae,children:e.jsx($t,{diagnostics:r})}),e.jsx(le,{value:"controls",className:ae,children:e.jsx(ot,{workspacePath:r.workspacePath,activeProfile:r.config.activeProfile,topLevelSettings:Ge,projectTrustEntries:Xe,profileEntries:He,modelProviderEntries:Ye,mcpServerEntries:Qe,featureCatalog:t,featureState:Je,disabled:$e,disabledReason:ze,saving:g,onPatch:ts})}),e.jsx(le,{value:"docs",className:ae,children:e.jsx(jt,{diagnostics:r})}),e.jsx(le,{value:"auth-profiles",className:ae,children:e.jsx("div",{className:"h-full overflow-auto p-1",children:e.jsx(Ks,{})})})]})]});return e.jsx("div",{className:"h-full min-h-0 overflow-hidden",children:e.jsxs(is,{direction:"horizontal",className:"h-full",children:[e.jsx(Ce,{defaultSize:45,minSize:35,children:e.jsx("div",{className:"h-full border-r bg-muted/20",children:rs()})}),e.jsx(cs,{className:"group flex w-2 cursor-col-resize items-center justify-center bg-border transition-colors hover:bg-primary/20",children:e.jsx(Ls,{className:"h-3 w-3 text-muted-foreground group-hover:text-primary"})}),e.jsx(Ce,{defaultSize:55,minSize:35,children:e.jsx(As,{title:"Codex config.toml",pathLabel:l?.path||r?.file.path||"$CODEX_HOME/config.toml",loading:c,parseWarning:X.valid?l?.parseError:X.error,readWarning:l?.readError,value:q,dirty:u,readOnly:!!l?.readError,saving:h,saveDisabled:!u||h||c||!X.valid||!!l?.readError,onChange:R=>{Ze(R)},onSave:ss,onRefresh:es,onDiscard:()=>w(null),language:"toml",exactText:!0,loadingLabel:"Loading config.toml...",parseWarningLabel:"TOML warning",ownershipNotice:e.jsxs("div",{className:"rounded-md border border-amber-200 bg-amber-50/60 px-3 py-2 text-sm text-amber-900 dark:bg-amber-950/20 dark:text-amber-300",children:[e.jsx("p",{className:"font-medium",children:"This file is upstream-owned by Codex CLI."}),e.jsxs("p",{children:["CCS does not keep ",e.jsx("code",{children:"~/.codex/config.toml"})," in sync for you."]}),e.jsxs("p",{children:["CCS-backed Codex launches may apply transient ",e.jsx("code",{children:"-c"})," overrides and",e.jsx("code",{children:" CCS_CODEX_API_KEY"}),"; those effective values may not appear here."]})]})})})]})})}export{ar as CodexPage};
30
+ `&&s[c]!=="\r")throw new f("each key-value declaration must be followed by an end-of-line",{toml:s,ptr:c});c=$(s,c)}return a}function Lt(s){return typeof s=="object"&&s!==null&&!Array.isArray(s)}function At(s){return s.charCodeAt(0)===65279?s.slice(1):s}function Mt(s){const t=At(s);if(!t.trim())return{};const a=Ot(t);if(!Lt(a))throw new Error("TOML root must be a table.");return a}function Ve(s){try{return{config:Mt(s),parseError:null}}catch(t){return{config:null,parseError:t.message}}}async function Rt(){const s=await fetch(ne("/codex/diagnostics"));if(!s.ok)throw new Error("Failed to fetch Codex diagnostics");return s.json()}async function It(){const s=await fetch(ne("/codex/config/raw"));if(!s.ok)throw new Error("Failed to fetch Codex raw config");return s.json()}async function Ft(s){const t=await fetch(ne("/codex/config/raw"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(t.status===409)throw new Ae("Codex raw config changed externally");if(!t.ok){const r=await t.json().catch(()=>null);throw new Error(r?.error||"Failed to save Codex raw config")}return t.json()}async function Kt(s){const t=await fetch(ne("/codex/config/patch"),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});if(t.status===409)throw new Ae("Codex config changed externally");if(!t.ok){const r=await t.json().catch(()=>null);throw new Error(r?.error||"Failed to patch Codex config")}return t.json()}function Wt(){const s=us(),t=je({queryKey:["codex-diagnostics"],queryFn:Rt,refetchInterval:1e4}),r=je({queryKey:["codex-raw-config"],queryFn:It}),a=_e({mutationFn:Ft,onSuccess:(n,l)=>{s.setQueryData(["codex-raw-config"],c=>{const i=c?.path??"$CODEX_HOME/config.toml",d=c?.resolvedPath??i,m=Ve(l.rawText);return{path:i,resolvedPath:d,exists:!0,mtime:n.mtime,rawText:l.rawText,config:m.config,parseError:m.parseError,readError:null}}),s.invalidateQueries({queryKey:["codex-diagnostics"]})}}),o=_e({mutationFn:Kt,onSuccess:n=>{s.setQueryData(["codex-raw-config"],n),s.invalidateQueries({queryKey:["codex-diagnostics"]})}});return N.useMemo(()=>({diagnostics:t.data,diagnosticsLoading:t.isLoading,diagnosticsError:t.error,refetchDiagnostics:t.refetch,rawConfig:r.data,rawConfigLoading:r.isLoading,rawConfigError:r.error,refetchRawConfig:r.refetch,saveRawConfig:a.mutate,saveRawConfigAsync:a.mutateAsync,isSavingRawConfig:a.isPending,patchConfig:o.mutate,patchConfigAsync:o.mutateAsync,isPatchingConfig:o.isPending}),[t.data,t.isLoading,t.error,t.refetch,r.data,r.isLoading,r.error,r.refetch,a.mutate,a.mutateAsync,a.isPending,o.mutate,o.mutateAsync,o.isPending])}const qt=[{label:"Start Default",command:"ccs",description:"Launch Claude with default profile"},{label:"GLM Profile",command:"ccs glm",description:"Switch to GLM model"},{label:"Health Check",command:"ccs doctor",description:"Run system diagnostics"},{label:"Delegate Task",command:'ccs glm -p "your task"',description:"Delegate to GLM profile"}];function Ut({snippets:s=qt}){const[t,r]=N.useState(null),{t:a}=T(),o=async(n,l)=>{await navigator.clipboard.writeText(n),r(l),setTimeout(()=>r(null),2e3)};return e.jsxs(I,{children:[e.jsx(F,{className:"pb-3",children:e.jsxs(K,{className:"text-lg flex items-center gap-2",children:[e.jsx(Cs,{className:"w-5 h-5 text-muted-foreground"}),a("quickCommands.title")]})}),e.jsx(W,{children:e.jsx("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-2",children:s.map((n,l)=>e.jsxs("div",{className:Me("group flex items-center justify-between gap-2 px-3 py-2","rounded-lg border bg-muted/30 hover:bg-muted/50 transition-colors"),children:[e.jsxs("div",{className:"flex-1 min-w-0",children:[e.jsx("p",{className:"text-xs text-muted-foreground",children:n.label}),e.jsx("code",{className:"text-sm font-mono font-medium truncate block",children:n.command})]}),e.jsx(C,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 opacity-0 group-hover:opacity-100 transition-opacity",onClick:()=>o(n.command,l),title:n.description,children:t===l?e.jsx(Ss,{className:"h-4 w-4 text-green-600"}):e.jsx(_s,{className:"h-4 w-4"})})]},l))})})]})}function Bt(s){return!s||!Number.isFinite(s)?"N/A":new Date(s).toLocaleString()}function Vt(s){return!s||s<=0?"0 B":s<1024?`${s} B`:s<1024*1024?`${(s/1024).toFixed(1)} KB`:`${(s/(1024*1024)).toFixed(2)} MB`}function k({label:s,value:t,mono:r=!1}){return e.jsxs("div",{className:"flex items-start justify-between gap-3 text-sm",children:[e.jsx("span",{className:"text-muted-foreground shrink-0",children:s}),e.jsx("span",{className:Me("text-right break-all",r&&"font-mono text-xs"),children:t})]})}function $t({diagnostics:s}){const{t}=T(),r=s.config.activeProfile?`codex --profile ${s.config.activeProfile}`:"codex",a=s.binary.supportsConfigOverrides;return e.jsx(we,{className:"h-full",children:e.jsxs("div",{className:"space-y-4 pr-1",children:[e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Ts,{className:"h-4 w-4"}),t("codex.howCodexWorks")]})}),e.jsx(W,{className:"text-sm text-muted-foreground",children:e.jsxs("ul",{className:"ml-4 list-disc space-y-1.5 [&>li]:pl-1",children:[e.jsx("li",{children:t("codex.nativeDesc")}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.nativeConfigLabel")})," ",t("codex.nativeConfigDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.transientOverridesLabel")})," ",t("codex.transientOverridesDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.cliproxyDefaultLabel")})," ",t("codex.cliproxyDefaultDesc")]}),e.jsx("li",{children:t("codex.apiProfilesDefault")})]})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ks,{className:"h-4 w-4"}),t("codex.runtimeInstall")]})}),e.jsxs(W,{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("span",{className:"text-sm text-muted-foreground",children:t("codex.status")}),e.jsx(y,{variant:s.binary.installed?"default":"secondary",children:s.binary.installed?t("codex.detected"):t("codex.notFound")})]}),e.jsx(k,{label:t("codex.detectionSource"),value:s.binary.source,mono:!0}),e.jsx(k,{label:t("codex.binaryPath"),value:s.binary.path||t("codex.notFound"),mono:!0}),e.jsx(k,{label:t("codex.installDirectory"),value:s.binary.installDir||"N/A",mono:!0}),e.jsx(k,{label:t("codex.versionLabel"),value:s.binary.version||"Unknown",mono:!0}),e.jsx(k,{label:t("codex.nativeAliases"),value:"ccs-codex, ccsx",mono:!0}),e.jsx(k,{label:t("codex.ccsProviderShortcut"),value:"ccsxp",mono:!0}),e.jsxs("div",{className:"flex items-center justify-between rounded-md border px-3 py-2",children:[e.jsx("span",{className:"text-sm text-muted-foreground",children:t("codex.configOverrideSupport")}),e.jsx(y,{variant:s.binary.supportsConfigOverrides?"default":"secondary",children:s.binary.supportsConfigOverrides?t("codex.available"):t("codex.missing")})]})]})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ke,{className:"h-4 w-4"}),t("codex.cliproxyNativeCodex")]})}),e.jsx(W,{className:"space-y-3 text-sm text-muted-foreground",children:a?e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"space-y-1.5",children:[e.jsx("p",{children:e.jsx("strong",{children:t("codex.twoSupportedPaths")})}),e.jsxs("ul",{className:"ml-4 list-disc space-y-1 [&>li]:pl-1",children:[e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.builtInLabel")})," ",t("codex.builtInCcsxpDesc")]}),e.jsxs("li",{children:[e.jsx("strong",{children:t("codex.nativeRecipeLabel")})," ",t("codex.nativeRecipeDesc")]})]})]}),e.jsxs("div",{className:"rounded-md border bg-muted/20 p-3",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.codexNativeRecipe")}),e.jsx("pre",{className:"mt-2 overflow-x-auto rounded-md bg-background p-3 text-xs text-foreground",children:We})]}),e.jsxs("ol",{className:"ml-4 list-decimal space-y-1.5 [&>li]:pl-1",children:[e.jsx("li",{children:t("codex.saveProviderNamedCliproxy")}),e.jsx("li",{children:t("codex.inTopLevelSetDefault")}),e.jsx("li",{children:t("codex.exportCliproxyApiKey")})]})]}):e.jsx("p",{children:t("codex.noConfigOverrides")})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Ps,{className:"h-4 w-4"}),t("codex.configFile")]})}),e.jsx(W,{className:"space-y-3",children:e.jsxs("div",{className:"rounded-md border p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center justify-between gap-2",children:[e.jsx("span",{className:"font-medium text-sm",children:t("codex.userConfig")}),s.file.exists?e.jsx(Es,{className:"h-4 w-4 text-green-600"}):e.jsx(Ds,{className:"h-4 w-4 text-muted-foreground"})]}),e.jsx(k,{label:t("codex.path"),value:s.file.path,mono:!0}),e.jsx(k,{label:t("codex.resolved"),value:s.file.resolvedPath,mono:!0}),e.jsx(k,{label:t("codex.size"),value:Vt(s.file.sizeBytes)}),e.jsx(k,{label:t("codex.lastModified"),value:Bt(s.file.mtimeMs)}),s.file.parseError&&e.jsxs("p",{className:"text-xs text-amber-600",children:[t("codex.tomlWarning"),": ",s.file.parseError]}),s.file.readError&&e.jsxs("p",{className:"text-xs text-destructive",children:[t("codex.readWarning"),": ",s.file.readError]})]})})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ge,{className:"h-4 w-4"}),t("codex.currentUserLayerSummary")]})}),e.jsxs(W,{className:"space-y-3",children:[e.jsx(k,{label:t("codex.model"),value:s.config.model||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.defaultProvider"),value:s.config.modelProvider||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.activeProfile"),value:s.config.activeProfile||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.approvalPolicy"),value:s.config.approvalPolicy||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.sandboxMode"),value:s.config.sandboxMode||t("codex.notSet"),mono:!0}),e.jsx(k,{label:t("codex.webSearch"),value:s.config.webSearch||t("codex.notSet"),mono:!0}),e.jsx(ie,{}),e.jsxs("div",{className:"grid grid-cols-2 gap-2 text-xs",children:[e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.providersCount",{count:s.config.modelProviderCount})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.profilesCount",{count:s.config.profileCount})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.enabledFeaturesCount",{count:s.config.enabledFeatures.length})}),e.jsx(y,{variant:"outline",className:"justify-center",children:t("codex.mcpServersCount",{count:s.config.mcpServerCount})})]}),s.config.topLevelKeys.length>0&&e.jsxs("div",{className:"space-y-2",children:[e.jsx("p",{className:"text-xs uppercase tracking-wide text-muted-foreground",children:t("codex.userLayerKeysPresent")}),e.jsx("div",{className:"flex flex-wrap gap-1.5",children:s.config.topLevelKeys.map(o=>e.jsx(y,{variant:"secondary",className:"font-mono text-[10px]",children:o},o))})]})]})]}),e.jsx(Ut,{snippets:[{label:t("codex.nativeShortAlias"),command:"ccsx",description:"Launch the short native Codex runtime alias."},{label:t("codex.ccsCodexShortcut"),command:'ccsxp "your prompt"',description:a?t("codex.runBuiltInCodex"):"Requires a Codex build that exposes --config overrides."},{label:t("codex.explicitProviderRoute"),command:'ccs codex --target codex "your prompt"',description:a?t("codex.runBuiltInCodexExplicit"):"Requires a Codex build that exposes --config overrides."},{label:s.config.activeProfile?"Inspect active profile":t("codex.openNativeCodex"),command:r,description:s.config.activeProfile?"Inspect the active named profile directly in native Codex.":"Open native Codex without forcing a named profile overlay."}]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(ke,{className:"h-4 w-4"}),t("codex.runtimeVsProvider")]})}),e.jsxs(W,{className:"grid gap-3 md:grid-cols-2",children:[e.jsxs("div",{className:"flex flex-col rounded-md border p-3 text-sm",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.nativeCodexRuntime")}),e.jsxs("ul",{className:"mt-2 flex-grow list-disc space-y-1.5 pl-4 text-muted-foreground [&>li]:pl-1",children:[e.jsx("li",{children:e.jsx("code",{children:"ccs-codex"})}),e.jsx("li",{children:e.jsx("code",{children:"ccsx"})}),e.jsx("li",{children:e.jsx("code",{children:"--target codex"})})]}),e.jsx(y,{variant:"secondary",className:"mt-4 w-fit justify-center font-normal",children:t("codex.honorsSavedNativeConfig")})]}),e.jsxs("div",{className:"flex flex-col rounded-md border p-3 text-sm",children:[e.jsx("p",{className:"font-medium text-foreground",children:t("codex.ccsCodexProvider")}),a?e.jsxs(e.Fragment,{children:[e.jsxs("ul",{className:"mt-2 flex-grow list-disc space-y-1.5 pl-4 text-muted-foreground [&>li]:pl-1",children:[e.jsx("li",{children:e.jsx("code",{children:"ccsxp"})}),e.jsx("li",{children:e.jsx("code",{children:"ccs codex --target codex"})})]}),e.jsx("p",{className:"mt-4 text-muted-foreground",children:t("codex.transientOverridesDesc")})]}):e.jsx("p",{className:"mt-2 text-muted-foreground",children:t("codex.unavailableNoConfig")})]})]})]}),e.jsxs(I,{children:[e.jsx(F,{className:"pb-2",children:e.jsx(K,{className:"text-base",children:t("codex.supportedFlows")})}),e.jsx(W,{children:e.jsxs(Re,{children:[e.jsx(Ie,{children:e.jsxs(ce,{children:[e.jsx(B,{children:t("codex.flow")}),e.jsx(B,{children:t("codex.status")}),e.jsx(B,{children:t("codex.notes")})]})}),e.jsx(Fe,{children:s.supportMatrix.map(o=>e.jsxs(ce,{children:[e.jsx(V,{className:"font-mono text-xs",children:o.label}),e.jsx(V,{children:e.jsx(y,{variant:o.supported?"default":"secondary",children:o.supported?t("codex.yes"):t("codex.no")})}),e.jsx(V,{className:"text-xs text-muted-foreground",children:o.notes})]},o.id))})]})})]}),s.warnings.length>0&&e.jsxs(I,{className:"border-amber-200 bg-amber-50/50 dark:bg-amber-950/20",children:[e.jsx(F,{className:"pb-2",children:e.jsxs(K,{className:"flex items-center gap-2 text-base",children:[e.jsx(Os,{className:"h-4 w-4 text-amber-600"}),t("codex.warningsTitle")]})}),e.jsx(W,{className:"space-y-1.5",children:s.warnings.map(o=>e.jsxs("p",{className:"text-sm text-amber-800 dark:text-amber-300",children:["- ",o]},o))})]})]})})}function ar(){const{t:s}=T(),t=it(),{diagnostics:r,diagnosticsLoading:a,diagnosticsError:o,refetchDiagnostics:n,rawConfig:l,rawConfigLoading:c,rawConfigError:i,refetchRawConfig:d,saveRawConfigAsync:m,isSavingRawConfig:h,patchConfigAsync:x,isPatchingConfig:g}=Wt(),[p,w]=N.useState(null),M=l?.rawText??"",q=p??M,u=p!==null&&p!==M,v=Ve(q),X=v.parseError?{valid:!1,error:v.parseError}:{valid:!0},j=l?.config??null,$e=c||!l||u||l?.parseError!==null||l?.readError!==null,ze=i?"Structured controls unavailable: failed to load the current config.toml.":l?.readError?`Structured controls unavailable: ${l.readError}`:u?X.valid?"Save or discard raw TOML edits before using structured controls.":"Fix or discard raw TOML edits before using structured controls.":l?.parseError?`Structured controls disabled: ${l.parseError}`:null,Ge=N.useMemo(()=>qe(j),[j]),Xe=N.useMemo(()=>ct(j),[j]),He=N.useMemo(()=>dt(j),[j]),Ye=N.useMemo(()=>xt(j),[j]),Je=N.useMemo(()=>ut(j),[j]),Qe=N.useMemo(()=>mt(j),[j]),Ze=R=>{if(R===M){w(null);return}w(R)},es=async()=>{try{if((await Promise.all([n(),d()])).some(H=>!H||H.status==="error"||H.isError||H.error)){U.error(s("toasts.codexRefreshFailed"));return}w(null)}catch(R){U.error(R.message||s("toasts.codexRefreshError"))}},ss=async()=>{if(!X.valid){U.error(s("toasts.codexFixToml"));return}try{await m({rawText:q,expectedMtime:l?.exists?l.mtime:void 0}),w(null),U.success(s("toasts.codexSaved")),await n()}catch(R){Se(R)?U.error(s("toasts.codexChangedExternally")):U.error(R.message||s("toasts.codexSaveFailed"))}},ts=async(R,ye)=>{try{await x({...R,expectedMtime:l?.exists?l.mtime:void 0}),w(null),U.success(ye)}catch(H){Se(H)?U.error(s("toasts.codexChangedExternally")):U.error(H.message||s("toasts.codexUpdateFailed"))}},ae="mt-0 h-full border-0 p-0 data-[state=inactive]:hidden",rs=()=>a?e.jsxs("div",{className:"flex h-full items-center justify-center text-muted-foreground",children:[e.jsx(G,{className:"mr-2 h-5 w-5 animate-spin"}),"Loading Codex diagnostics..."]}):o||!r?e.jsx("div",{className:"flex h-full items-center justify-center px-6 text-center text-destructive",children:"Failed to load Codex diagnostics."}):e.jsxs(ds,{defaultValue:"overview",className:"flex h-full flex-col",children:[e.jsx("div",{className:"shrink-0 px-4 pt-4",children:e.jsxs(xs,{className:"grid w-full grid-cols-4",children:[e.jsx(oe,{value:"overview",children:s("codexPage.overview")}),e.jsx(oe,{value:"controls",children:s("codexPage.controlCenter")}),e.jsx(oe,{value:"docs",children:s("codexPage.docs")}),e.jsx(oe,{value:"auth-profiles",children:s("codexPage.authProfiles")})]})}),e.jsxs("div",{className:"flex-1 min-h-0 overflow-hidden px-4 pb-4 pt-3",children:[e.jsx(le,{value:"overview",className:ae,children:e.jsx($t,{diagnostics:r})}),e.jsx(le,{value:"controls",className:ae,children:e.jsx(ot,{workspacePath:r.workspacePath,activeProfile:r.config.activeProfile,topLevelSettings:Ge,projectTrustEntries:Xe,profileEntries:He,modelProviderEntries:Ye,mcpServerEntries:Je,featureCatalog:t,featureState:Qe,disabled:$e,disabledReason:ze,saving:g,onPatch:ts})}),e.jsx(le,{value:"docs",className:ae,children:e.jsx(jt,{diagnostics:r})}),e.jsx(le,{value:"auth-profiles",className:ae,children:e.jsx("div",{className:"h-full overflow-auto p-1",children:e.jsx(Ks,{})})})]})]});return e.jsx("div",{className:"h-full min-h-0 overflow-hidden",children:e.jsxs(is,{direction:"horizontal",className:"h-full",children:[e.jsx(Ce,{defaultSize:45,minSize:35,children:e.jsx("div",{className:"h-full border-r bg-muted/20",children:rs()})}),e.jsx(cs,{className:"group flex w-2 cursor-col-resize items-center justify-center bg-border transition-colors hover:bg-primary/20",children:e.jsx(Ls,{className:"h-3 w-3 text-muted-foreground group-hover:text-primary"})}),e.jsx(Ce,{defaultSize:55,minSize:35,children:e.jsx(As,{title:"Codex config.toml",pathLabel:l?.path||r?.file.path||"$CODEX_HOME/config.toml",loading:c,parseWarning:X.valid?l?.parseError:X.error,readWarning:l?.readError,value:q,dirty:u,readOnly:!!l?.readError,saving:h,saveDisabled:!u||h||c||!X.valid||!!l?.readError,onChange:R=>{Ze(R)},onSave:ss,onRefresh:es,onDiscard:()=>w(null),language:"toml",exactText:!0,loadingLabel:"Loading config.toml...",parseWarningLabel:"TOML warning",ownershipNotice:e.jsxs("div",{className:"rounded-md border border-amber-200 bg-amber-50/60 px-3 py-2 text-sm text-amber-900 dark:bg-amber-950/20 dark:text-amber-300",children:[e.jsx("p",{className:"font-medium",children:"This file is upstream-owned by Codex CLI."}),e.jsxs("p",{children:["CCS does not keep ",e.jsx("code",{children:"~/.codex/config.toml"})," in sync for you."]}),e.jsxs("p",{children:["CCS-backed Codex launches may apply transient ",e.jsx("code",{children:"-c"})," overrides and",e.jsx("code",{children:" CCS_CODEX_API_KEY"}),"; those effective values may not appear here."]})]})})})]})})}export{ar as CodexPage};
@@ -1 +1 @@
1
- import{j as e}from"./radix-ui-nu4wz29m.js";import{A as g,a as d,b as m,c as x,d as D,e as h,f,g as j}from"./alert-dialog-DWHL-dqd.js";import{a as A}from"./index-CcGVqYOy.js";function b({open:l,onConfirm:o,onCancel:r,title:a,description:s,confirmText:t,variant:n="default"}){const{t:i}=A();return e.jsx(g,{open:l,onOpenChange:c=>!c&&r(),children:e.jsxs(d,{children:[e.jsxs(m,{children:[e.jsx(x,{children:a}),e.jsx(D,{children:s})]}),e.jsxs(h,{children:[e.jsx(f,{onClick:r,children:i("confirmDialog.cancel")}),e.jsx(j,{onClick:o,className:n==="destructive"?"bg-red-600 hover:bg-red-700 text-white":"",children:t??i("confirmDialog.confirm")})]})]})})}export{b as C};
1
+ import{j as e}from"./radix-ui-nu4wz29m.js";import{A as g,a as d,b as m,c as x,d as D,e as h,f,g as j}from"./alert-dialog-DjvPgzFs.js";import{a as A}from"./index-CGgavq2X.js";function b({open:l,onConfirm:o,onCancel:r,title:a,description:s,confirmText:t,variant:n="default"}){const{t:i}=A();return e.jsx(g,{open:l,onOpenChange:c=>!c&&r(),children:e.jsxs(d,{children:[e.jsxs(m,{children:[e.jsx(x,{children:a}),e.jsx(D,{children:s})]}),e.jsxs(h,{children:[e.jsx(f,{onClick:r,children:i("confirmDialog.cancel")}),e.jsx(j,{onClick:o,className:n==="destructive"?"bg-red-600 hover:bg-red-700 text-white":"",children:t??i("confirmDialog.confirm")})]})]})})}export{b as C};
@@ -1,3 +1,3 @@
1
- import{j as e}from"./radix-ui-nu4wz29m.js";import{bf as w,bg as Pe,a as S,B as k,e as N,W as le,t as V,L,aI as Z,I as me,j as Fe,k as Te,l as Me,m as Le,n as ee,y as fe,bh as Re,S as y,bi as Ae,bj as Ee,bk as Oe,R as _e,U as qe,V as te,bl as De,c as ie}from"./index-CcGVqYOy.js";import{r as b}from"./react-vendor-Bjx91N7w.js";import{a as Ie,u as D,b as R}from"./tanstack-bhJxV1h8.js";import{C as Ue}from"./confirm-dialog-b5Dahgnk.js";import{R as je,L as ve,au as Ke,aa as Qe,Z as ue,_ as Je,T as ne,ax as $e,c as ze,ae as Be,aF as We,aP as xe,K as Ge,Y as He,aQ as Ve,x as be,I as we}from"./icons-DzKUh8vG.js";import{S as oe}from"./separator-E0ISp1SN.js";import{S as Ye}from"./searchable-select-CtvEQrMo.js";import{t as I}from"./notifications-B4_o8bcr.js";import"./utils-CzKF5WmX.js";import"./form-utils-CuHzLhJZ.js";import"./charts-eIPy2oG6.js";import"./alert-dialog-DWHL-dqd.js";async function Xe(){const t=await fetch(w("/copilot/status"));if(!t.ok)throw new Error("Failed to fetch copilot status");return t.json()}async function Ze(){const t=await fetch(w("/copilot/config"));if(!t.ok)throw new Error("Failed to fetch copilot config");return t.json()}async function et(){const t=await fetch(w("/copilot/models"));if(!t.ok)throw new Error("Failed to fetch copilot models");return t.json()}async function tt(){const t=await fetch(w("/copilot/settings/raw"));if(!t.ok)throw new Error("Failed to fetch copilot raw settings");return t.json()}async function st(t){const s=await fetch(w("/copilot/config"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!s.ok)throw new Error("Failed to update copilot config");return s.json()}async function at(t){const s=await fetch(w("/copilot/settings/raw"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(s.status===409)throw new Pe("Copilot raw settings changed externally");if(!s.ok)throw new Error("Failed to save copilot raw settings");return s.json()}async function it(){const t=await fetch(w("/copilot/auth/start"),{method:"POST"});if(!t.ok)throw new Error("Failed to start auth");return t.json()}async function nt(){const t=await fetch(w("/copilot/daemon/start"),{method:"POST"});if(!t.ok)throw new Error("Failed to start daemon");return t.json()}async function ot(){const t=await fetch(w("/copilot/daemon/stop"),{method:"POST"});if(!t.ok)throw new Error("Failed to stop daemon");return t.json()}async function lt(){const t=await fetch(w("/copilot/info"));if(!t.ok)throw new Error("Failed to fetch copilot info");return t.json()}async function rt(t){const s=await fetch(w("/copilot/install"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t?{version:t}:{})});if(!s.ok)throw new Error("Failed to install copilot-api");return s.json()}function Ne(){const t=Ie(),s=D({queryKey:["copilot-status"],queryFn:Xe,refetchInterval:5e3}),o=D({queryKey:["copilot-config"],queryFn:Ze}),d=D({queryKey:["copilot-models"],queryFn:et}),r=D({queryKey:["copilot-raw-settings"],queryFn:tt}),i=D({queryKey:["copilot-info"],queryFn:lt}),c=R({mutationFn:st,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-config"]}),t.invalidateQueries({queryKey:["copilot-raw-settings"]})}}),a=R({mutationFn:at,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-config"]}),t.invalidateQueries({queryKey:["copilot-raw-settings"]})}}),x=R({mutationFn:it,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),h=R({mutationFn:nt,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),f=R({mutationFn:ot,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),u=R({mutationFn:rt,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-info"]})}});return b.useMemo(()=>({status:s.data,statusLoading:s.isLoading,statusError:s.error,refetchStatus:s.refetch,config:o.data,configLoading:o.isLoading,models:d.data?.models??[],currentModel:d.data?.current,modelsLoading:d.isLoading,rawSettings:r.data,rawSettingsLoading:r.isLoading,refetchRawSettings:r.refetch,updateConfig:c.mutate,updateConfigAsync:c.mutateAsync,isUpdating:c.isPending,saveRawSettings:a.mutate,saveRawSettingsAsync:a.mutateAsync,isSavingRawSettings:a.isPending,startAuth:x.mutate,startAuthAsync:x.mutateAsync,isAuthenticating:x.isPending,authResult:x.data,startDaemon:h.mutate,isStartingDaemon:h.isPending,stopDaemon:f.mutate,isStoppingDaemon:f.isPending,info:i.data,infoLoading:i.isLoading,refetchInfo:i.refetch,install:u.mutate,installAsync:u.mutateAsync,isInstalling:u.isPending}),[s.data,s.isLoading,s.error,s.refetch,o.data,o.isLoading,d.data,d.isLoading,r.data,r.isLoading,r.refetch,c.mutate,c.mutateAsync,c.isPending,a.mutate,a.mutateAsync,a.isPending,x.mutate,x.mutateAsync,x.isPending,x.data,h.mutate,h.isPending,f.mutate,f.isPending,i.data,i.isLoading,i.refetch,u.mutate,u.mutateAsync,u.isPending])}function ct({rawSettings:t,rawSettingsLoading:s,isUpdating:o,isSavingRawSettings:d,hasChanges:r,isRawJsonValid:i,onRefresh:c,onSave:a}){const{t:x}=S();return e.jsxs("div",{className:"px-6 py-4 border-b bg-background flex items-center justify-between shrink-0",children:[e.jsx("div",{className:"flex items-center gap-3",children:e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("h2",{className:"text-lg font-semibold",children:x("copilotConfigForm.copilotConfiguration")}),t&&e.jsx(k,{variant:"outline",className:"text-xs",children:"copilot.settings.json"})]}),t&&e.jsxs("p",{className:"text-xs text-muted-foreground mt-0.5",children:["Last modified: ",t.exists?new Date(t.mtime).toLocaleString():"Never saved"]})]})}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(N,{variant:"ghost",size:"sm",onClick:c,disabled:s,children:e.jsx(je,{className:`w-4 h-4 ${s?"animate-spin":""}`})}),e.jsx(N,{size:"sm",onClick:a,disabled:o||d||!r||!i,children:o||d?e.jsxs(e.Fragment,{children:[e.jsx(ve,{className:"w-4 h-4 mr-1 animate-spin"}),"Saving..."]}):e.jsxs(e.Fragment,{children:[e.jsx(Ke,{className:"w-4 h-4 mr-1"}),"Save"]})})]})]})}const dt=[{name:"GPT-4.1 (Free)",description:"Free tier - no premium usage",default:"gpt-4.1",opus:"gpt-4.1",sonnet:"gpt-4.1",haiku:"gpt-4.1"},{name:"GPT-5 Mini (Free)",description:"Free tier - lightweight model",default:"gpt-5-mini",opus:"gpt-5-mini",sonnet:"gpt-5-mini",haiku:"gpt-5-mini"}],mt=[{name:"Claude Opus 4.5",description:"Pro+ (3x) - Most capable reasoning",default:"claude-opus-4.5",opus:"claude-opus-4.5",sonnet:"claude-sonnet-4.5",haiku:"claude-haiku-4.5"},{name:"Claude Sonnet 4.5",description:"Pro+ (1x) - Balanced performance",default:"claude-sonnet-4.5",opus:"claude-opus-4.5",sonnet:"claude-sonnet-4.5",haiku:"claude-haiku-4.5"},{name:"GPT-5.2",description:"Pro+ (1x) - Latest OpenAI (Preview)",default:"gpt-5.2",opus:"gpt-5.2",sonnet:"gpt-5.1",haiku:"gpt-5-mini"},{name:"GPT-5.1 Codex Max",description:"Pro+ (1x) - Best for coding",default:"gpt-5.1-codex-max",opus:"gpt-5.1-codex-max",sonnet:"gpt-5.1-codex",haiku:"gpt-5.1-codex-mini"},{name:"Gemini 2.5 Pro",description:"Pro+ (1x) - Google latest",default:"gemini-2.5-pro",opus:"gemini-2.5-pro",sonnet:"gemini-2.5-pro",haiku:"gemini-3-flash"}];function pe(t){switch(t){case"free":return"bg-green-100 text-green-700 border-green-200";case"pro":return"bg-blue-100 text-blue-700 border-blue-200";case"pro+":return"bg-purple-100 text-purple-700 border-purple-200";case"business":return"bg-orange-100 text-orange-700 border-orange-200";case"enterprise":return"bg-red-100 text-red-700 border-red-200";default:return"bg-muted text-muted-foreground"}}function ut(t){return t==null?null:t===0?"Free":t<1?`${t}x`:t===1?"1x":`${t}x`}function W({label:t,description:s,value:o,onChange:d,models:r,disabled:i}){const{t:c}=S();return e.jsxs("div",{className:"space-y-1.5",children:[e.jsxs("div",{children:[e.jsx("label",{className:"text-xs font-medium",children:t}),s&&e.jsx("p",{className:"text-[10px] text-muted-foreground",children:s})]}),e.jsx(Ye,{value:o||void 0,onChange:d,disabled:i,placeholder:c("componentModelSelector.selectModel"),searchPlaceholder:c("searchableSelect.searchModels"),emptyText:c("searchableSelect.noResults"),triggerClassName:"h-9",groups:[{key:"models",label:c("componentModelSelector.availableModelsCount",{count:r.length})}],options:r.map(a=>({value:a.id,groupKey:"models",searchText:`${a.name||a.id} ${a.id}`,keywords:[a.minPlan??"",a.preview?"preview":""],triggerContent:e.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[e.jsx("span",{className:"truncate font-mono text-xs",children:a.id}),a.minPlan&&e.jsx(k,{variant:"outline",className:`text-[9px] px-1 py-0 h-4 ${pe(a.minPlan)}`,children:a.minPlan})]}),itemContent:e.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[e.jsx("span",{className:"truncate font-mono text-xs",children:a.name||a.id}),a.minPlan&&e.jsx(k,{variant:"outline",className:`text-[9px] px-1 py-0 h-4 ${pe(a.minPlan)}`,children:a.minPlan}),a.multiplier!==void 0&&e.jsx("span",{className:"text-[9px] text-muted-foreground",children:ut(a.multiplier)}),a.preview&&e.jsx(k,{variant:"secondary",className:"text-[9px] px-1 py-0 h-4",children:c("componentModelSelector.preview")})]})}))})]})}function se(t){if(t>=1e6){const s=t/1e6;return s%1===0?`${s}M`:`${s.toFixed(1)}M`}if(t>=1e3){const s=t/1e3;return s%1===0?`${s}K`:`${s.toFixed(1)}K`}return`${t}`}function xt(t){if(!t?.limits)return null;const s=[];return t.limits.maxPromptTokens&&s.push(`prompt ${se(t.limits.maxPromptTokens)}`),t.limits.maxContextWindowTokens&&s.push(`context ${se(t.limits.maxContextWindowTokens)}`),t.limits.maxOutputTokens&&s.push(`output ${se(t.limits.maxOutputTokens)}`),s.length>0?s.join(" | "):null}function pt({currentModel:t,opusModel:s,sonnetModel:o,haikuModel:d,models:r,modelsLoading:i,onApplyPreset:c,onUpdateModel:a,onUpdateOpusModel:x,onUpdateSonnetModel:h,onUpdateHaikuModel:f}){const{t:u}=S(),n=[{label:"Default",id:t},{label:"Opus",id:s||t},{label:"Sonnet",id:o||t},{label:"Haiku",id:d||t}].map(({label:l,id:p})=>{const C=r.find(F=>F.id===p),P=xt(C);return P?{label:l,id:p,limits:P}:null}).filter(l=>l!==null);return e.jsx(le,{value:"config",className:"flex-1 mt-0 border-0 p-0 data-[state=inactive]:hidden flex flex-col overflow-hidden",children:e.jsx(V,{className:"flex-1",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{children:[e.jsxs("h3",{className:"text-sm font-medium mb-2 flex items-center gap-2",children:[e.jsx(Qe,{className:"w-4 h-4"}),u("providerEditor.presets")]}),e.jsx("p",{className:"text-xs text-muted-foreground mb-3",children:u("copilotConfigForm.modelMapping")}),e.jsxs("div",{className:"mb-4",children:[e.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[e.jsx(k,{variant:"outline",className:"text-[10px] bg-green-100 text-green-700 border-green-200",children:"Free Tier"}),e.jsx("span",{className:"text-[10px] text-muted-foreground",children:u("copilotConfigForm.noPremiumUsage")})]}),e.jsx("div",{className:"flex flex-wrap gap-2",children:dt.map(l=>e.jsxs(N,{variant:"outline",size:"sm",className:"text-xs h-7 gap-1",onClick:()=>c(l),title:l.description,children:[e.jsx(ue,{className:"w-3 h-3 text-green-600"}),l.name]},l.name))})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[e.jsx(k,{variant:"outline",className:"text-[10px] bg-blue-100 text-blue-700 border-blue-200",children:"Pro+ Required"}),e.jsx("span",{className:"text-[10px] text-muted-foreground",children:"Uses premium request quota"})]}),e.jsx("div",{className:"flex flex-wrap gap-2",children:mt.map(l=>e.jsxs(N,{variant:"outline",size:"sm",className:"text-xs h-7 gap-1",onClick:()=>c(l),title:l.description,children:[e.jsx(ue,{className:"w-3 h-3"}),l.name]},l.name))})]})]}),e.jsx(oe,{}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-sm font-medium mb-2",children:u("copilotConfigForm.modelMapping")}),e.jsx("p",{className:"text-xs text-muted-foreground mb-4",children:"Configure which models to use for each tier"}),e.jsxs("div",{className:"mb-4 rounded-lg border border-amber-500/30 bg-amber-500/10 p-3 text-xs text-amber-900 dark:text-amber-200",children:[e.jsx("p",{className:"font-medium",children:u("copilotConfigForm.githubCopilotControls")}),e.jsx("p",{className:"mt-1",children:"CCS can switch Copilot models, but it cannot increase the provider's max prompt or context window."}),n.length>0?e.jsx("div",{className:"mt-2 space-y-1 text-[11px] font-mono",children:n.map(l=>e.jsxs("p",{children:[l.label,": ",l.id," (",l.limits,")"]},`${l.label}-${l.id}`))}):e.jsx("p",{className:"mt-2 text-[11px] font-mono",children:"Start the daemon to inspect live model limits from GitHub Copilot metadata."})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx(W,{label:"Default Model",description:"Used when no specific tier is requested",value:t,onChange:a,models:r,disabled:i}),e.jsx(W,{label:"Opus (Most capable)",description:"For complex reasoning tasks",value:s||t,onChange:x,models:r,disabled:i}),e.jsx(W,{label:"Sonnet (Balanced)",description:"Balance of speed and capability",value:o||t,onChange:h,models:r,disabled:i}),e.jsx(W,{label:"Haiku (Fast)",description:"Quick responses for simple tasks",value:d||t,onChange:f,models:r,disabled:i})]})]})]})})})}function ht({enabled:t,autoStart:s,port:o,accountType:d,rateLimit:r,waitOnLimit:i,onUpdateEnabled:c,onUpdateAutoStart:a,onUpdatePort:x,onUpdateAccountType:h,onUpdateRateLimit:f,onUpdateWaitOnLimit:u}){const{t:n}=S();return e.jsx(le,{value:"settings",className:"flex-1 mt-0 border-0 p-0 data-[state=inactive]:hidden flex flex-col overflow-hidden",children:e.jsx(V,{className:"flex-1",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-4",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"enabled",className:"text-sm font-medium",children:n("copilotSettings.enableCopilot")}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n("copilotSettings.enableCopilotDesc")})]}),e.jsx(Z,{id:"enabled",checked:t,onCheckedChange:c})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.basicSettings")}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"port",className:"text-xs",children:n("copilotPage.port")}),e.jsx(me,{id:"port",type:"number",value:o,onChange:l=>x(parseInt(l.target.value,10)),min:1024,max:65535,className:"max-w-[150px] h-8"})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"account-type",className:"text-xs",children:n("copilotSettings.accountType")}),e.jsxs(Fe,{value:d,onValueChange:h,children:[e.jsx(Te,{id:"account-type",className:"max-w-[150px] h-8",children:e.jsx(Me,{})}),e.jsxs(Le,{children:[e.jsx(ee,{value:"individual",children:n("copilotSettings.accountTypeIndividual")}),e.jsx(ee,{value:"business",children:n("copilotSettings.accountTypeBusiness")}),e.jsx(ee,{value:"enterprise",children:n("copilotSettings.accountTypeEnterprise")})]})]})]})]}),e.jsx(oe,{}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.rateLimiting")}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"rate-limit",className:"text-xs",children:n("copilotSettings.rateLimitSeconds")}),e.jsx(me,{id:"rate-limit",type:"number",value:r,onChange:l=>f(l.target.value),placeholder:n("copilotSettings.noLimit"),min:0,className:"max-w-[150px] h-8"})]}),e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-3",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"wait-on-limit",className:"text-xs",children:n("copilotSettings.waitOnRateLimit")}),e.jsx("p",{className:"text-[10px] text-muted-foreground",children:n("copilotSettings.waitOnRateLimitDesc")})]}),e.jsx(Z,{id:"wait-on-limit",checked:i,onCheckedChange:u})]})]}),e.jsx(oe,{}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.daemonSettings")}),e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-3",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"auto-start",className:"text-xs",children:n("copilotSettings.autoStartDaemon")}),e.jsx("p",{className:"text-[10px] text-muted-foreground",children:n("copilotSettings.autoStartDaemonDesc")})]}),e.jsx(Z,{id:"auto-start",checked:s,onCheckedChange:a})]})]})]})})})}function G({label:t,command:s}){return e.jsxs("div",{children:[e.jsx("label",{className:"text-xs text-muted-foreground",children:t}),e.jsxs("div",{className:"mt-1 flex gap-2",children:[e.jsx("code",{className:"flex-1 px-2 py-1.5 bg-muted rounded text-xs font-mono truncate",children:s}),e.jsx(fe,{value:s,size:"icon",className:"h-6 w-6"})]})]})}function gt({rawSettings:t}){const{t:s}=S();return e.jsx(le,{value:"info",className:"h-full mt-0 border-0 p-0 data-[state=inactive]:hidden",children:e.jsx(V,{className:"h-full",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{children:[e.jsxs("h3",{className:"text-sm font-medium flex items-center gap-2 mb-3",children:[e.jsx(Je,{className:"w-4 h-4"}),"Configuration Info"]}),e.jsxs("div",{className:"space-y-3 bg-card rounded-lg border p-4 shadow-sm",children:[e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.provider")}),e.jsx("span",{className:"font-mono",children:"GitHub Copilot"})]}),t&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.filePath")}),e.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[e.jsx("code",{className:"bg-muted px-1.5 py-0.5 rounded text-xs break-all",children:t.path}),e.jsx(fe,{value:t.path,size:"icon",className:"h-5 w-5"})]})]}),e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.status")}),e.jsx(k,{variant:"outline",className:t.exists?"w-fit text-green-600 border-green-200 bg-green-50":"w-fit text-muted-foreground",children:t.exists?"File exists":"Using defaults"})]})]})]})]}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-sm font-medium mb-3",children:s("copilotConfigForm.quickUsage")}),e.jsxs("div",{className:"space-y-3 bg-card rounded-lg border p-4 shadow-sm",children:[e.jsx(G,{label:"Run with Copilot",command:"ccs copilot"}),e.jsx(G,{label:"Authenticate",command:"ccs copilot auth"}),e.jsx(G,{label:"Start daemon",command:"ccs copilot --start"}),e.jsx(G,{label:"Stop daemon",command:"ccs copilot --stop"})]})]})]})})})}const ft=["ANTHROPIC_BASE_URL","ANTHROPIC_AUTH_TOKEN"];function he(t){const s=t?.env||{};return ft.filter(o=>!s[o]?.trim())}function ge(t){if(!t||t.length===0)return[];const s=new Map;return t.forEach(o=>{s.set(o.message,o)}),[...s.values()]}function jt(){const{t}=S(),{config:s,configLoading:o,models:d,modelsLoading:r,rawSettings:i,rawSettingsLoading:c,updateConfigAsync:a,isUpdating:x,saveRawSettingsAsync:h,isSavingRawSettings:f,refetchRawSettings:u}=Ne(),[n,l]=b.useState({}),[p,C]=b.useState(null),[P,F]=b.useState(!1),U=n.enabled??s?.enabled??!1,K=n.autoStart??s?.auto_start??!1,A=n.port??s?.port??4141,Q=n.accountType??s?.account_type??"individual",E=n.model??s?.model??"claude-sonnet-4-6",O=n.rateLimit??s?.rate_limit?.toString()??"",j=n.waitOnLimit??s?.wait_on_limit??!0,J=n.opusModel??s?.opus_model??"",$=n.sonnetModel??s?.sonnet_model??"",z=n.haikuModel??s?.haiku_model??"",B=(g,v)=>{l(_=>({..._,[g]:v}))},Y=g=>{l(v=>({...v,model:g.default,opusModel:g.opus,sonnetModel:g.sonnet,haikuModel:g.haiku})),I.success(t("toasts.presetApplied",{name:g.name}))},T=b.useMemo(()=>p!==null?p:i?.settings?JSON.stringify(i.settings,null,2):`{
1
+ import{j as e}from"./radix-ui-nu4wz29m.js";import{bf as w,bg as Pe,a as S,B as k,e as N,X as le,x as V,L,aJ as Z,I as me,j as Fe,k as Te,l as Me,m as Le,n as ee,z as fe,bh as Re,S as y,bi as Ae,bj as Ee,bk as Oe,U as _e,V as qe,W as te,bl as De,c as ie}from"./index-CGgavq2X.js";import{r as b}from"./react-vendor-Bjx91N7w.js";import{a as Ie,u as D,b as R}from"./tanstack-bhJxV1h8.js";import{C as Ue}from"./confirm-dialog-B37-CVuq.js";import{R as je,L as ve,av as Ke,ab as Je,Z as ue,$ as Qe,T as ne,ay as $e,c as ze,af as Be,aG as Ge,aQ as xe,K as We,_ as He,aR as Ve,y as be,J as we}from"./icons-DSLG1YsC.js";import{S as oe}from"./separator-mvGlDdEW.js";import{S as Xe}from"./searchable-select-C4wShshD.js";import{t as I}from"./notifications-B4_o8bcr.js";import"./utils-CzKF5WmX.js";import"./form-utils-CuHzLhJZ.js";import"./charts-eIPy2oG6.js";import"./alert-dialog-DjvPgzFs.js";async function Ye(){const t=await fetch(w("/copilot/status"));if(!t.ok)throw new Error("Failed to fetch copilot status");return t.json()}async function Ze(){const t=await fetch(w("/copilot/config"));if(!t.ok)throw new Error("Failed to fetch copilot config");return t.json()}async function et(){const t=await fetch(w("/copilot/models"));if(!t.ok)throw new Error("Failed to fetch copilot models");return t.json()}async function tt(){const t=await fetch(w("/copilot/settings/raw"));if(!t.ok)throw new Error("Failed to fetch copilot raw settings");return t.json()}async function st(t){const s=await fetch(w("/copilot/config"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!s.ok)throw new Error("Failed to update copilot config");return s.json()}async function at(t){const s=await fetch(w("/copilot/settings/raw"),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(s.status===409)throw new Pe("Copilot raw settings changed externally");if(!s.ok)throw new Error("Failed to save copilot raw settings");return s.json()}async function it(){const t=await fetch(w("/copilot/auth/start"),{method:"POST"});if(!t.ok)throw new Error("Failed to start auth");return t.json()}async function nt(){const t=await fetch(w("/copilot/daemon/start"),{method:"POST"});if(!t.ok)throw new Error("Failed to start daemon");return t.json()}async function ot(){const t=await fetch(w("/copilot/daemon/stop"),{method:"POST"});if(!t.ok)throw new Error("Failed to stop daemon");return t.json()}async function lt(){const t=await fetch(w("/copilot/info"));if(!t.ok)throw new Error("Failed to fetch copilot info");return t.json()}async function rt(t){const s=await fetch(w("/copilot/install"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t?{version:t}:{})});if(!s.ok)throw new Error("Failed to install copilot-api");return s.json()}function Ne(){const t=Ie(),s=D({queryKey:["copilot-status"],queryFn:Ye,refetchInterval:5e3}),o=D({queryKey:["copilot-config"],queryFn:Ze}),d=D({queryKey:["copilot-models"],queryFn:et}),r=D({queryKey:["copilot-raw-settings"],queryFn:tt}),i=D({queryKey:["copilot-info"],queryFn:lt}),c=R({mutationFn:st,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-config"]}),t.invalidateQueries({queryKey:["copilot-raw-settings"]})}}),a=R({mutationFn:at,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-config"]}),t.invalidateQueries({queryKey:["copilot-raw-settings"]})}}),x=R({mutationFn:it,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),h=R({mutationFn:nt,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),f=R({mutationFn:ot,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]})}}),u=R({mutationFn:rt,onSuccess:()=>{t.invalidateQueries({queryKey:["copilot-status"]}),t.invalidateQueries({queryKey:["copilot-info"]})}});return b.useMemo(()=>({status:s.data,statusLoading:s.isLoading,statusError:s.error,refetchStatus:s.refetch,config:o.data,configLoading:o.isLoading,models:d.data?.models??[],currentModel:d.data?.current,modelsLoading:d.isLoading,rawSettings:r.data,rawSettingsLoading:r.isLoading,refetchRawSettings:r.refetch,updateConfig:c.mutate,updateConfigAsync:c.mutateAsync,isUpdating:c.isPending,saveRawSettings:a.mutate,saveRawSettingsAsync:a.mutateAsync,isSavingRawSettings:a.isPending,startAuth:x.mutate,startAuthAsync:x.mutateAsync,isAuthenticating:x.isPending,authResult:x.data,startDaemon:h.mutate,isStartingDaemon:h.isPending,stopDaemon:f.mutate,isStoppingDaemon:f.isPending,info:i.data,infoLoading:i.isLoading,refetchInfo:i.refetch,install:u.mutate,installAsync:u.mutateAsync,isInstalling:u.isPending}),[s.data,s.isLoading,s.error,s.refetch,o.data,o.isLoading,d.data,d.isLoading,r.data,r.isLoading,r.refetch,c.mutate,c.mutateAsync,c.isPending,a.mutate,a.mutateAsync,a.isPending,x.mutate,x.mutateAsync,x.isPending,x.data,h.mutate,h.isPending,f.mutate,f.isPending,i.data,i.isLoading,i.refetch,u.mutate,u.mutateAsync,u.isPending])}function ct({rawSettings:t,rawSettingsLoading:s,isUpdating:o,isSavingRawSettings:d,hasChanges:r,isRawJsonValid:i,onRefresh:c,onSave:a}){const{t:x}=S();return e.jsxs("div",{className:"px-6 py-4 border-b bg-background flex items-center justify-between shrink-0",children:[e.jsx("div",{className:"flex items-center gap-3",children:e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("h2",{className:"text-lg font-semibold",children:x("copilotConfigForm.copilotConfiguration")}),t&&e.jsx(k,{variant:"outline",className:"text-xs",children:"copilot.settings.json"})]}),t&&e.jsxs("p",{className:"text-xs text-muted-foreground mt-0.5",children:["Last modified: ",t.exists?new Date(t.mtime).toLocaleString():"Never saved"]})]})}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(N,{variant:"ghost",size:"sm",onClick:c,disabled:s,children:e.jsx(je,{className:`w-4 h-4 ${s?"animate-spin":""}`})}),e.jsx(N,{size:"sm",onClick:a,disabled:o||d||!r||!i,children:o||d?e.jsxs(e.Fragment,{children:[e.jsx(ve,{className:"w-4 h-4 mr-1 animate-spin"}),"Saving..."]}):e.jsxs(e.Fragment,{children:[e.jsx(Ke,{className:"w-4 h-4 mr-1"}),"Save"]})})]})]})}const dt=[{name:"GPT-4.1 (Free)",description:"Free tier - no premium usage",default:"gpt-4.1",opus:"gpt-4.1",sonnet:"gpt-4.1",haiku:"gpt-4.1"},{name:"GPT-5 Mini (Free)",description:"Free tier - lightweight model",default:"gpt-5-mini",opus:"gpt-5-mini",sonnet:"gpt-5-mini",haiku:"gpt-5-mini"}],mt=[{name:"Claude Opus 4.5",description:"Pro+ (3x) - Most capable reasoning",default:"claude-opus-4.5",opus:"claude-opus-4.5",sonnet:"claude-sonnet-4.5",haiku:"claude-haiku-4.5"},{name:"Claude Sonnet 4.5",description:"Pro+ (1x) - Balanced performance",default:"claude-sonnet-4.5",opus:"claude-opus-4.5",sonnet:"claude-sonnet-4.5",haiku:"claude-haiku-4.5"},{name:"GPT-5.2",description:"Pro+ (1x) - Latest OpenAI (Preview)",default:"gpt-5.2",opus:"gpt-5.2",sonnet:"gpt-5.1",haiku:"gpt-5-mini"},{name:"GPT-5.1 Codex Max",description:"Pro+ (1x) - Best for coding",default:"gpt-5.1-codex-max",opus:"gpt-5.1-codex-max",sonnet:"gpt-5.1-codex",haiku:"gpt-5.1-codex-mini"},{name:"Gemini 2.5 Pro",description:"Pro+ (1x) - Google latest",default:"gemini-2.5-pro",opus:"gemini-2.5-pro",sonnet:"gemini-2.5-pro",haiku:"gemini-3-flash"}];function pe(t){switch(t){case"free":return"bg-green-100 text-green-700 border-green-200";case"pro":return"bg-blue-100 text-blue-700 border-blue-200";case"pro+":return"bg-purple-100 text-purple-700 border-purple-200";case"business":return"bg-orange-100 text-orange-700 border-orange-200";case"enterprise":return"bg-red-100 text-red-700 border-red-200";default:return"bg-muted text-muted-foreground"}}function ut(t){return t==null?null:t===0?"Free":t<1?`${t}x`:t===1?"1x":`${t}x`}function G({label:t,description:s,value:o,onChange:d,models:r,disabled:i}){const{t:c}=S();return e.jsxs("div",{className:"space-y-1.5",children:[e.jsxs("div",{children:[e.jsx("label",{className:"text-xs font-medium",children:t}),s&&e.jsx("p",{className:"text-[10px] text-muted-foreground",children:s})]}),e.jsx(Xe,{value:o||void 0,onChange:d,disabled:i,placeholder:c("componentModelSelector.selectModel"),searchPlaceholder:c("searchableSelect.searchModels"),emptyText:c("searchableSelect.noResults"),triggerClassName:"h-9",groups:[{key:"models",label:c("componentModelSelector.availableModelsCount",{count:r.length})}],options:r.map(a=>({value:a.id,groupKey:"models",searchText:`${a.name||a.id} ${a.id}`,keywords:[a.minPlan??"",a.preview?"preview":""],triggerContent:e.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[e.jsx("span",{className:"truncate font-mono text-xs",children:a.id}),a.minPlan&&e.jsx(k,{variant:"outline",className:`text-[9px] px-1 py-0 h-4 ${pe(a.minPlan)}`,children:a.minPlan})]}),itemContent:e.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[e.jsx("span",{className:"truncate font-mono text-xs",children:a.name||a.id}),a.minPlan&&e.jsx(k,{variant:"outline",className:`text-[9px] px-1 py-0 h-4 ${pe(a.minPlan)}`,children:a.minPlan}),a.multiplier!==void 0&&e.jsx("span",{className:"text-[9px] text-muted-foreground",children:ut(a.multiplier)}),a.preview&&e.jsx(k,{variant:"secondary",className:"text-[9px] px-1 py-0 h-4",children:c("componentModelSelector.preview")})]})}))})]})}function se(t){if(t>=1e6){const s=t/1e6;return s%1===0?`${s}M`:`${s.toFixed(1)}M`}if(t>=1e3){const s=t/1e3;return s%1===0?`${s}K`:`${s.toFixed(1)}K`}return`${t}`}function xt(t){if(!t?.limits)return null;const s=[];return t.limits.maxPromptTokens&&s.push(`prompt ${se(t.limits.maxPromptTokens)}`),t.limits.maxContextWindowTokens&&s.push(`context ${se(t.limits.maxContextWindowTokens)}`),t.limits.maxOutputTokens&&s.push(`output ${se(t.limits.maxOutputTokens)}`),s.length>0?s.join(" | "):null}function pt({currentModel:t,opusModel:s,sonnetModel:o,haikuModel:d,models:r,modelsLoading:i,onApplyPreset:c,onUpdateModel:a,onUpdateOpusModel:x,onUpdateSonnetModel:h,onUpdateHaikuModel:f}){const{t:u}=S(),n=[{label:"Default",id:t},{label:"Opus",id:s||t},{label:"Sonnet",id:o||t},{label:"Haiku",id:d||t}].map(({label:l,id:p})=>{const C=r.find(F=>F.id===p),P=xt(C);return P?{label:l,id:p,limits:P}:null}).filter(l=>l!==null);return e.jsx(le,{value:"config",className:"flex-1 mt-0 border-0 p-0 data-[state=inactive]:hidden flex flex-col overflow-hidden",children:e.jsx(V,{className:"flex-1",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{children:[e.jsxs("h3",{className:"text-sm font-medium mb-2 flex items-center gap-2",children:[e.jsx(Je,{className:"w-4 h-4"}),u("providerEditor.presets")]}),e.jsx("p",{className:"text-xs text-muted-foreground mb-3",children:u("copilotConfigForm.modelMapping")}),e.jsxs("div",{className:"mb-4",children:[e.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[e.jsx(k,{variant:"outline",className:"text-[10px] bg-green-100 text-green-700 border-green-200",children:"Free Tier"}),e.jsx("span",{className:"text-[10px] text-muted-foreground",children:u("copilotConfigForm.noPremiumUsage")})]}),e.jsx("div",{className:"flex flex-wrap gap-2",children:dt.map(l=>e.jsxs(N,{variant:"outline",size:"sm",className:"text-xs h-7 gap-1",onClick:()=>c(l),title:l.description,children:[e.jsx(ue,{className:"w-3 h-3 text-green-600"}),l.name]},l.name))})]}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[e.jsx(k,{variant:"outline",className:"text-[10px] bg-blue-100 text-blue-700 border-blue-200",children:"Pro+ Required"}),e.jsx("span",{className:"text-[10px] text-muted-foreground",children:"Uses premium request quota"})]}),e.jsx("div",{className:"flex flex-wrap gap-2",children:mt.map(l=>e.jsxs(N,{variant:"outline",size:"sm",className:"text-xs h-7 gap-1",onClick:()=>c(l),title:l.description,children:[e.jsx(ue,{className:"w-3 h-3"}),l.name]},l.name))})]})]}),e.jsx(oe,{}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-sm font-medium mb-2",children:u("copilotConfigForm.modelMapping")}),e.jsx("p",{className:"text-xs text-muted-foreground mb-4",children:"Configure which models to use for each tier"}),e.jsxs("div",{className:"mb-4 rounded-lg border border-amber-500/30 bg-amber-500/10 p-3 text-xs text-amber-900 dark:text-amber-200",children:[e.jsx("p",{className:"font-medium",children:u("copilotConfigForm.githubCopilotControls")}),e.jsx("p",{className:"mt-1",children:"CCS can switch Copilot models, but it cannot increase the provider's max prompt or context window."}),n.length>0?e.jsx("div",{className:"mt-2 space-y-1 text-[11px] font-mono",children:n.map(l=>e.jsxs("p",{children:[l.label,": ",l.id," (",l.limits,")"]},`${l.label}-${l.id}`))}):e.jsx("p",{className:"mt-2 text-[11px] font-mono",children:"Start the daemon to inspect live model limits from GitHub Copilot metadata."})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx(G,{label:"Default Model",description:"Used when no specific tier is requested",value:t,onChange:a,models:r,disabled:i}),e.jsx(G,{label:"Opus (Most capable)",description:"For complex reasoning tasks",value:s||t,onChange:x,models:r,disabled:i}),e.jsx(G,{label:"Sonnet (Balanced)",description:"Balance of speed and capability",value:o||t,onChange:h,models:r,disabled:i}),e.jsx(G,{label:"Haiku (Fast)",description:"Quick responses for simple tasks",value:d||t,onChange:f,models:r,disabled:i})]})]})]})})})}function ht({enabled:t,autoStart:s,port:o,accountType:d,rateLimit:r,waitOnLimit:i,onUpdateEnabled:c,onUpdateAutoStart:a,onUpdatePort:x,onUpdateAccountType:h,onUpdateRateLimit:f,onUpdateWaitOnLimit:u}){const{t:n}=S();return e.jsx(le,{value:"settings",className:"flex-1 mt-0 border-0 p-0 data-[state=inactive]:hidden flex flex-col overflow-hidden",children:e.jsx(V,{className:"flex-1",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-4",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"enabled",className:"text-sm font-medium",children:n("copilotSettings.enableCopilot")}),e.jsx("p",{className:"text-xs text-muted-foreground",children:n("copilotSettings.enableCopilotDesc")})]}),e.jsx(Z,{id:"enabled",checked:t,onCheckedChange:c})]}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.basicSettings")}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"port",className:"text-xs",children:n("copilotPage.port")}),e.jsx(me,{id:"port",type:"number",value:o,onChange:l=>x(parseInt(l.target.value,10)),min:1024,max:65535,className:"max-w-[150px] h-8"})]}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"account-type",className:"text-xs",children:n("copilotSettings.accountType")}),e.jsxs(Fe,{value:d,onValueChange:h,children:[e.jsx(Te,{id:"account-type",className:"max-w-[150px] h-8",children:e.jsx(Me,{})}),e.jsxs(Le,{children:[e.jsx(ee,{value:"individual",children:n("copilotSettings.accountTypeIndividual")}),e.jsx(ee,{value:"business",children:n("copilotSettings.accountTypeBusiness")}),e.jsx(ee,{value:"enterprise",children:n("copilotSettings.accountTypeEnterprise")})]})]})]})]}),e.jsx(oe,{}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.rateLimiting")}),e.jsxs("div",{className:"space-y-2",children:[e.jsx(L,{htmlFor:"rate-limit",className:"text-xs",children:n("copilotSettings.rateLimitSeconds")}),e.jsx(me,{id:"rate-limit",type:"number",value:r,onChange:l=>f(l.target.value),placeholder:n("copilotSettings.noLimit"),min:0,className:"max-w-[150px] h-8"})]}),e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-3",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"wait-on-limit",className:"text-xs",children:n("copilotSettings.waitOnRateLimit")}),e.jsx("p",{className:"text-[10px] text-muted-foreground",children:n("copilotSettings.waitOnRateLimitDesc")})]}),e.jsx(Z,{id:"wait-on-limit",checked:i,onCheckedChange:u})]})]}),e.jsx(oe,{}),e.jsxs("div",{className:"space-y-4",children:[e.jsx("h3",{className:"text-sm font-medium",children:n("copilotSettings.daemonSettings")}),e.jsxs("div",{className:"flex items-center justify-between rounded-lg border p-3",children:[e.jsxs("div",{className:"space-y-0.5",children:[e.jsx(L,{htmlFor:"auto-start",className:"text-xs",children:n("copilotSettings.autoStartDaemon")}),e.jsx("p",{className:"text-[10px] text-muted-foreground",children:n("copilotSettings.autoStartDaemonDesc")})]}),e.jsx(Z,{id:"auto-start",checked:s,onCheckedChange:a})]})]})]})})})}function W({label:t,command:s}){return e.jsxs("div",{children:[e.jsx("label",{className:"text-xs text-muted-foreground",children:t}),e.jsxs("div",{className:"mt-1 flex gap-2",children:[e.jsx("code",{className:"flex-1 px-2 py-1.5 bg-muted rounded text-xs font-mono truncate",children:s}),e.jsx(fe,{value:s,size:"icon",className:"h-6 w-6"})]})]})}function gt({rawSettings:t}){const{t:s}=S();return e.jsx(le,{value:"info",className:"h-full mt-0 border-0 p-0 data-[state=inactive]:hidden",children:e.jsx(V,{className:"h-full",children:e.jsxs("div",{className:"p-4 space-y-6",children:[e.jsxs("div",{children:[e.jsxs("h3",{className:"text-sm font-medium flex items-center gap-2 mb-3",children:[e.jsx(Qe,{className:"w-4 h-4"}),"Configuration Info"]}),e.jsxs("div",{className:"space-y-3 bg-card rounded-lg border p-4 shadow-sm",children:[e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.provider")}),e.jsx("span",{className:"font-mono",children:"GitHub Copilot"})]}),t&&e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.filePath")}),e.jsxs("div",{className:"flex items-center gap-2 min-w-0",children:[e.jsx("code",{className:"bg-muted px-1.5 py-0.5 rounded text-xs break-all",children:t.path}),e.jsx(fe,{value:t.path,size:"icon",className:"h-5 w-5"})]})]}),e.jsxs("div",{className:"grid grid-cols-[100px_1fr] gap-2 text-sm items-center",children:[e.jsx("span",{className:"font-medium text-muted-foreground",children:s("copilotConfigForm.status")}),e.jsx(k,{variant:"outline",className:t.exists?"w-fit text-green-600 border-green-200 bg-green-50":"w-fit text-muted-foreground",children:t.exists?"File exists":"Using defaults"})]})]})]})]}),e.jsxs("div",{children:[e.jsx("h3",{className:"text-sm font-medium mb-3",children:s("copilotConfigForm.quickUsage")}),e.jsxs("div",{className:"space-y-3 bg-card rounded-lg border p-4 shadow-sm",children:[e.jsx(W,{label:"Run with Copilot",command:"ccs copilot"}),e.jsx(W,{label:"Authenticate",command:"ccs copilot auth"}),e.jsx(W,{label:"Start daemon",command:"ccs copilot --start"}),e.jsx(W,{label:"Stop daemon",command:"ccs copilot --stop"})]})]})]})})})}const ft=["ANTHROPIC_BASE_URL","ANTHROPIC_AUTH_TOKEN"];function he(t){const s=t?.env||{};return ft.filter(o=>!s[o]?.trim())}function ge(t){if(!t||t.length===0)return[];const s=new Map;return t.forEach(o=>{s.set(o.message,o)}),[...s.values()]}function jt(){const{t}=S(),{config:s,configLoading:o,models:d,modelsLoading:r,rawSettings:i,rawSettingsLoading:c,updateConfigAsync:a,isUpdating:x,saveRawSettingsAsync:h,isSavingRawSettings:f,refetchRawSettings:u}=Ne(),[n,l]=b.useState({}),[p,C]=b.useState(null),[P,F]=b.useState(!1),U=n.enabled??s?.enabled??!1,K=n.autoStart??s?.auto_start??!1,A=n.port??s?.port??4141,J=n.accountType??s?.account_type??"individual",E=n.model??s?.model??"claude-sonnet-4-6",O=n.rateLimit??s?.rate_limit?.toString()??"",j=n.waitOnLimit??s?.wait_on_limit??!0,Q=n.opusModel??s?.opus_model??"",$=n.sonnetModel??s?.sonnet_model??"",z=n.haikuModel??s?.haiku_model??"",B=(g,v)=>{l(_=>({..._,[g]:v}))},X=g=>{l(v=>({...v,model:g.default,opusModel:g.opus,sonnetModel:g.sonnet,haikuModel:g.haiku})),I.success(t("toasts.presetApplied",{name:g.name}))},T=b.useMemo(()=>p!==null?p:i?.settings?JSON.stringify(i.settings,null,2):`{
2
2
  "env": {}
3
- }`,[p,i]),m=b.useCallback(g=>{C(g)},[]),re=b.useMemo(()=>{try{return JSON.parse(T),!0}catch{return!1}},[T]),ye=b.useMemo(()=>{const g=Object.keys(n).length>0,v=p!==null&&p!==JSON.stringify(i?.settings,null,2);return g||v},[n,p,i]),ce=b.useMemo(()=>{if(p!==null)try{return JSON.parse(p)}catch{return i?.settings}return i?.settings},[p,i?.settings]),Se=b.useMemo(()=>he(ce),[ce]),Ce=b.useMemo(()=>ge([...s?.warnings??[],...i?.warnings??[]]),[s?.warnings,i?.warnings]),de=async({overwriteRawSettings:g=!1}={})=>{try{const v=[];if(Object.keys(n).length>0){const M=await a({enabled:U,auto_start:K,port:A,account_type:Q,model:E,rate_limit:O?parseInt(O,10):null,wait_on_limit:j,opus_model:J||void 0,sonnet_model:$||void 0,haiku_model:z||void 0});v.push(...M.warnings??[])}let _=[];if(p!==null&&re){const M=JSON.parse(T);_=he(M);const ke=await h({settings:M,expectedMtime:g?void 0:i?.mtime});v.push(...ke.warnings??[])}const X=ge(v),q=[];X.length>0&&q.push(X.map(M=>M.message).join(" ")),_.length>0&&q.push(`Missing fields will use defaults: ${_.join(", ")}`),X.length>0?I.warning(t("toasts.settingsSavedWithAdjustments"),{description:q.join(" ")}):q.length>0?I.success(t("toasts.settingsSaved"),{description:q.join(" ")}):I.success(t("toasts.settingsSaved")),l({}),C(null)}catch(v){Re(v)?F(!0):I.error(t("toasts.failedSaveSettings"))}};return{configLoading:o,rawSettingsLoading:c,modelsLoading:r,isUpdating:x,isSavingRawSettings:f,models:d,rawSettings:i,rawJsonContent:T,rawJsonEdits:p,enabled:U,autoStart:K,port:A,accountType:Q,currentModel:E,rateLimit:O,waitOnLimit:j,opusModel:J,sonnetModel:$,haikuModel:z,isRawJsonValid:re,hasChanges:ye,normalizationWarnings:Ce,conflictDialog:P,updateField:B,applyPreset:Y,handleRawJsonChange:m,handleSave:de,handleConflictResolve:async g=>{F(!1),g?await de({overwriteRawSettings:!0}):C(null)},refetchRawSettings:u,missingRequiredFields:Se}}function vt(){const{t}=S(),{configLoading:s,rawSettingsLoading:o,modelsLoading:d,isUpdating:r,isSavingRawSettings:i,models:c,rawSettings:a,rawJsonContent:x,rawJsonEdits:h,enabled:f,autoStart:u,port:n,accountType:l,currentModel:p,rateLimit:C,waitOnLimit:P,opusModel:F,sonnetModel:U,haikuModel:K,isRawJsonValid:A,hasChanges:Q,normalizationWarnings:E,conflictDialog:O,updateField:j,applyPreset:J,handleRawJsonChange:$,handleSave:z,handleConflictResolve:B,refetchRawSettings:Y,missingRequiredFields:T}=jt();return s||o?e.jsxs("div",{className:"space-y-6",children:[e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"})]}):e.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[e.jsx(ct,{rawSettings:a,rawSettingsLoading:o,isUpdating:r,isSavingRawSettings:i,hasChanges:Q,isRawJsonValid:A,onRefresh:()=>Y(),onSave:z}),E.length>0&&e.jsx("div",{className:"px-6 pt-4 shrink-0",children:e.jsxs(Ae,{variant:"warning",children:[e.jsx(ne,{className:"h-4 w-4"}),e.jsx(Ee,{children:t("copilotConfigForm.deprecatedModels")}),e.jsxs(Oe,{className:"space-y-2",children:[e.jsx("p",{children:"Loading this page did not rewrite your files. Save the Copilot configuration to persist these replacements."}),e.jsx("div",{className:"space-y-1",children:E.map(m=>e.jsx("p",{children:m.message},m.message))})]})]})}),e.jsxs("div",{className:"flex-1 flex divide-x overflow-hidden",children:[e.jsx("div",{className:"w-[540px] shrink-0 flex flex-col overflow-hidden bg-muted/5",children:e.jsx("div",{className:"h-full flex flex-col",children:e.jsxs(_e,{defaultValue:"config",className:"h-full flex flex-col",children:[e.jsx("div",{className:"px-4 pt-4 shrink-0",children:e.jsxs(qe,{className:"w-full",children:[e.jsx(te,{value:"config",className:"flex-1",children:"Model Config"}),e.jsx(te,{value:"settings",className:"flex-1",children:"Settings"}),e.jsx(te,{value:"info",className:"flex-1",children:"Info"})]})}),e.jsxs("div",{className:"flex-1 overflow-hidden flex flex-col",children:[e.jsx(pt,{currentModel:p,opusModel:F,sonnetModel:U,haikuModel:K,models:c,modelsLoading:d,onApplyPreset:J,onUpdateModel:m=>j("model",m),onUpdateOpusModel:m=>j("opusModel",m),onUpdateSonnetModel:m=>j("sonnetModel",m),onUpdateHaikuModel:m=>j("haikuModel",m)}),e.jsx(ht,{enabled:f,autoStart:u,port:n,accountType:l,rateLimit:C,waitOnLimit:P,onUpdateEnabled:m=>j("enabled",m),onUpdateAutoStart:m=>j("autoStart",m),onUpdatePort:m=>j("port",m),onUpdateAccountType:m=>j("accountType",m),onUpdateRateLimit:m=>j("rateLimit",m),onUpdateWaitOnLimit:m=>j("waitOnLimit",m)}),e.jsx(gt,{rawSettings:a})]})]})})}),e.jsxs("div",{className:"flex-1 min-w-0 flex flex-col overflow-hidden",children:[e.jsxs("div",{className:"px-6 py-2 bg-muted/30 border-b flex items-center gap-2 shrink-0 h-[45px]",children:[e.jsx($e,{className:"w-4 h-4 text-muted-foreground"}),e.jsx("span",{className:"text-sm font-medium text-muted-foreground",children:"Raw Configuration (JSON)"})]}),e.jsx(De,{rawJsonContent:x,isRawJsonValid:A,rawJsonEdits:h,rawSettingsEnv:a?.settings?.env,onChange:$,missingRequiredFields:T})]})]}),e.jsx(Ue,{open:O,title:"File Modified Externally",description:"This settings file was modified by another process. Overwrite with your changes or discard?",confirmText:"Overwrite",variant:"destructive",onConfirm:()=>B(!0),onCancel:()=>B(!1)})]})}function ae({title:t,children:s}){return e.jsxs("div",{className:"space-y-2",children:[e.jsx("div",{className:"text-xs font-medium text-muted-foreground uppercase tracking-wide px-3",children:t}),e.jsx("div",{className:"space-y-1",children:s})]})}function H({icon:t,label:s,status:o,statusText:d,variant:r="default"}){return e.jsxs("div",{className:"flex items-center gap-3 px-3 py-2 rounded-lg bg-muted/50",children:[e.jsx(t,{className:"w-4 h-4 text-muted-foreground shrink-0"}),e.jsx("div",{className:"flex-1 min-w-0",children:e.jsx("span",{className:"text-sm",children:s})}),e.jsx("div",{className:"flex items-center gap-1.5",children:o?e.jsxs(e.Fragment,{children:[e.jsx(be,{className:ie("w-4 h-4",r==="warning"?"text-yellow-500":"text-green-500")}),e.jsx("span",{className:ie("text-xs",r==="warning"?"text-yellow-500":"text-green-500"),children:d||"Yes"})]}):e.jsxs(e.Fragment,{children:[e.jsx(we,{className:"w-4 h-4 text-muted-foreground"}),e.jsx("span",{className:"text-xs text-muted-foreground",children:d||"No"})]})})]})}function bt(){return e.jsxs("div",{className:"space-y-4 p-4",children:[e.jsx(y,{className:"h-8 w-full"}),e.jsx(y,{className:"h-12 w-full"}),e.jsx(y,{className:"h-12 w-full"}),e.jsx(y,{className:"h-12 w-full"})]})}function Ot(){const{t}=S(),{status:s,statusLoading:o,refetchStatus:d,startAuth:r,isAuthenticating:i,startDaemon:c,isStartingDaemon:a,stopDaemon:x,isStoppingDaemon:h,install:f,isInstalling:u}=Ne();return e.jsxs("div",{className:"flex h-full min-h-0 overflow-hidden",children:[e.jsxs("div",{className:"w-80 border-r flex flex-col bg-muted/30 shrink-0",children:[e.jsxs("div",{className:"p-4 border-b bg-background",children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ze,{className:"w-5 h-5 text-primary"}),e.jsx("h1",{className:"font-semibold",children:t("copilotPage.title")}),e.jsx("span",{className:"rounded border border-amber-300 bg-amber-100 px-1.5 py-0.5 text-[10px] font-medium uppercase tracking-wide text-amber-800 dark:border-amber-900/60 dark:bg-amber-950/40 dark:text-amber-200",children:t("copilotPage.deprecatedBadge")})]}),e.jsx(N,{variant:"ghost",size:"icon",className:"h-8 w-8",onClick:()=>d(),disabled:o,children:e.jsx(je,{className:ie("w-4 h-4",o&&"animate-spin")})})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:t("copilotPage.subtitle")})]}),e.jsx(V,{className:"flex-1",children:o?e.jsx(bt,{}):e.jsxs("div",{className:"p-3 space-y-4",children:[e.jsxs("div",{className:"rounded-md border border-amber-500/50 bg-amber-500/15 p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ne,{className:"h-4 w-4 text-amber-600 dark:text-amber-400 shrink-0"}),e.jsx("span",{className:"text-xs font-semibold text-amber-800 dark:text-amber-200",children:t("copilotPage.deprecationTitle")})]}),e.jsxs("ul",{className:"text-[11px] text-amber-700 dark:text-amber-300 space-y-0.5 pl-6 list-disc",children:[e.jsx("li",{children:t("copilotPage.deprecationItem1")}),e.jsx("li",{children:t("copilotPage.deprecationItem2")}),e.jsx("li",{children:t("copilotPage.deprecationItem3")})]})]}),e.jsxs("div",{className:"rounded-md border border-yellow-500/50 bg-yellow-500/15 p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ne,{className:"h-4 w-4 text-yellow-600 dark:text-yellow-400 shrink-0"}),e.jsx("span",{className:"text-xs font-semibold text-yellow-800 dark:text-yellow-200",children:t("copilotPage.unofficialTitle")})]}),e.jsxs("ul",{className:"text-[11px] text-yellow-700 dark:text-yellow-300 space-y-0.5 pl-6 list-disc",children:[e.jsx("li",{children:t("copilotPage.unofficialItem1")}),e.jsx("li",{children:t("copilotPage.unofficialItem2")}),e.jsx("li",{children:t("copilotPage.unofficialItem3")})]})]}),e.jsxs(ae,{title:t("copilotPage.setup"),children:[e.jsx(H,{icon:Be,label:"copilot-api",status:s?.installed??!1,statusText:s?.installed?s.version?`v${s.version}`:t("copilotPage.installed"):t("copilotPage.missing")}),!s?.installed&&e.jsx(N,{size:"sm",className:"w-full mt-2",onClick:()=>f(void 0),disabled:u,children:u?e.jsxs(e.Fragment,{children:[e.jsx(ve,{className:"w-3.5 h-3.5 mr-1.5 animate-spin"}),t("copilotPage.installing")]}):e.jsxs(e.Fragment,{children:[e.jsx(We,{className:"w-3.5 h-3.5 mr-1.5"}),t("copilotPage.installCopilotApi")]})}),s?.installed&&e.jsx(H,{icon:xe,label:t("copilotPage.integration"),status:s?.enabled??!1,statusText:s?.enabled?t("copilotPage.enabled"):t("copilotPage.disabled")})]}),s?.installed&&e.jsxs(ae,{title:t("copilotPage.auth"),children:[e.jsx(H,{icon:Ge,label:t("copilotPage.github"),status:s?.authenticated??!1,statusText:s?.authenticated?t("copilotPage.connected"):t("copilotPage.notConnected")}),!s?.authenticated&&e.jsx(N,{size:"sm",className:"w-full mt-2",onClick:()=>r(),disabled:i,children:t(i?"copilotPage.authenticating":"copilotPage.authenticate")})]}),s?.authenticated&&e.jsxs(ae,{title:t("copilotPage.daemon"),children:[e.jsx(H,{icon:He,label:t("copilotPage.status"),status:s?.daemon_running??!1,statusText:s?.daemon_running?t("copilotPage.running"):t("copilotPage.stopped")}),e.jsxs("div",{className:"px-3 py-1 text-xs text-muted-foreground",children:[t("copilotPage.port"),": ",s?.port??4141]}),e.jsx("div",{className:"px-1",children:s?.daemon_running?e.jsxs(N,{size:"sm",variant:"outline",className:"w-full",onClick:()=>x(),disabled:h,children:[e.jsx(Ve,{className:"w-3.5 h-3.5 mr-1.5"}),t(h?"copilotPage.stopping":"copilotPage.stop")]}):e.jsxs(N,{size:"sm",variant:"outline",className:"w-full",onClick:()=>c(),disabled:a,children:[e.jsx(xe,{className:"w-3.5 h-3.5 mr-1.5"}),t(a?"copilotPage.starting":"copilotPage.start")]})})]})]})}),e.jsx("div",{className:"p-3 border-t bg-background text-xs text-muted-foreground",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("span",{children:t("copilotPage.proxy")}),s?.daemon_running?e.jsxs("span",{className:"flex items-center gap-1",children:[e.jsx(be,{className:"w-3 h-3 text-green-500"}),t("copilotPage.active")]}):e.jsxs("span",{className:"flex items-center gap-1",children:[e.jsx(we,{className:"w-3 h-3 text-muted-foreground"}),t("copilotPage.inactive")]})]})})]}),e.jsx("div",{className:"flex-1 flex flex-col min-w-0 bg-background overflow-hidden",children:e.jsx(vt,{})})]})}export{Ot as CopilotPage};
3
+ }`,[p,i]),m=b.useCallback(g=>{C(g)},[]),re=b.useMemo(()=>{try{return JSON.parse(T),!0}catch{return!1}},[T]),ye=b.useMemo(()=>{const g=Object.keys(n).length>0,v=p!==null&&p!==JSON.stringify(i?.settings,null,2);return g||v},[n,p,i]),ce=b.useMemo(()=>{if(p!==null)try{return JSON.parse(p)}catch{return i?.settings}return i?.settings},[p,i?.settings]),Se=b.useMemo(()=>he(ce),[ce]),Ce=b.useMemo(()=>ge([...s?.warnings??[],...i?.warnings??[]]),[s?.warnings,i?.warnings]),de=async({overwriteRawSettings:g=!1}={})=>{try{const v=[];if(Object.keys(n).length>0){const M=await a({enabled:U,auto_start:K,port:A,account_type:J,model:E,rate_limit:O?parseInt(O,10):null,wait_on_limit:j,opus_model:Q||void 0,sonnet_model:$||void 0,haiku_model:z||void 0});v.push(...M.warnings??[])}let _=[];if(p!==null&&re){const M=JSON.parse(T);_=he(M);const ke=await h({settings:M,expectedMtime:g?void 0:i?.mtime});v.push(...ke.warnings??[])}const Y=ge(v),q=[];Y.length>0&&q.push(Y.map(M=>M.message).join(" ")),_.length>0&&q.push(`Missing fields will use defaults: ${_.join(", ")}`),Y.length>0?I.warning(t("toasts.settingsSavedWithAdjustments"),{description:q.join(" ")}):q.length>0?I.success(t("toasts.settingsSaved"),{description:q.join(" ")}):I.success(t("toasts.settingsSaved")),l({}),C(null)}catch(v){Re(v)?F(!0):I.error(t("toasts.failedSaveSettings"))}};return{configLoading:o,rawSettingsLoading:c,modelsLoading:r,isUpdating:x,isSavingRawSettings:f,models:d,rawSettings:i,rawJsonContent:T,rawJsonEdits:p,enabled:U,autoStart:K,port:A,accountType:J,currentModel:E,rateLimit:O,waitOnLimit:j,opusModel:Q,sonnetModel:$,haikuModel:z,isRawJsonValid:re,hasChanges:ye,normalizationWarnings:Ce,conflictDialog:P,updateField:B,applyPreset:X,handleRawJsonChange:m,handleSave:de,handleConflictResolve:async g=>{F(!1),g?await de({overwriteRawSettings:!0}):C(null)},refetchRawSettings:u,missingRequiredFields:Se}}function vt(){const{t}=S(),{configLoading:s,rawSettingsLoading:o,modelsLoading:d,isUpdating:r,isSavingRawSettings:i,models:c,rawSettings:a,rawJsonContent:x,rawJsonEdits:h,enabled:f,autoStart:u,port:n,accountType:l,currentModel:p,rateLimit:C,waitOnLimit:P,opusModel:F,sonnetModel:U,haikuModel:K,isRawJsonValid:A,hasChanges:J,normalizationWarnings:E,conflictDialog:O,updateField:j,applyPreset:Q,handleRawJsonChange:$,handleSave:z,handleConflictResolve:B,refetchRawSettings:X,missingRequiredFields:T}=jt();return s||o?e.jsxs("div",{className:"space-y-6",children:[e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"}),e.jsx(y,{className:"h-10 w-full"})]}):e.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[e.jsx(ct,{rawSettings:a,rawSettingsLoading:o,isUpdating:r,isSavingRawSettings:i,hasChanges:J,isRawJsonValid:A,onRefresh:()=>X(),onSave:z}),E.length>0&&e.jsx("div",{className:"px-6 pt-4 shrink-0",children:e.jsxs(Ae,{variant:"warning",children:[e.jsx(ne,{className:"h-4 w-4"}),e.jsx(Ee,{children:t("copilotConfigForm.deprecatedModels")}),e.jsxs(Oe,{className:"space-y-2",children:[e.jsx("p",{children:"Loading this page did not rewrite your files. Save the Copilot configuration to persist these replacements."}),e.jsx("div",{className:"space-y-1",children:E.map(m=>e.jsx("p",{children:m.message},m.message))})]})]})}),e.jsxs("div",{className:"flex-1 flex divide-x overflow-hidden",children:[e.jsx("div",{className:"w-[540px] shrink-0 flex flex-col overflow-hidden bg-muted/5",children:e.jsx("div",{className:"h-full flex flex-col",children:e.jsxs(_e,{defaultValue:"config",className:"h-full flex flex-col",children:[e.jsx("div",{className:"px-4 pt-4 shrink-0",children:e.jsxs(qe,{className:"w-full",children:[e.jsx(te,{value:"config",className:"flex-1",children:"Model Config"}),e.jsx(te,{value:"settings",className:"flex-1",children:"Settings"}),e.jsx(te,{value:"info",className:"flex-1",children:"Info"})]})}),e.jsxs("div",{className:"flex-1 overflow-hidden flex flex-col",children:[e.jsx(pt,{currentModel:p,opusModel:F,sonnetModel:U,haikuModel:K,models:c,modelsLoading:d,onApplyPreset:Q,onUpdateModel:m=>j("model",m),onUpdateOpusModel:m=>j("opusModel",m),onUpdateSonnetModel:m=>j("sonnetModel",m),onUpdateHaikuModel:m=>j("haikuModel",m)}),e.jsx(ht,{enabled:f,autoStart:u,port:n,accountType:l,rateLimit:C,waitOnLimit:P,onUpdateEnabled:m=>j("enabled",m),onUpdateAutoStart:m=>j("autoStart",m),onUpdatePort:m=>j("port",m),onUpdateAccountType:m=>j("accountType",m),onUpdateRateLimit:m=>j("rateLimit",m),onUpdateWaitOnLimit:m=>j("waitOnLimit",m)}),e.jsx(gt,{rawSettings:a})]})]})})}),e.jsxs("div",{className:"flex-1 min-w-0 flex flex-col overflow-hidden",children:[e.jsxs("div",{className:"px-6 py-2 bg-muted/30 border-b flex items-center gap-2 shrink-0 h-[45px]",children:[e.jsx($e,{className:"w-4 h-4 text-muted-foreground"}),e.jsx("span",{className:"text-sm font-medium text-muted-foreground",children:"Raw Configuration (JSON)"})]}),e.jsx(De,{rawJsonContent:x,isRawJsonValid:A,rawJsonEdits:h,rawSettingsEnv:a?.settings?.env,onChange:$,missingRequiredFields:T})]})]}),e.jsx(Ue,{open:O,title:"File Modified Externally",description:"This settings file was modified by another process. Overwrite with your changes or discard?",confirmText:"Overwrite",variant:"destructive",onConfirm:()=>B(!0),onCancel:()=>B(!1)})]})}function ae({title:t,children:s}){return e.jsxs("div",{className:"space-y-2",children:[e.jsx("div",{className:"text-xs font-medium text-muted-foreground uppercase tracking-wide px-3",children:t}),e.jsx("div",{className:"space-y-1",children:s})]})}function H({icon:t,label:s,status:o,statusText:d,variant:r="default"}){return e.jsxs("div",{className:"flex items-center gap-3 px-3 py-2 rounded-lg bg-muted/50",children:[e.jsx(t,{className:"w-4 h-4 text-muted-foreground shrink-0"}),e.jsx("div",{className:"flex-1 min-w-0",children:e.jsx("span",{className:"text-sm",children:s})}),e.jsx("div",{className:"flex items-center gap-1.5",children:o?e.jsxs(e.Fragment,{children:[e.jsx(be,{className:ie("w-4 h-4",r==="warning"?"text-yellow-500":"text-green-500")}),e.jsx("span",{className:ie("text-xs",r==="warning"?"text-yellow-500":"text-green-500"),children:d||"Yes"})]}):e.jsxs(e.Fragment,{children:[e.jsx(we,{className:"w-4 h-4 text-muted-foreground"}),e.jsx("span",{className:"text-xs text-muted-foreground",children:d||"No"})]})})]})}function bt(){return e.jsxs("div",{className:"space-y-4 p-4",children:[e.jsx(y,{className:"h-8 w-full"}),e.jsx(y,{className:"h-12 w-full"}),e.jsx(y,{className:"h-12 w-full"}),e.jsx(y,{className:"h-12 w-full"})]})}function Ot(){const{t}=S(),{status:s,statusLoading:o,refetchStatus:d,startAuth:r,isAuthenticating:i,startDaemon:c,isStartingDaemon:a,stopDaemon:x,isStoppingDaemon:h,install:f,isInstalling:u}=Ne();return e.jsxs("div",{className:"flex h-full min-h-0 overflow-hidden",children:[e.jsxs("div",{className:"w-80 border-r flex flex-col bg-muted/30 shrink-0",children:[e.jsxs("div",{className:"p-4 border-b bg-background",children:[e.jsxs("div",{className:"flex items-center justify-between mb-1",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ze,{className:"w-5 h-5 text-primary"}),e.jsx("h1",{className:"font-semibold",children:t("copilotPage.title")}),e.jsx("span",{className:"rounded border border-amber-300 bg-amber-100 px-1.5 py-0.5 text-[10px] font-medium uppercase tracking-wide text-amber-800 dark:border-amber-900/60 dark:bg-amber-950/40 dark:text-amber-200",children:t("copilotPage.deprecatedBadge")})]}),e.jsx(N,{variant:"ghost",size:"icon",className:"h-8 w-8",onClick:()=>d(),disabled:o,children:e.jsx(je,{className:ie("w-4 h-4",o&&"animate-spin")})})]}),e.jsx("p",{className:"text-xs text-muted-foreground",children:t("copilotPage.subtitle")})]}),e.jsx(V,{className:"flex-1",children:o?e.jsx(bt,{}):e.jsxs("div",{className:"p-3 space-y-4",children:[e.jsxs("div",{className:"rounded-md border border-amber-500/50 bg-amber-500/15 p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ne,{className:"h-4 w-4 text-amber-600 dark:text-amber-400 shrink-0"}),e.jsx("span",{className:"text-xs font-semibold text-amber-800 dark:text-amber-200",children:t("copilotPage.deprecationTitle")})]}),e.jsxs("ul",{className:"text-[11px] text-amber-700 dark:text-amber-300 space-y-0.5 pl-6 list-disc",children:[e.jsx("li",{children:t("copilotPage.deprecationItem1")}),e.jsx("li",{children:t("copilotPage.deprecationItem2")}),e.jsx("li",{children:t("copilotPage.deprecationItem3")})]})]}),e.jsxs("div",{className:"rounded-md border border-yellow-500/50 bg-yellow-500/15 p-3 space-y-1.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(ne,{className:"h-4 w-4 text-yellow-600 dark:text-yellow-400 shrink-0"}),e.jsx("span",{className:"text-xs font-semibold text-yellow-800 dark:text-yellow-200",children:t("copilotPage.unofficialTitle")})]}),e.jsxs("ul",{className:"text-[11px] text-yellow-700 dark:text-yellow-300 space-y-0.5 pl-6 list-disc",children:[e.jsx("li",{children:t("copilotPage.unofficialItem1")}),e.jsx("li",{children:t("copilotPage.unofficialItem2")}),e.jsx("li",{children:t("copilotPage.unofficialItem3")})]})]}),e.jsxs(ae,{title:t("copilotPage.setup"),children:[e.jsx(H,{icon:Be,label:"copilot-api",status:s?.installed??!1,statusText:s?.installed?s.version?`v${s.version}`:t("copilotPage.installed"):t("copilotPage.missing")}),!s?.installed&&e.jsx(N,{size:"sm",className:"w-full mt-2",onClick:()=>f(void 0),disabled:u,children:u?e.jsxs(e.Fragment,{children:[e.jsx(ve,{className:"w-3.5 h-3.5 mr-1.5 animate-spin"}),t("copilotPage.installing")]}):e.jsxs(e.Fragment,{children:[e.jsx(Ge,{className:"w-3.5 h-3.5 mr-1.5"}),t("copilotPage.installCopilotApi")]})}),s?.installed&&e.jsx(H,{icon:xe,label:t("copilotPage.integration"),status:s?.enabled??!1,statusText:s?.enabled?t("copilotPage.enabled"):t("copilotPage.disabled")})]}),s?.installed&&e.jsxs(ae,{title:t("copilotPage.auth"),children:[e.jsx(H,{icon:We,label:t("copilotPage.github"),status:s?.authenticated??!1,statusText:s?.authenticated?t("copilotPage.connected"):t("copilotPage.notConnected")}),!s?.authenticated&&e.jsx(N,{size:"sm",className:"w-full mt-2",onClick:()=>r(),disabled:i,children:t(i?"copilotPage.authenticating":"copilotPage.authenticate")})]}),s?.authenticated&&e.jsxs(ae,{title:t("copilotPage.daemon"),children:[e.jsx(H,{icon:He,label:t("copilotPage.status"),status:s?.daemon_running??!1,statusText:s?.daemon_running?t("copilotPage.running"):t("copilotPage.stopped")}),e.jsxs("div",{className:"px-3 py-1 text-xs text-muted-foreground",children:[t("copilotPage.port"),": ",s?.port??4141]}),e.jsx("div",{className:"px-1",children:s?.daemon_running?e.jsxs(N,{size:"sm",variant:"outline",className:"w-full",onClick:()=>x(),disabled:h,children:[e.jsx(Ve,{className:"w-3.5 h-3.5 mr-1.5"}),t(h?"copilotPage.stopping":"copilotPage.stop")]}):e.jsxs(N,{size:"sm",variant:"outline",className:"w-full",onClick:()=>c(),disabled:a,children:[e.jsx(xe,{className:"w-3.5 h-3.5 mr-1.5"}),t(a?"copilotPage.starting":"copilotPage.start")]})})]})]})}),e.jsx("div",{className:"p-3 border-t bg-background text-xs text-muted-foreground",children:e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("span",{children:t("copilotPage.proxy")}),s?.daemon_running?e.jsxs("span",{className:"flex items-center gap-1",children:[e.jsx(be,{className:"w-3 h-3 text-green-500"}),t("copilotPage.active")]}):e.jsxs("span",{className:"flex items-center gap-1",children:[e.jsx(we,{className:"w-3 h-3 text-muted-foreground"}),t("copilotPage.inactive")]})]})})]}),e.jsx("div",{className:"flex-1 flex flex-col min-w-0 bg-background overflow-hidden",children:e.jsx(vt,{})})]})}export{Ot as CopilotPage};