@fudrouter/fsrouter 0.6.58 → 0.6.60

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 (599) hide show
  1. package/bin/copyJs.js +9 -0
  2. package/bin/rewriteSseImports.js +15 -5
  3. package/dist/open-sse/executors/blackbox-web.js +1 -1
  4. package/dist/open-sse/executors/claude-web.js +1 -1
  5. package/dist/open-sse/executors/gitlab.js +1 -1
  6. package/dist/open-sse/executors/huggingchat.js +1 -1
  7. package/dist/open-sse/executors/kimi-web.js +1 -1
  8. package/dist/open-sse/executors/ninerouter.js +2 -2
  9. package/dist/open-sse/executors/qoder.js +3 -3
  10. package/dist/open-sse/executors/qwen-web.js +1 -1
  11. package/dist/open-sse/executors/yuanbao-web.js +1 -1
  12. package/dist/open-sse/handlers/chatCore/nonStreamingHandler.js +1 -1
  13. package/dist/open-sse/handlers/chatCore/requestDetail.js +1 -1
  14. package/dist/open-sse/handlers/chatCore/sseToJsonHandler.js +1 -1
  15. package/dist/open-sse/handlers/chatCore/streamingHandler.js +1 -1
  16. package/dist/open-sse/handlers/chatCore.js +1 -1
  17. package/dist/open-sse/handlers/imageProviders/leonardo.js +1 -1
  18. package/dist/open-sse/handlers/imageProviders/weavy.js +1 -1
  19. package/dist/open-sse/handlers/videoProviders/weavy.js +1 -1
  20. package/dist/open-sse/mcp-server/tools/advancedTools.js +2 -2
  21. package/dist/open-sse/mcp-server/tools/agentSkillTools.js +1 -1
  22. package/dist/open-sse/mcp-server/tools/compressionTools.js +4 -4
  23. package/dist/open-sse/mcp-server/tools/gamificationTools.js +10 -10
  24. package/dist/open-sse/mcp-server/tools/githubSkillTools.js +1 -1
  25. package/dist/open-sse/mcp-server/tools/memoryTools.js +3 -3
  26. package/dist/open-sse/mcp-server/tools/notionTools.js +2 -2
  27. package/dist/open-sse/mcp-server/tools/obsidianTools.js +2 -2
  28. package/dist/open-sse/mcp-server/tools/pickFastestModel.js +1 -1
  29. package/dist/open-sse/mcp-server/tools/pluginTools.js +4 -4
  30. package/dist/open-sse/mcp-server/tools/skillTools.js +2 -2
  31. package/dist/open-sse/services/combo/quotaExhaustionCutoff.js +2 -2
  32. package/dist/open-sse/services/combo/quotaShareStrategy.js +1 -1
  33. package/dist/open-sse/services/combo/resolveAutoStrategy.js +1 -1
  34. package/dist/open-sse/services/combo/sessionStickiness.js +1 -1
  35. package/dist/open-sse/services/combo/targetSorters.js +2 -2
  36. package/dist/open-sse/services/combo/validateQuality.js +1 -1
  37. package/dist/open-sse/services/thinkingBudget.js +1 -1
  38. package/dist/open-sse/services/tokenRefresh/providers.js +3 -3
  39. package/dist/open-sse/utils/providerRequestLogging.js +1 -1
  40. package/dist/open-sse/utils/responsesStatePolicy.js +1 -1
  41. package/dist/open-sse/utils/stream.js +1 -1
  42. package/dist/open-sse/utils/streamFailureFinalization.js +1 -1
  43. package/dist/open-sse/utils/usageTracking.js +1 -1
  44. package/package.json +1 -1
  45. package/open-sse/AGENTS.md +0 -39
  46. package/open-sse/config/anthropicHeaders.js +0 -87
  47. package/open-sse/config/appConstants.js +0 -238
  48. package/open-sse/config/audioRegistry.js +0 -506
  49. package/open-sse/config/cliFingerprints.js +0 -304
  50. package/open-sse/config/codexInstructions.js +0 -119
  51. package/open-sse/config/codexQuotaScopes.js +0 -42
  52. package/open-sse/config/constants.js +0 -4
  53. package/open-sse/config/contextEditing.js +0 -68
  54. package/open-sse/config/credentialLoader.js +0 -83
  55. package/open-sse/config/defaultThinkingSignature.js +0 -12
  56. package/open-sse/config/embeddingRegistry.js +0 -264
  57. package/open-sse/config/errorConfig.js +0 -96
  58. package/open-sse/config/freeModelCatalog.data.js +0 -121
  59. package/open-sse/config/freeModelCatalog.js +0 -90
  60. package/open-sse/config/freeTierCatalog.js +0 -81
  61. package/open-sse/config/googleTtsLanguages.js +0 -62
  62. package/open-sse/config/imageParamDefs.js +0 -360
  63. package/open-sse/config/imageRegistry.js +0 -493
  64. package/open-sse/config/kiroConstants.js +0 -268
  65. package/open-sse/config/mediaConfig.js +0 -27
  66. package/open-sse/config/mediaServiceKinds.js +0 -71
  67. package/open-sse/config/models.js +0 -13
  68. package/open-sse/config/moderationRegistry.js +0 -71
  69. package/open-sse/config/musicRegistry.js +0 -99
  70. package/open-sse/config/ocrRegistry.js +0 -61
  71. package/open-sse/config/ollamaModels.js +0 -19
  72. package/open-sse/config/providerErrorRules.js +0 -114
  73. package/open-sse/config/providerFieldStrips.js +0 -35
  74. package/open-sse/config/providerHeaderProfiles.js +0 -191
  75. package/open-sse/config/providerModels.js +0 -106
  76. package/open-sse/config/providerRegistry.js +0 -16
  77. package/open-sse/config/providers.js +0 -19
  78. package/open-sse/config/registryUtils.js +0 -106
  79. package/open-sse/config/rerankRegistry.js +0 -177
  80. package/open-sse/config/runtimeConfig.js +0 -96
  81. package/open-sse/config/runway.js +0 -39
  82. package/open-sse/config/searchRegistry.js +0 -153
  83. package/open-sse/config/toolCloaking.js +0 -199
  84. package/open-sse/config/ttsModels.js +0 -129
  85. package/open-sse/config/videoRegistry.js +0 -207
  86. package/open-sse/executors/adapta-web.js +0 -435
  87. package/open-sse/executors/antigravity.js +0 -534
  88. package/open-sse/executors/antigravityUpstreamError.js +0 -13
  89. package/open-sse/executors/auggie.js +0 -437
  90. package/open-sse/executors/azure-openai.js +0 -32
  91. package/open-sse/executors/azure.js +0 -57
  92. package/open-sse/executors/base.js +0 -181
  93. package/open-sse/executors/bedrock.js +0 -633
  94. package/open-sse/executors/blackbox-web.js +0 -578
  95. package/open-sse/executors/chatgpt-web.js +0 -2042
  96. package/open-sse/executors/chipotle.js +0 -357
  97. package/open-sse/executors/claude-web-with-auto-refresh.js +0 -73
  98. package/open-sse/executors/claude-web.js +0 -586
  99. package/open-sse/executors/cliproxyapi.js +0 -296
  100. package/open-sse/executors/cloudflare-ai.js +0 -46
  101. package/open-sse/executors/codebuddy-cn.js +0 -40
  102. package/open-sse/executors/codex.js +0 -1324
  103. package/open-sse/executors/commandCode.js +0 -558
  104. package/open-sse/executors/commandcode.js +0 -88
  105. package/open-sse/executors/copilot-m365-connection.js +0 -176
  106. package/open-sse/executors/copilot-m365-frames.js +0 -192
  107. package/open-sse/executors/copilot-m365-web.js +0 -299
  108. package/open-sse/executors/copilot-web.js +0 -580
  109. package/open-sse/executors/cursor.js +0 -795
  110. package/open-sse/executors/deepseek-web-with-auto-refresh.js +0 -150
  111. package/open-sse/executors/deepseek-web.js +0 -875
  112. package/open-sse/executors/default.js +0 -430
  113. package/open-sse/executors/devin-cli.js +0 -351
  114. package/open-sse/executors/doubao-web.js +0 -550
  115. package/open-sse/executors/duckduckgo-web.js +0 -629
  116. package/open-sse/executors/forceResponsesUpstream.js +0 -33
  117. package/open-sse/executors/gemini-business.js +0 -320
  118. package/open-sse/executors/gemini-cli.js +0 -89
  119. package/open-sse/executors/gemini-web.js +0 -297
  120. package/open-sse/executors/github.js +0 -379
  121. package/open-sse/executors/gitlab.js +0 -569
  122. package/open-sse/executors/glm.js +0 -361
  123. package/open-sse/executors/grok-cli.js +0 -119
  124. package/open-sse/executors/grok-web.js +0 -345
  125. package/open-sse/executors/huggingchat.js +0 -467
  126. package/open-sse/executors/iflow.js +0 -108
  127. package/open-sse/executors/index.js +0 -78
  128. package/open-sse/executors/inner-ai.js +0 -527
  129. package/open-sse/executors/kimchi.js +0 -123
  130. package/open-sse/executors/kimi-web.js +0 -325
  131. package/open-sse/executors/kimi.js +0 -97
  132. package/open-sse/executors/kiro.js +0 -503
  133. package/open-sse/executors/kiroThinking.js +0 -44
  134. package/open-sse/executors/lmarena.js +0 -395
  135. package/open-sse/executors/mimo-free.js +0 -167
  136. package/open-sse/executors/mimocode.js +0 -392
  137. package/open-sse/executors/ninerouter.js +0 -155
  138. package/open-sse/executors/nlpcloud.js +0 -438
  139. package/open-sse/executors/ollama-local.js +0 -14
  140. package/open-sse/executors/opencode-go.js +0 -41
  141. package/open-sse/executors/opencode.js +0 -32
  142. package/open-sse/executors/perplexity-web.js +0 -581
  143. package/open-sse/executors/poe-web.js +0 -133
  144. package/open-sse/executors/pollinations.js +0 -95
  145. package/open-sse/executors/puter.js +0 -31
  146. package/open-sse/executors/qoder.js +0 -448
  147. package/open-sse/executors/qwen-web.js +0 -372
  148. package/open-sse/executors/qwen.js +0 -129
  149. package/open-sse/executors/t3-chat-web.js +0 -417
  150. package/open-sse/executors/theoldllm.js +0 -290
  151. package/open-sse/executors/trae.js +0 -418
  152. package/open-sse/executors/v0-vercel-web.js +0 -141
  153. package/open-sse/executors/venice-web.js +0 -142
  154. package/open-sse/executors/vertex.js +0 -131
  155. package/open-sse/executors/vertexMedia.js +0 -236
  156. package/open-sse/executors/windsurf.js +0 -560
  157. package/open-sse/executors/xai.js +0 -46
  158. package/open-sse/executors/xiaomi-tokenplan.js +0 -19
  159. package/open-sse/executors/yuanbao-web.js +0 -385
  160. package/open-sse/executors/zed-hosted.js +0 -281
  161. package/open-sse/executors/zenmux-free.js +0 -247
  162. package/open-sse/handlers/audioSpeech.js +0 -759
  163. package/open-sse/handlers/audioTranscription.js +0 -395
  164. package/open-sse/handlers/audioTranslation.js +0 -181
  165. package/open-sse/handlers/chatCore/nonStreamingHandler.js +0 -300
  166. package/open-sse/handlers/chatCore/requestDetail.js +0 -102
  167. package/open-sse/handlers/chatCore/sseToJsonHandler.js +0 -231
  168. package/open-sse/handlers/chatCore/streamingHandler.js +0 -95
  169. package/open-sse/handlers/chatCore.js +0 -404
  170. package/open-sse/handlers/embeddingProviders/_base.js +0 -4
  171. package/open-sse/handlers/embeddingProviders/gemini.js +0 -54
  172. package/open-sse/handlers/embeddingProviders/index.js +0 -23
  173. package/open-sse/handlers/embeddingProviders/openai.js +0 -39
  174. package/open-sse/handlers/embeddingProviders/openaiCompatNode.js +0 -13
  175. package/open-sse/handlers/embeddingsCore.js +0 -126
  176. package/open-sse/handlers/fetch/index.js +0 -237
  177. package/open-sse/handlers/imageGenerationCore.js +0 -230
  178. package/open-sse/handlers/imageProviders/_base.js +0 -31
  179. package/open-sse/handlers/imageProviders/antigravity.js +0 -73
  180. package/open-sse/handlers/imageProviders/blackForestLabs.js +0 -63
  181. package/open-sse/handlers/imageProviders/cloudflareAi.js +0 -207
  182. package/open-sse/handlers/imageProviders/codex.js +0 -217
  183. package/open-sse/handlers/imageProviders/comfyui.js +0 -25
  184. package/open-sse/handlers/imageProviders/falAi.js +0 -62
  185. package/open-sse/handlers/imageProviders/gemini.js +0 -40
  186. package/open-sse/handlers/imageProviders/huggingface.js +0 -38
  187. package/open-sse/handlers/imageProviders/index.js +0 -44
  188. package/open-sse/handlers/imageProviders/leonardo.js +0 -435
  189. package/open-sse/handlers/imageProviders/nanobanana.js +0 -79
  190. package/open-sse/handlers/imageProviders/openai.js +0 -61
  191. package/open-sse/handlers/imageProviders/runwayml.js +0 -72
  192. package/open-sse/handlers/imageProviders/sdwebui.js +0 -36
  193. package/open-sse/handlers/imageProviders/stabilityAi.js +0 -59
  194. package/open-sse/handlers/imageProviders/weavy.js +0 -222
  195. package/open-sse/handlers/moderations.js +0 -92
  196. package/open-sse/handlers/ocr.js +0 -89
  197. package/open-sse/handlers/rerank.js +0 -223
  198. package/open-sse/handlers/responseSanitizer/reasoning.js +0 -144
  199. package/open-sse/handlers/responsesHandler.js +0 -99
  200. package/open-sse/handlers/search/callers.js +0 -371
  201. package/open-sse/handlers/search/chatSearch.js +0 -409
  202. package/open-sse/handlers/search/index.js +0 -201
  203. package/open-sse/handlers/search/normalizers.js +0 -223
  204. package/open-sse/handlers/search.js +0 -1056
  205. package/open-sse/handlers/sseParser.js +0 -469
  206. package/open-sse/handlers/sttCore.js +0 -193
  207. package/open-sse/handlers/ttsCore.js +0 -74
  208. package/open-sse/handlers/ttsProviders/_base.js +0 -39
  209. package/open-sse/handlers/ttsProviders/edgeTts.js +0 -89
  210. package/open-sse/handlers/ttsProviders/elevenlabs.js +0 -48
  211. package/open-sse/handlers/ttsProviders/gemini.js +0 -117
  212. package/open-sse/handlers/ttsProviders/genericFormats.js +0 -169
  213. package/open-sse/handlers/ttsProviders/googleTts.js +0 -54
  214. package/open-sse/handlers/ttsProviders/index.js +0 -50
  215. package/open-sse/handlers/ttsProviders/localDevice.js +0 -87
  216. package/open-sse/handlers/ttsProviders/minimax.js +0 -59
  217. package/open-sse/handlers/ttsProviders/openai.js +0 -30
  218. package/open-sse/handlers/ttsProviders/openrouter.js +0 -70
  219. package/open-sse/handlers/usageExtractor.js +0 -93
  220. package/open-sse/handlers/videoGenerationCore.js +0 -119
  221. package/open-sse/handlers/videoProviders/index.js +0 -22
  222. package/open-sse/handlers/videoProviders/leonardo.js +0 -511
  223. package/open-sse/handlers/videoProviders/weavy.js +0 -198
  224. package/open-sse/handlers/webFetch.js +0 -200
  225. package/open-sse/index.js +0 -79
  226. package/open-sse/mcp-server/audit.js +0 -283
  227. package/open-sse/mcp-server/catalog.js +0 -184
  228. package/open-sse/mcp-server/descriptionCompressor.js +0 -175
  229. package/open-sse/mcp-server/httpAuthContext.js +0 -32
  230. package/open-sse/mcp-server/httpTransport.js +0 -229
  231. package/open-sse/mcp-server/index.js +0 -33
  232. package/open-sse/mcp-server/mcpCallerIdentity.js +0 -21
  233. package/open-sse/mcp-server/runtimeHeartbeat.js +0 -110
  234. package/open-sse/mcp-server/schemas/a2a.js +0 -153
  235. package/open-sse/mcp-server/schemas/audit.js +0 -17
  236. package/open-sse/mcp-server/schemas/index.js +0 -166
  237. package/open-sse/mcp-server/schemas/pickFastestModel.js +0 -90
  238. package/open-sse/mcp-server/schemas/toolDefinition.js +0 -0
  239. package/open-sse/mcp-server/schemas/toolSearch.js +0 -32
  240. package/open-sse/mcp-server/schemas/tools.js +0 -1219
  241. package/open-sse/mcp-server/scopeEnforcement.js +0 -80
  242. package/open-sse/mcp-server/server.js +0 -1168
  243. package/open-sse/mcp-server/toolCardinality.js +0 -78
  244. package/open-sse/mcp-server/toolSearch/catalog.js +0 -66
  245. package/open-sse/mcp-server/toolSearch/handler.js +0 -20
  246. package/open-sse/mcp-server/toolSearch/index.js +0 -10
  247. package/open-sse/mcp-server/toolSearch/register.js +0 -21
  248. package/open-sse/mcp-server/toolSearch/search.js +0 -55
  249. package/open-sse/mcp-server/toolSearch/signature.js +0 -67
  250. package/open-sse/mcp-server/tools/advancedTools.js +0 -893
  251. package/open-sse/mcp-server/tools/agentSkillTools.js +0 -69
  252. package/open-sse/mcp-server/tools/compressionTools.js +0 -309
  253. package/open-sse/mcp-server/tools/gamificationTools.js +0 -134
  254. package/open-sse/mcp-server/tools/githubSkillTools.js +0 -102
  255. package/open-sse/mcp-server/tools/memoryTools.js +0 -118
  256. package/open-sse/mcp-server/tools/notionTools.js +0 -101
  257. package/open-sse/mcp-server/tools/obsidianTools.js +0 -307
  258. package/open-sse/mcp-server/tools/pickFastestModel.js +0 -223
  259. package/open-sse/mcp-server/tools/pluginTools.js +0 -181
  260. package/open-sse/mcp-server/tools/poolTools.js +0 -139
  261. package/open-sse/mcp-server/tools/skillTools.js +0 -113
  262. package/open-sse/package.json +0 -10
  263. package/open-sse/providers/REGISTRY_TEMPLATE.js +0 -98
  264. package/open-sse/providers/capabilities.js +0 -293
  265. package/open-sse/providers/index.js +0 -51
  266. package/open-sse/providers/models/helpers.js +0 -20
  267. package/open-sse/providers/models/namePatterns.js +0 -33
  268. package/open-sse/providers/models/schema.js +0 -40
  269. package/open-sse/providers/pricing.js +0 -308
  270. package/open-sse/providers/registry/alicode-intl.js +0 -30
  271. package/open-sse/providers/registry/alicode.js +0 -31
  272. package/open-sse/providers/registry/anthropic.js +0 -37
  273. package/open-sse/providers/registry/antigravity.js +0 -81
  274. package/open-sse/providers/registry/assemblyai.js +0 -38
  275. package/open-sse/providers/registry/aws-polly.js +0 -45
  276. package/open-sse/providers/registry/azure.js +0 -21
  277. package/open-sse/providers/registry/black-forest-labs.js +0 -32
  278. package/open-sse/providers/registry/blackbox.js +0 -41
  279. package/open-sse/providers/registry/brave-search.js +0 -35
  280. package/open-sse/providers/registry/byteplus.js +0 -35
  281. package/open-sse/providers/registry/cartesia.js +0 -36
  282. package/open-sse/providers/registry/cerebras.js +0 -31
  283. package/open-sse/providers/registry/chutes.js +0 -24
  284. package/open-sse/providers/registry/claude.js +0 -87
  285. package/open-sse/providers/registry/cline.js +0 -51
  286. package/open-sse/providers/registry/clinepass.js +0 -57
  287. package/open-sse/providers/registry/cloudflare-ai.js +0 -55
  288. package/open-sse/providers/registry/codebuddy-cn.js +0 -77
  289. package/open-sse/providers/registry/codex.js +0 -100
  290. package/open-sse/providers/registry/cohere.js +0 -27
  291. package/open-sse/providers/registry/comfyui.js +0 -20
  292. package/open-sse/providers/registry/commandcode.js +0 -43
  293. package/open-sse/providers/registry/coqui.js +0 -30
  294. package/open-sse/providers/registry/cursor.js +0 -58
  295. package/open-sse/providers/registry/deepgram.js +0 -33
  296. package/open-sse/providers/registry/deepseek.js +0 -51
  297. package/open-sse/providers/registry/digitalocean.js +0 -92
  298. package/open-sse/providers/registry/edge-tts.js +0 -24
  299. package/open-sse/providers/registry/elevenlabs.js +0 -35
  300. package/open-sse/providers/registry/exa.js +0 -50
  301. package/open-sse/providers/registry/fal-ai.js +0 -34
  302. package/open-sse/providers/registry/featherless.js +0 -34
  303. package/open-sse/providers/registry/firecrawl.js +0 -34
  304. package/open-sse/providers/registry/fireworks.js +0 -29
  305. package/open-sse/providers/registry/gemini-cli.js +0 -58
  306. package/open-sse/providers/registry/gemini.js +0 -83
  307. package/open-sse/providers/registry/github.js +0 -88
  308. package/open-sse/providers/registry/gitlab.js +0 -32
  309. package/open-sse/providers/registry/glm-cn.js +0 -35
  310. package/open-sse/providers/registry/glm.js +0 -58
  311. package/open-sse/providers/registry/google-pse.js +0 -35
  312. package/open-sse/providers/registry/google-tts.js +0 -24
  313. package/open-sse/providers/registry/grok-cli.js +0 -86
  314. package/open-sse/providers/registry/grok-web.js +0 -39
  315. package/open-sse/providers/registry/groq.js +0 -37
  316. package/open-sse/providers/registry/huggingface.js +0 -34
  317. package/open-sse/providers/registry/hyperbolic.js +0 -35
  318. package/open-sse/providers/registry/ibm-bob.js +0 -27
  319. package/open-sse/providers/registry/iflow.js +0 -52
  320. package/open-sse/providers/registry/index.js +0 -210
  321. package/open-sse/providers/registry/inworld.js +0 -36
  322. package/open-sse/providers/registry/jina-ai.js +0 -42
  323. package/open-sse/providers/registry/jina-reader.js +0 -34
  324. package/open-sse/providers/registry/kilocode.js +0 -51
  325. package/open-sse/providers/registry/kimchi.js +0 -49
  326. package/open-sse/providers/registry/kimi-coding.js +0 -65
  327. package/open-sse/providers/registry/kimi.js +0 -56
  328. package/open-sse/providers/registry/kiro.js +0 -115
  329. package/open-sse/providers/registry/linkup.js +0 -34
  330. package/open-sse/providers/registry/local-device.js +0 -24
  331. package/open-sse/providers/registry/mimo-free.js +0 -24
  332. package/open-sse/providers/registry/minimax-cn.js +0 -76
  333. package/open-sse/providers/registry/minimax.js +0 -83
  334. package/open-sse/providers/registry/mistral.js +0 -34
  335. package/open-sse/providers/registry/mmf.js +0 -19
  336. package/open-sse/providers/registry/nanobanana.js +0 -35
  337. package/open-sse/providers/registry/nebius.js +0 -27
  338. package/open-sse/providers/registry/nvidia.js +0 -43
  339. package/open-sse/providers/registry/ollama-local.js +0 -19
  340. package/open-sse/providers/registry/ollama.js +0 -36
  341. package/open-sse/providers/registry/openai.js +0 -84
  342. package/open-sse/providers/registry/opencode-go.js +0 -41
  343. package/open-sse/providers/registry/opencode.js +0 -25
  344. package/open-sse/providers/registry/openrouter.js +0 -60
  345. package/open-sse/providers/registry/perplexity-agent.js +0 -49
  346. package/open-sse/providers/registry/perplexity-web.js +0 -33
  347. package/open-sse/providers/registry/perplexity.js +0 -37
  348. package/open-sse/providers/registry/playht.js +0 -36
  349. package/open-sse/providers/registry/qoder.js +0 -54
  350. package/open-sse/providers/registry/qwen.js +0 -33
  351. package/open-sse/providers/registry/recraft.js +0 -24
  352. package/open-sse/providers/registry/runwayml.js +0 -30
  353. package/open-sse/providers/registry/sdwebui.js +0 -20
  354. package/open-sse/providers/registry/searchapi.js +0 -35
  355. package/open-sse/providers/registry/searxng.js +0 -35
  356. package/open-sse/providers/registry/serper.js +0 -35
  357. package/open-sse/providers/registry/siliconflow.js +0 -39
  358. package/open-sse/providers/registry/stability-ai.js +0 -31
  359. package/open-sse/providers/registry/tavily.js +0 -50
  360. package/open-sse/providers/registry/together.js +0 -31
  361. package/open-sse/providers/registry/topaz.js +0 -19
  362. package/open-sse/providers/registry/tortoise.js +0 -30
  363. package/open-sse/providers/registry/venice.js +0 -56
  364. package/open-sse/providers/registry/vercel-ai-gateway.js +0 -41
  365. package/open-sse/providers/registry/vertex-partner.js +0 -29
  366. package/open-sse/providers/registry/vertex.js +0 -32
  367. package/open-sse/providers/registry/volcengine-ark.js +0 -35
  368. package/open-sse/providers/registry/voyage-ai.js +0 -30
  369. package/open-sse/providers/registry/xai.js +0 -45
  370. package/open-sse/providers/registry/xiaomi-mimo.js +0 -46
  371. package/open-sse/providers/registry/xiaomi-tokenplan.js +0 -63
  372. package/open-sse/providers/registry/youcom.js +0 -35
  373. package/open-sse/providers/schema.js +0 -76
  374. package/open-sse/providers/shared.js +0 -74
  375. package/open-sse/providers/thinkingLevels.js +0 -48
  376. package/open-sse/rtk/applyFilter.js +0 -15
  377. package/open-sse/rtk/autodetect.js +0 -111
  378. package/open-sse/rtk/caveman.js +0 -100
  379. package/open-sse/rtk/cavemanPrompts.js +0 -78
  380. package/open-sse/rtk/constants.js +0 -55
  381. package/open-sse/rtk/filters/buildOutput.js +0 -127
  382. package/open-sse/rtk/filters/dedupLog.js +0 -44
  383. package/open-sse/rtk/filters/find.js +0 -50
  384. package/open-sse/rtk/filters/gitDiff.js +0 -92
  385. package/open-sse/rtk/filters/gitLog.js +0 -99
  386. package/open-sse/rtk/filters/gitStatus.js +0 -117
  387. package/open-sse/rtk/filters/grep.js +0 -48
  388. package/open-sse/rtk/filters/ls.js +0 -79
  389. package/open-sse/rtk/filters/readNumbered.js +0 -27
  390. package/open-sse/rtk/filters/searchList.js +0 -52
  391. package/open-sse/rtk/filters/smartTruncate.js +0 -15
  392. package/open-sse/rtk/filters/tree.js +0 -32
  393. package/open-sse/rtk/headroom.js +0 -215
  394. package/open-sse/rtk/index.js +0 -155
  395. package/open-sse/rtk/paleo.js +0 -47
  396. package/open-sse/rtk/ponytail.js +0 -9
  397. package/open-sse/rtk/ponytailPrompt.js +0 -52
  398. package/open-sse/rtk/ponytailPrompts.js +0 -76
  399. package/open-sse/rtk/pxpipe.js +0 -104
  400. package/open-sse/rtk/registry.js +0 -38
  401. package/open-sse/rtk/systemInject.js +0 -98
  402. package/open-sse/services/accountFallback.js +0 -323
  403. package/open-sse/services/antigravityHeaders.js +0 -91
  404. package/open-sse/services/antigravityVersion.js +0 -154
  405. package/open-sse/services/clinepassModels.js +0 -63
  406. package/open-sse/services/codexQuotaFetcher.js +0 -312
  407. package/open-sse/services/codexVerbosity.js +0 -30
  408. package/open-sse/services/combo/context.js +0 -12
  409. package/open-sse/services/combo/fingerprintExpansion.js +0 -51
  410. package/open-sse/services/combo/headroomRanking.js +0 -28
  411. package/open-sse/services/combo/quotaExhaustionCutoff.js +0 -87
  412. package/open-sse/services/combo/quotaScoring.js +0 -226
  413. package/open-sse/services/combo/quotaShareConcurrency.js +0 -25
  414. package/open-sse/services/combo/quotaShareInflight.js +0 -50
  415. package/open-sse/services/combo/quotaShareStrategy.js +0 -130
  416. package/open-sse/services/combo/resolveAutoStrategy.js +0 -231
  417. package/open-sse/services/combo/responseValidation.js +0 -140
  418. package/open-sse/services/combo/runtimeUnits.js +0 -195
  419. package/open-sse/services/combo/sessionStickiness.js +0 -128
  420. package/open-sse/services/combo/shadowRouting.js +0 -131
  421. package/open-sse/services/combo/targetExhaustion.js +0 -75
  422. package/open-sse/services/combo/targetSorters.js +0 -126
  423. package/open-sse/services/combo/targetTimeoutRunner.js +0 -65
  424. package/open-sse/services/combo/validateQuality.js +0 -271
  425. package/open-sse/services/combo.js +0 -571
  426. package/open-sse/services/comboAgentMiddleware.js +0 -91
  427. package/open-sse/services/comboConfig.js +0 -153
  428. package/open-sse/services/comboManifestMetrics.js +0 -10
  429. package/open-sse/services/comboMetrics.js +0 -278
  430. package/open-sse/services/compact.js +0 -71
  431. package/open-sse/services/copilotModels.js +0 -155
  432. package/open-sse/services/emergencyFallback.js +0 -109
  433. package/open-sse/services/errorClassifier.js +0 -190
  434. package/open-sse/services/evalRouting.js +0 -201
  435. package/open-sse/services/freeWebSearch.js +0 -4
  436. package/open-sse/services/fusion.js +0 -223
  437. package/open-sse/services/intentClassifier.js +0 -631
  438. package/open-sse/services/kimchiModels.js +0 -176
  439. package/open-sse/services/kiroModels.js +0 -332
  440. package/open-sse/services/model.js +0 -136
  441. package/open-sse/services/modelCapabilities.js +0 -5
  442. package/open-sse/services/modelDeprecation.js +0 -101
  443. package/open-sse/services/modelFamilyFallback.js +0 -166
  444. package/open-sse/services/oauthCredentialManager.js +0 -156
  445. package/open-sse/services/pipeline.js +0 -107
  446. package/open-sse/services/projectId.js +0 -306
  447. package/open-sse/services/provider.js +0 -169
  448. package/open-sse/services/providerCooldownTracker.js +0 -94
  449. package/open-sse/services/providerDefaultRateLimit.js +0 -11
  450. package/open-sse/services/proxyAutoSelector.js +0 -24
  451. package/open-sse/services/qoderModels.js +0 -214
  452. package/open-sse/services/quotaFetchThrottle.js +0 -103
  453. package/open-sse/services/quotaMonitor.js +0 -310
  454. package/open-sse/services/quotaPreflight.js +0 -266
  455. package/open-sse/services/rateLimitManager/headers.js +0 -56
  456. package/open-sse/services/rateLimitManager.js +0 -616
  457. package/open-sse/services/rateLimitSemaphore.js +0 -112
  458. package/open-sse/services/responsesInputSanitizer.js +0 -99
  459. package/open-sse/services/slidingWindowLimiter.js +0 -44
  460. package/open-sse/services/streamRecovery.js +0 -355
  461. package/open-sse/services/taskAwareRouter.js +0 -227
  462. package/open-sse/services/taskAwareRouting.js +0 -332
  463. package/open-sse/services/thinkingBudget.js +0 -247
  464. package/open-sse/services/tokenRefresh/dedup.js +0 -31
  465. package/open-sse/services/tokenRefresh/providers.js +0 -624
  466. package/open-sse/services/tokenRefresh.js +0 -254
  467. package/open-sse/services/usage/claude.js +0 -147
  468. package/open-sse/services/usage/codebuddy-cn.js +0 -138
  469. package/open-sse/services/usage/codex.js +0 -267
  470. package/open-sse/services/usage/github.js +0 -100
  471. package/open-sse/services/usage/google.js +0 -241
  472. package/open-sse/services/usage/grok-cli.js +0 -274
  473. package/open-sse/services/usage/kiro.js +0 -188
  474. package/open-sse/services/usage/minimax.js +0 -234
  475. package/open-sse/services/usage/misc.js +0 -288
  476. package/open-sse/services/usage/shared.js +0 -70
  477. package/open-sse/services/usage.js +0 -62
  478. package/open-sse/services/usageDb.js +0 -2
  479. package/open-sse/services/webSearchRouting.js +0 -25
  480. package/open-sse/services/wildcardRouter.js +0 -59
  481. package/open-sse/shared/clineAuth.js +0 -37
  482. package/open-sse/shared/machineId.js +0 -19
  483. package/open-sse/shared/qoder/constants.js +0 -64
  484. package/open-sse/shared/qoder/cosy.js +0 -175
  485. package/open-sse/shared/qoder/encoding.js +0 -55
  486. package/open-sse/transformer/responsesTransformer.js +0 -439
  487. package/open-sse/transformer/streamToJsonConverter.js +0 -103
  488. package/open-sse/translator/concerns/chunk.js +0 -11
  489. package/open-sse/translator/concerns/finishReason.js +0 -63
  490. package/open-sse/translator/concerns/image.js +0 -124
  491. package/open-sse/translator/concerns/json.js +0 -5
  492. package/open-sse/translator/concerns/message.js +0 -7
  493. package/open-sse/translator/concerns/modality.js +0 -155
  494. package/open-sse/translator/concerns/paramSupport.js +0 -75
  495. package/open-sse/translator/concerns/prefetch.js +0 -96
  496. package/open-sse/translator/concerns/reasoning.js +0 -24
  497. package/open-sse/translator/concerns/thinking.js +0 -53
  498. package/open-sse/translator/concerns/thinkingUnified.js +0 -329
  499. package/open-sse/translator/concerns/toolCall.js +0 -153
  500. package/open-sse/translator/concerns/usage.js +0 -69
  501. package/open-sse/translator/formats/claude.js +0 -368
  502. package/open-sse/translator/formats/gemini.js +0 -380
  503. package/open-sse/translator/formats/maxTokens.js +0 -34
  504. package/open-sse/translator/formats/openai.js +0 -134
  505. package/open-sse/translator/formats/responsesApi.js +0 -141
  506. package/open-sse/translator/formats.js +0 -36
  507. package/open-sse/translator/helpers/claudeHelper.js +0 -216
  508. package/open-sse/translator/helpers/geminiHelper.js +0 -372
  509. package/open-sse/translator/helpers/imageHelper.js +0 -34
  510. package/open-sse/translator/helpers/maxTokensHelper.js +0 -27
  511. package/open-sse/translator/helpers/openaiHelper.js +0 -130
  512. package/open-sse/translator/helpers/responsesApiHelper.js +0 -139
  513. package/open-sse/translator/helpers/toolCallHelper.js +0 -148
  514. package/open-sse/translator/index.js +0 -252
  515. package/open-sse/translator/request/antigravity-to-openai.js +0 -242
  516. package/open-sse/translator/request/claude-to-kiro.js +0 -478
  517. package/open-sse/translator/request/claude-to-openai.js +0 -263
  518. package/open-sse/translator/request/gemini-to-openai.js +0 -152
  519. package/open-sse/translator/request/openai-responses.js +0 -385
  520. package/open-sse/translator/request/openai-to-claude.js +0 -383
  521. package/open-sse/translator/request/openai-to-commandcode.js +0 -176
  522. package/open-sse/translator/request/openai-to-cursor.js +0 -185
  523. package/open-sse/translator/request/openai-to-gemini.js +0 -442
  524. package/open-sse/translator/request/openai-to-kiro.js +0 -607
  525. package/open-sse/translator/request/openai-to-kiro.old.js +0 -278
  526. package/open-sse/translator/request/openai-to-ollama.js +0 -195
  527. package/open-sse/translator/request/openai-to-vertex.js +0 -42
  528. package/open-sse/translator/response/claude-to-openai.js +0 -195
  529. package/open-sse/translator/response/commandcode-to-openai.js +0 -188
  530. package/open-sse/translator/response/cursor-to-openai.js +0 -30
  531. package/open-sse/translator/response/gemini-to-openai.js +0 -147
  532. package/open-sse/translator/response/kiro-to-claude.js +0 -261
  533. package/open-sse/translator/response/kiro-to-openai.js +0 -160
  534. package/open-sse/translator/response/ollama-to-openai.js +0 -134
  535. package/open-sse/translator/response/openai-responses.js +0 -535
  536. package/open-sse/translator/response/openai-to-antigravity.js +0 -123
  537. package/open-sse/translator/response/openai-to-claude.js +0 -265
  538. package/open-sse/translator/schema/blocks.js +0 -43
  539. package/open-sse/translator/schema/defaults.js +0 -7
  540. package/open-sse/translator/schema/finishReasons.js +0 -27
  541. package/open-sse/translator/schema/index.js +0 -8
  542. package/open-sse/translator/schema/roles.js +0 -16
  543. package/open-sse/utils/agentGoalPolicy.js +0 -85
  544. package/open-sse/utils/aiSdkCompat.js +0 -75
  545. package/open-sse/utils/bypassHandler.js +0 -298
  546. package/open-sse/utils/cacheControlPolicy.js +0 -189
  547. package/open-sse/utils/claudeCloaking.js +0 -155
  548. package/open-sse/utils/claudeHeaderCache.js +0 -70
  549. package/open-sse/utils/claudeSignature.js +0 -41
  550. package/open-sse/utils/clientDetector.js +0 -63
  551. package/open-sse/utils/codebuddySanitizer.js +0 -96
  552. package/open-sse/utils/composerToolCalls.js +0 -158
  553. package/open-sse/utils/cors.js +0 -13
  554. package/open-sse/utils/cursorChecksum.js +0 -149
  555. package/open-sse/utils/cursorImages.js +0 -224
  556. package/open-sse/utils/cursorProtobuf.js +0 -904
  557. package/open-sse/utils/cursorVersionDetector.js +0 -55
  558. package/open-sse/utils/debugLog.js +0 -14
  559. package/open-sse/utils/diagnostics.js +0 -143
  560. package/open-sse/utils/error.js +0 -164
  561. package/open-sse/utils/estimateSize.js +0 -33
  562. package/open-sse/utils/finishReason.js +0 -32
  563. package/open-sse/utils/flattenToolHistory.js +0 -68
  564. package/open-sse/utils/headers.js +0 -36
  565. package/open-sse/utils/heapPressure.js +0 -35
  566. package/open-sse/utils/jsonToSse.js +0 -125
  567. package/open-sse/utils/keepaliveThreshold.js +0 -40
  568. package/open-sse/utils/logger.js +0 -104
  569. package/open-sse/utils/noThinkingAlias.js +0 -74
  570. package/open-sse/utils/number.js +0 -7
  571. package/open-sse/utils/ollamaTransform.js +0 -85
  572. package/open-sse/utils/opencodeHeaders.js +0 -47
  573. package/open-sse/utils/progressTracker.js +0 -81
  574. package/open-sse/utils/providerRequestLogging.js +0 -219
  575. package/open-sse/utils/proxyFetch.js +0 -369
  576. package/open-sse/utils/reasoningContentInjector.js +0 -79
  577. package/open-sse/utils/reasoningFields.js +0 -70
  578. package/open-sse/utils/requestLogger.js +0 -260
  579. package/open-sse/utils/responsesInputNormalization.js +0 -92
  580. package/open-sse/utils/responsesStatePolicy.js +0 -52
  581. package/open-sse/utils/responsesStreamHelpers.js +0 -49
  582. package/open-sse/utils/sessionManager.js +0 -240
  583. package/open-sse/utils/sleep.js +0 -6
  584. package/open-sse/utils/sse.js +0 -14
  585. package/open-sse/utils/sseConstants.js +0 -23
  586. package/open-sse/utils/sseHeartbeat.js +0 -104
  587. package/open-sse/utils/stream.js +0 -517
  588. package/open-sse/utils/streamFailureFinalization.js +0 -134
  589. package/open-sse/utils/streamHandler.js +0 -250
  590. package/open-sse/utils/streamHelpers.js +0 -137
  591. package/open-sse/utils/textualToolCall.js +0 -104
  592. package/open-sse/utils/thinkCloseMarker.js +0 -72
  593. package/open-sse/utils/thinkTagParser.js +0 -146
  594. package/open-sse/utils/toolCallArguments.js +0 -12
  595. package/open-sse/utils/toolDeduper.js +0 -49
  596. package/open-sse/utils/toolSources.js +0 -31
  597. package/open-sse/utils/upstreamResponseHeaders.js +0 -25
  598. package/open-sse/utils/urlSanitize.js +0 -15
  599. package/open-sse/utils/usageTracking.js +0 -347
@@ -1,304 +0,0 @@
1
- import { isClaudeCodeCompatible } from "../services/provider.ts";
2
- import {
3
- getAntigravityUserAgent,
4
- GITHUB_COPILOT_CHAT_USER_AGENT,
5
- getQwenOauthHeaders
6
- } from "./providerHeaderProfiles.ts";
7
- import { normalizeCliCompatProviderId } from '../../dist/shared/utils/cliCompat.js';
8
- const CLI_FINGERPRINTS = {
9
- codex: {
10
- headerOrder: [
11
- "Host",
12
- "Content-Type",
13
- "Authorization",
14
- "Accept",
15
- "User-Agent",
16
- "Accept-Encoding"
17
- ],
18
- bodyFieldOrder: [
19
- "model",
20
- "stream",
21
- "input",
22
- "instructions",
23
- "store",
24
- "reasoning",
25
- "prompt_cache_key",
26
- "tools",
27
- "tool_choice",
28
- "include",
29
- "service_tier",
30
- "client_metadata",
31
- "parallel_tool_calls",
32
- "metadata"
33
- ]
34
- // Codex builds mode-specific client headers in its executor/config. The CLI fingerprint must
35
- // only preserve ordering here; overriding User-Agent with a generic value would erase the
36
- // executor-provided version or user override.
37
- },
38
- claude: {
39
- // Header order matching real claude-cli: Title-Case (Stainless) keys
40
- // alphabetically, then lowercase Anthropic keys alphabetically, then
41
- // transport headers added by Node fetch.
42
- headerOrder: [
43
- "Accept",
44
- "Authorization",
45
- "Content-Type",
46
- "User-Agent",
47
- "X-Claude-Code-Session-Id",
48
- "X-Stainless-Arch",
49
- "X-Stainless-Lang",
50
- "X-Stainless-OS",
51
- "X-Stainless-Package-Version",
52
- "X-Stainless-Retry-Count",
53
- "X-Stainless-Runtime",
54
- "X-Stainless-Runtime-Version",
55
- "X-Stainless-Timeout",
56
- "anthropic-beta",
57
- "anthropic-dangerous-direct-browser-access",
58
- "anthropic-version",
59
- "x-app",
60
- "x-client-request-id",
61
- "Connection",
62
- "Host",
63
- "Accept-Encoding",
64
- "Content-Length"
65
- ],
66
- bodyFieldOrder: [
67
- "model",
68
- "messages",
69
- "system",
70
- "tools",
71
- "tool_choice",
72
- "metadata",
73
- "max_tokens",
74
- "temperature",
75
- "thinking",
76
- "context_management",
77
- "output_config",
78
- "stream"
79
- ]
80
- },
81
- "claude-code-compatible": {
82
- headerOrder: [
83
- "Host",
84
- "Content-Type",
85
- "Authorization",
86
- "anthropic-version",
87
- "anthropic-beta",
88
- "anthropic-dangerous-direct-browser-access",
89
- "x-app",
90
- "User-Agent",
91
- "X-Claude-Code-Session-Id",
92
- "X-Stainless-Retry-Count",
93
- "X-Stainless-Timeout",
94
- "X-Stainless-Lang",
95
- "X-Stainless-Package-Version",
96
- "X-Stainless-OS",
97
- "X-Stainless-Arch",
98
- "X-Stainless-Runtime",
99
- "X-Stainless-Runtime-Version",
100
- "Accept",
101
- "accept-encoding",
102
- "Connection"
103
- ],
104
- bodyFieldOrder: [
105
- "model",
106
- "messages",
107
- "system",
108
- "tools",
109
- "tool_choice",
110
- "metadata",
111
- "max_tokens",
112
- "thinking",
113
- "output_config",
114
- "stream"
115
- ]
116
- },
117
- github: {
118
- headerOrder: [
119
- "Host",
120
- "Authorization",
121
- "X-Request-Id",
122
- "Vscode-Sessionid",
123
- "Vscode-Machineid",
124
- "Editor-Version",
125
- "Editor-Plugin-Version",
126
- "Copilot-Integration-Id",
127
- "Openai-Organization",
128
- "Openai-Intent",
129
- "Content-Type",
130
- "User-Agent",
131
- "Accept",
132
- "Accept-Encoding"
133
- ],
134
- bodyFieldOrder: [
135
- "messages",
136
- "model",
137
- "temperature",
138
- "top_p",
139
- "max_tokens",
140
- "n",
141
- "stream",
142
- "intent",
143
- "intent_threshold",
144
- "intent_content"
145
- ],
146
- userAgent: GITHUB_COPILOT_CHAT_USER_AGENT
147
- },
148
- antigravity: {
149
- headerOrder: [
150
- "Accept",
151
- "Accept-Encoding",
152
- "Authorization",
153
- "Content-Type",
154
- "User-Agent",
155
- "x-goog-api-client",
156
- "x-client-name",
157
- "x-client-version",
158
- "x-machine-id",
159
- "x-vscode-sessionid",
160
- "Host",
161
- "Connection"
162
- ],
163
- bodyFieldOrder: [
164
- "project",
165
- "requestId",
166
- "request",
167
- "model",
168
- "userAgent",
169
- "requestType",
170
- "enabledCreditTypes"
171
- ],
172
- userAgent: getAntigravityUserAgent
173
- },
174
- qwen: {
175
- headerOrder: [
176
- "Host",
177
- "Content-Type",
178
- "Authorization",
179
- "User-Agent",
180
- "X-Dashscope-AuthType",
181
- "X-Dashscope-CacheControl",
182
- "X-Dashscope-UserAgent",
183
- "X-Stainless-Arch",
184
- "X-Stainless-Lang",
185
- "X-Stainless-Os",
186
- "X-Stainless-Package-Version",
187
- "X-Stainless-Retry-Count",
188
- "X-Stainless-Runtime",
189
- "X-Stainless-Runtime-Version",
190
- "Connection",
191
- "Accept",
192
- "Accept-Language",
193
- "Sec-Fetch-Mode",
194
- "Accept-Encoding"
195
- ],
196
- bodyFieldOrder: [
197
- "model",
198
- "messages",
199
- "temperature",
200
- "top_p",
201
- "max_tokens",
202
- "stream",
203
- "tools",
204
- "tool_choice",
205
- "response_format",
206
- "n",
207
- "stop"
208
- ],
209
- userAgent: getQwenOauthHeaders()["User-Agent"],
210
- extraHeaders: getQwenOauthHeaders()
211
- }
212
- };
213
- function orderFields(obj, fieldOrder) {
214
- if (!fieldOrder?.length || !obj || typeof obj !== "object") return obj;
215
- const result = {};
216
- const remaining = new Set(Object.keys(obj));
217
- for (const key of fieldOrder) {
218
- if (key in obj) {
219
- result[key] = obj[key];
220
- remaining.delete(key);
221
- }
222
- }
223
- for (const key of remaining) {
224
- result[key] = obj[key];
225
- }
226
- return result;
227
- }
228
- function orderHeaders(headers, headerOrder) {
229
- if (!headerOrder?.length || !headers) return headers;
230
- const result = {};
231
- const remaining = /* @__PURE__ */ new Map();
232
- const headerMap = /* @__PURE__ */ new Map();
233
- for (const [key, value] of Object.entries(headers)) {
234
- headerMap.set(key.toLowerCase(), [key, value]);
235
- }
236
- for (const orderedKey of headerOrder) {
237
- const entry = headerMap.get(orderedKey.toLowerCase());
238
- if (entry) {
239
- result[entry[0]] = entry[1];
240
- headerMap.delete(orderedKey.toLowerCase());
241
- }
242
- }
243
- for (const [, [key, value]] of headerMap) {
244
- result[key] = value;
245
- }
246
- return result;
247
- }
248
- function stripInternalBodyFields(body) {
249
- if (!body || typeof body !== "object" || Array.isArray(body)) return body;
250
- const record = body;
251
- delete record._claudeCodeRequiresLowercaseToolNames;
252
- delete record._nativeCodexPassthrough;
253
- delete record._omnirouteResponsesStore;
254
- return body;
255
- }
256
- function applyFingerprint(provider, headers, body) {
257
- body = stripInternalBodyFields(body);
258
- const normalizedProvider = normalizeCliCompatProviderId(provider || "");
259
- const fingerprintKey = isClaudeCodeCompatible(provider) ? "claude-code-compatible" : normalizedProvider;
260
- const fingerprint = CLI_FINGERPRINTS[fingerprintKey];
261
- if (!fingerprint) {
262
- return { headers, bodyString: JSON.stringify(body) };
263
- }
264
- if (fingerprint.userAgent) {
265
- headers["User-Agent"] = typeof fingerprint.userAgent === "function" ? fingerprint.userAgent() : fingerprint.userAgent;
266
- }
267
- if (fingerprint.extraHeaders) {
268
- Object.assign(headers, fingerprint.extraHeaders);
269
- }
270
- const orderedHeaders = orderHeaders(headers, fingerprint.headerOrder);
271
- const orderedBody = body && typeof body === "object" && !Array.isArray(body) ? orderFields(body, fingerprint.bodyFieldOrder) : body;
272
- return {
273
- headers: orderedHeaders,
274
- bodyString: JSON.stringify(orderedBody)
275
- };
276
- }
277
- let _cliCompatProviders = /* @__PURE__ */ new Set();
278
- function setCliCompatProviders(providers) {
279
- _cliCompatProviders = new Set(
280
- (providers || []).map((p) => normalizeCliCompatProviderId(p)).filter((provider) => provider in CLI_FINGERPRINTS)
281
- );
282
- }
283
- function getCliCompatProviders() {
284
- return Array.from(_cliCompatProviders);
285
- }
286
- function isCliCompatEnabled(provider) {
287
- if (isClaudeCodeCompatible(provider)) return true;
288
- const key = provider?.toLowerCase().replace(/[^a-z0-9]/g, "_");
289
- const normalizedProvider = normalizeCliCompatProviderId(provider || "");
290
- if (_cliCompatProviders.has(normalizedProvider)) return true;
291
- const envKey = `CLI_COMPAT_${key?.toUpperCase()}`;
292
- if (process.env[envKey] === "1" || process.env[envKey] === "true") return true;
293
- if (process.env.CLI_COMPAT_ALL === "1" || process.env.CLI_COMPAT_ALL === "true") return true;
294
- return false;
295
- }
296
- export {
297
- CLI_FINGERPRINTS,
298
- applyFingerprint,
299
- getCliCompatProviders,
300
- isCliCompatEnabled,
301
- orderFields,
302
- orderHeaders,
303
- setCliCompatProviders
304
- };
@@ -1,119 +0,0 @@
1
- // Default instructions for Codex models
2
-
3
- export const CODEX_DEFAULT_INSTRUCTIONS = `You are Codex, based on GPT-5. You are running as a coding agent in the Codex CLI on a user's computer.
4
-
5
- ## General
6
-
7
- - When searching for text or files, prefer using \`rg\` or \`rg --files\` respectively because \`rg\` is much faster than alternatives like \`grep\`. (If the \`rg\` command is not found, then use alternatives.)
8
-
9
- ## Editing constraints
10
-
11
- - Default to ASCII when editing or creating files. Only introduce non-ASCII or other Unicode characters when there is a clear justification and the file already uses them.
12
- - Add succinct code comments that explain what is going on if code is not self-explanatory. You should not add comments like "Assigns the value to the variable", but a brief comment might be useful ahead of a complex code block that the user would otherwise have to spend time parsing out. Usage of these comments should be rare.
13
- - Try to use apply_patch for single file edits, but it is fine to explore other options to make the edit if it does not work well. Do not use apply_patch for changes that are auto-generated (i.e. generating package.json or running a lint or format command like gofmt) or when scripting is more efficient (such as search and replacing a string across a codebase).
14
- - You may be in a dirty git worktree.
15
- * NEVER revert existing changes you did not make unless explicitly requested, since these changes were made by the user.
16
- * If asked to make a commit or code edits and there are unrelated changes to your work or changes that you didn't make in those files, don't revert those changes.
17
- * If the changes are in files you've touched recently, you should read carefully and understand how you can work with the changes rather than reverting them.
18
- * If the changes are in unrelated files, just ignore them and don't revert them.
19
- - Do not amend a commit unless explicitly requested to do so.
20
- - While you are working, you might notice unexpected changes that you didn't make. If this happens, STOP IMMEDIATELY and ask the user how they would like to proceed.
21
- - **NEVER** use destructive commands like \`git reset --hard\` or \`git checkout --\` unless specifically requested or approved by the user.
22
-
23
- ## Plan tool
24
-
25
- When using the planning tool:
26
- - Skip using the planning tool for straightforward tasks (roughly the easiest 25%).
27
- - Do not make single-step plans.
28
- - When you made a plan, update it after having performed one of the sub-tasks that you shared on the plan.
29
-
30
- ## Codex CLI harness, sandboxing, and approvals
31
-
32
- The Codex CLI harness supports several different configurations for sandboxing and escalation approvals that the user can choose from.
33
-
34
- Filesystem sandboxing defines which files can be read or written. The options for \`sandbox_mode\` are:
35
- - **read-only**: The sandbox only permits reading files.
36
- - **workspace-write**: The sandbox permits reading files, and editing files in \`cwd\` and \`writable_roots\`. Editing files in other directories requires approval.
37
- - **danger-full-access**: No filesystem sandboxing - all commands are permitted.
38
-
39
- Network sandboxing defines whether network can be accessed without approval. Options for \`network_access\` are:
40
- - **restricted**: Requires approval
41
- - **enabled**: No approval needed
42
-
43
- Approvals are your mechanism to get user consent to run shell commands without the sandbox. Possible configuration options for \`approval_policy\` are
44
- - **untrusted**: The harness will escalate most commands for user approval, apart from a limited allowlist of safe "read" commands.
45
- - **on-failure**: The harness will allow all commands to run in the sandbox (if enabled), and failures will be escalated to the user for approval to run again without the sandbox.
46
- - **on-request**: Commands will be run in the sandbox by default, and you can specify in your tool call if you want to escalate a command to run without sandboxing. (Note that this mode is not always available. If it is, you'll see parameters for it in the \`shell\` command description.)
47
- - **never**: This is a non-interactive mode where you may NEVER ask the user for approval to run commands. Instead, you must always persist and work around constraints to solve the task for the user. You MUST do your utmost best to finish the task and validate your work before yielding. If this mode is paired with \`danger-full-access\`, take advantage of it to deliver the best outcome for the user. Further, in this mode, your default testing philosophy is overridden: Even if you don't see local patterns for testing, you may add tests and scripts to validate your work. Just remove them before yielding.
48
-
49
- When you are running with \`approval_policy == on-request\`, and sandboxing enabled, here are scenarios where you'll need to request approval:
50
- - You need to run a command that writes to a directory that requires it (e.g. running tests that write to /var)
51
- - You need to run a GUI app (e.g., open/xdg-open/osascript) to open browsers or files.
52
- - You are running sandboxed and need to run a command that requires network access (e.g. installing packages)
53
- - If you run a command that is important to solving the user's query, but it fails because of sandboxing, rerun the command with approval. ALWAYS proceed to use the \`sandbox_permissions\` and \`justification\` parameters - do not message the user before requesting approval for the command.
54
- - You are about to take a potentially destructive action such as an \`rm\` or \`git reset\` that the user did not explicitly ask for
55
- - (for all of these, you should weigh alternative paths that do not require approval)
56
-
57
- When \`sandbox_mode\` is set to read-only, you'll need to request approval for any command that isn't a read.
58
-
59
- You will be told what filesystem sandboxing, network sandboxing, and approval mode are active in a developer or user message. If you are not told about this, assume that you are running with workspace-write, network sandboxing enabled, and approval on-failure.
60
-
61
- Although they introduce friction to the user because your work is paused until the user responds, you should leverage them when necessary to accomplish important work. If the completing the task requires escalated permissions, Do not let these settings or the sandbox deter you from attempting to accomplish the user's task unless it is set to "never", in which case never ask for approvals.
62
-
63
- When requesting approval to execute a command that will require escalated privileges:
64
- - Provide the \`sandbox_permissions\` parameter with the value \`"require_escalated"\`
65
- - Include a short, 1 sentence explanation for why you need escalated permissions in the justification parameter
66
-
67
- ## Special user requests
68
-
69
- - If the user makes a simple request (such as asking for the time) which you can fulfill by running a terminal command (such as \`date\`), you should do so.
70
- - If the user asks for a "review", default to a code review mindset: prioritise identifying bugs, risks, behavioural regressions, and missing tests. Findings must be the primary focus of the response - keep summaries or overviews brief and only after enumerating the issues. Present findings first (ordered by severity with file/line references), follow with open questions or assumptions, and offer a change-summary only as a secondary detail. If no findings are discovered, state that explicitly and mention any residual risks or testing gaps.
71
-
72
- ## Frontend tasks
73
- When doing frontend design tasks, avoid collapsing into "AI slop" or safe, average-looking layouts.
74
- Aim for interfaces that feel intentional, bold, and a bit surprising.
75
- - Typography: Use expressive, purposeful fonts and avoid default stacks (Inter, Roboto, Arial, system).
76
- - Color & Look: Choose a clear visual direction; define CSS variables; avoid purple-on-white defaults. No purple bias or dark mode bias.
77
- - Motion: Use a few meaningful animations (page-load, staggered reveals) instead of generic micro-motions.
78
- - Background: Don't rely on flat, single-color backgrounds; use gradients, shapes, or subtle patterns to build atmosphere.
79
- - Overall: Avoid boilerplate layouts and interchangeable UI patterns. Vary themes, type families, and visual languages across outputs.
80
- - Ensure the page loads properly on both desktop and mobile
81
-
82
- Exception: If working within an existing website or design system, preserve the established patterns, structure, and visual language.
83
-
84
- ## Presenting your work and final message
85
-
86
- You are producing plain text that will later be styled by the CLI. Follow these rules exactly. Formatting should make results easy to scan, but not feel mechanical. Use judgment to decide how much structure adds value.
87
-
88
- - Default: be very concise; friendly coding teammate tone.
89
- - Ask only when needed; suggest ideas; mirror the user's style.
90
- - For substantial work, summarize clearly; follow final‑answer formatting.
91
- - Skip heavy formatting for simple confirmations.
92
- - Don't dump large files you've written; reference paths only.
93
- - No "save/copy this file" - User is on the same machine.
94
- - Offer logical next steps (tests, commits, build) briefly; add verify steps if you couldn't do something.
95
- - For code changes:
96
- * Lead with a quick explanation of the change, and then give more details on the context covering where and why a change was made. Do not start this explanation with "summary", just jump right in.
97
- * If there are natural next steps the user may want to take, suggest them at the end of your response. Do not make suggestions if there are no natural next steps.
98
- * When suggesting multiple options, use numeric lists for the suggestions so the user can quickly respond with a single number.
99
- - The user does not command execution outputs. When asked to show the output of a command (e.g. \`git show\`), relay the important details in your answer or summarize the key lines so the user understands the result.
100
-
101
- ### Final answer structure and style guidelines
102
-
103
- - Plain text; CLI handles styling. Use structure only when it helps scanability.
104
- - Headers: optional; short Title Case (1-3 words) wrapped in **…**; no blank line before the first bullet; add only if they truly help.
105
- - Bullets: use - ; merge related points; keep to one line when possible; 4–6 per list ordered by importance; keep phrasing consistent.
106
- - Monospace: backticks for commands/paths/env vars/code ids and inline examples; use for literal keyword bullets; never combine with **.
107
- - Code samples or multi-line snippets should be wrapped in fenced code blocks; include an info string as often as possible.
108
- - Structure: group related bullets; order sections general → specific → supporting; for subsections, start with a bolded keyword bullet, then items; match complexity to the task.
109
- - Tone: collaborative, concise, factual; present tense, active voice; self‑contained; no "above/below"; parallel wording.
110
- - Don'ts: no nested bullets/hierarchies; no ANSI codes; don't cram unrelated keywords; keep keyword lists short—wrap/reformat if long; avoid naming formatting styles in answers.
111
- - Adaptation: code explanations → precise, structured with code refs; simple tasks → lead with outcome; big changes → logical walkthrough + rationale + next actions; casual one-offs → plain sentences, no headers/bullets.
112
- - File References: When referencing files in your response follow the below rules:
113
- * Use inline code to make file paths clickable.
114
- * Each reference should have a stand alone path. Even if it's the same file.
115
- * Accepted: absolute, workspace‑relative, a/ or b/ diff prefixes, or bare filename/suffix.
116
- * Optionally include line/column (1‑based): :line[:column] or #Lline[Ccolumn] (column defaults to 1).
117
- * Do not use URIs like file://, vscode://, or https://.
118
- * Do not provide range of lines
119
- * Examples: src/app.ts, src/app.ts:42, b/server/index.js#L10, C:\\repo\\project\\main.rs:12:5`;
@@ -1,42 +0,0 @@
1
- /**
2
- * Codex quota scope identifiers and helpers.
3
- * Matches OmniRoute codexQuotaScopes.ts — identifies Spark vs normal quota windows.
4
- */
5
-
6
- export const CODEX_SPARK_QUOTA_SESSION = 'spark_session';
7
- export const CODEX_SPARK_QUOTA_WEEKLY = 'spark_weekly';
8
-
9
- /**
10
- * Determine the quota scope for a requested model.
11
- * Returns 'spark' for Spark-tier models, 'default' otherwise.
12
- */
13
- export function getCodexModelScope(requestedModel) {
14
- if (!requestedModel || typeof requestedModel !== 'string') return 'default';
15
- const m = requestedModel.toLowerCase();
16
- // Spark models are free-tier / low-cost variants
17
- if (m.includes('spark') || m.includes('mini') || m.includes('nano')) return 'spark';
18
- return 'default';
19
- }
20
-
21
- /**
22
- * Check if a rate-limit descriptor matches a Codex Spark limit.
23
- */
24
- export function isCodexSparkLimitDescriptor(
25
- limitName, limitNameAlt,
26
- meteredFeature, meteredFeatureAlt,
27
- limitId, limitIdAlt,
28
- id, name, title,
29
- model, modelId, modelIdAlt
30
- ) {
31
- const fields = [
32
- limitName, limitNameAlt,
33
- meteredFeature, meteredFeatureAlt,
34
- limitId, limitIdAlt,
35
- id, name, title,
36
- model, modelId, modelIdAlt,
37
- ];
38
- for (const f of fields) {
39
- if (typeof f === 'string' && f.toLowerCase().includes('spark')) return true;
40
- }
41
- return false;
42
- }
@@ -1,4 +0,0 @@
1
- // Barrel re-export — consumers can migrate to specific files over time
2
- export * from "./providers.js";
3
- export * from "./appConstants.js";
4
- export * from "./runtimeConfig.js";
@@ -1,68 +0,0 @@
1
- const CLEAR_TOOL_USES_STRATEGY = "clear_tool_uses_20250919";
2
- const CLEAR_THINKING_STRATEGY = "clear_thinking_20251015";
3
- const CONTEXT_EDITING_DEFAULT_TRIGGER_TOKENS = 1e5;
4
- const CONTEXT_EDITING_DEFAULT_KEEP_TOOL_USES = 3;
5
- function applyContextEditingToBody(body, opts) {
6
- if (!opts.enabled || !body || typeof body !== "object") return;
7
- const existing = body.context_management && typeof body.context_management === "object" ? body.context_management : {};
8
- const edits = Array.isArray(existing.edits) ? [...existing.edits] : [];
9
- const hasToolUseEdit = edits.some((edit) => edit && edit.type === CLEAR_TOOL_USES_STRATEGY);
10
- if (!hasToolUseEdit) {
11
- edits.push({
12
- type: CLEAR_TOOL_USES_STRATEGY,
13
- trigger: { type: "input_tokens", value: CONTEXT_EDITING_DEFAULT_TRIGGER_TOKENS },
14
- keep: { type: "tool_uses", value: CONTEXT_EDITING_DEFAULT_KEEP_TOOL_USES }
15
- });
16
- edits.sort((a, b) => {
17
- const aRank = a && a.type === CLEAR_THINKING_STRATEGY ? 0 : 1;
18
- const bRank = b && b.type === CLEAR_THINKING_STRATEGY ? 0 : 1;
19
- return aRank - bRank;
20
- });
21
- }
22
- existing.edits = edits;
23
- body.context_management = existing;
24
- }
25
- function toClearedInt(value) {
26
- if (typeof value === "number" && Number.isFinite(value)) return Math.max(0, Math.floor(value));
27
- if (typeof value === "string" && value.trim()) {
28
- const parsed = Number(value);
29
- if (Number.isFinite(parsed)) return Math.max(0, Math.floor(parsed));
30
- }
31
- return 0;
32
- }
33
- function getNested(obj, keys) {
34
- let cur = obj;
35
- for (const key of keys) {
36
- if (!cur || typeof cur !== "object") return void 0;
37
- cur = cur[key];
38
- }
39
- return cur;
40
- }
41
- function extractContextEditingTelemetry(responseBody) {
42
- if (!responseBody || typeof responseBody !== "object") return null;
43
- const candidates = [
44
- getNested(responseBody, ["context_management", "applied_edits"]),
45
- getNested(responseBody, ["usage", "context_management", "applied_edits"]),
46
- getNested(responseBody, ["usage", "applied_edits"])
47
- ];
48
- const edits = candidates.find((c) => Array.isArray(c));
49
- if (!Array.isArray(edits) || edits.length === 0) return null;
50
- let clearedInputTokens = 0;
51
- let clearedToolUses = 0;
52
- for (const entry of edits) {
53
- if (!entry || typeof entry !== "object") continue;
54
- const edit = entry;
55
- clearedInputTokens += toClearedInt(edit.cleared_input_tokens ?? edit.clearedInputTokens);
56
- clearedToolUses += toClearedInt(edit.cleared_tool_uses ?? edit.clearedToolUses);
57
- }
58
- if (clearedInputTokens <= 0 && clearedToolUses <= 0) return null;
59
- return { editCount: edits.length, clearedInputTokens, clearedToolUses };
60
- }
61
- export {
62
- CLEAR_THINKING_STRATEGY,
63
- CLEAR_TOOL_USES_STRATEGY,
64
- CONTEXT_EDITING_DEFAULT_KEEP_TOOL_USES,
65
- CONTEXT_EDITING_DEFAULT_TRIGGER_TOKENS,
66
- applyContextEditingToBody,
67
- extractContextEditingTelemetry
68
- };
@@ -1,83 +0,0 @@
1
- import { readFileSync, existsSync } from "fs";
2
- import { join } from "path";
3
- const CREDENTIAL_FIELDS = [
4
- "clientId",
5
- "clientSecret",
6
- "tokenUrl",
7
- "authUrl",
8
- "refreshUrl"
9
- ];
10
- const CONFIG_TTL_MS = 6e4;
11
- let lastLoadTime = 0;
12
- let cachedProviders = null;
13
- function credGlobals() {
14
- return globalThis;
15
- }
16
- function resolveCredentialsPath() {
17
- let resolveDataDir;
18
- try {
19
- resolveDataDir = require("@/lib/dataPaths").resolveDataDir;
20
- } catch (err) {
21
- const fallbackDataDir = process.env.DATA_DIR || join(process.cwd(), "data");
22
- console.warn(
23
- `[CREDENTIALS] Could not load dataPaths module, using fallback: ${fallbackDataDir}`
24
- );
25
- return join(fallbackDataDir, "provider-credentials.json");
26
- }
27
- return join(resolveDataDir(), "provider-credentials.json");
28
- }
29
- function loadProviderCredentials(providers) {
30
- if (cachedProviders && Date.now() - lastLoadTime < CONFIG_TTL_MS) {
31
- return cachedProviders;
32
- }
33
- const credPath = resolveCredentialsPath();
34
- if (!existsSync(credPath)) {
35
- if (!credGlobals().__omnirouteCredNoFileLogged) {
36
- console.log("[CREDENTIALS] No external credentials file found, using defaults.");
37
- credGlobals().__omnirouteCredNoFileLogged = true;
38
- }
39
- cachedProviders = providers;
40
- lastLoadTime = Date.now();
41
- return providers;
42
- }
43
- try {
44
- const raw = readFileSync(credPath, "utf-8");
45
- const external = JSON.parse(raw);
46
- let overrideCount = 0;
47
- const mutableProviders = providers;
48
- for (const [providerKey, creds] of Object.entries(external)) {
49
- if (!mutableProviders[providerKey]) {
50
- console.log(
51
- `[CREDENTIALS] Warning: unknown provider "${providerKey}" in credentials file, skipping.`
52
- );
53
- continue;
54
- }
55
- if (!creds || typeof creds !== "object") {
56
- console.log(
57
- `[CREDENTIALS] Warning: provider "${providerKey}" value must be an object, got ${typeof creds}. Skipping.`
58
- );
59
- continue;
60
- }
61
- const credentialOverrides = creds;
62
- for (const field of CREDENTIAL_FIELDS) {
63
- if (credentialOverrides[field] !== void 0) {
64
- mutableProviders[providerKey][field] = credentialOverrides[field];
65
- overrideCount++;
66
- }
67
- }
68
- }
69
- const isReload = cachedProviders !== null;
70
- console.log(
71
- `[CREDENTIALS] ${isReload ? "Reloaded" : "Loaded"} external credentials: ${overrideCount} field(s) from ${credPath}`
72
- );
73
- } catch (err) {
74
- const reason = err instanceof SyntaxError ? "Invalid JSON format" : err.code || "read error";
75
- console.log(`[CREDENTIALS] Error reading credentials file (${reason}). Using defaults.`);
76
- }
77
- cachedProviders = providers;
78
- lastLoadTime = Date.now();
79
- return providers;
80
- }
81
- export {
82
- loadProviderCredentials
83
- };
@@ -1,12 +0,0 @@
1
- // Default signature for thinking mode when no signature from thinkingStore
2
- export const DEFAULT_THINKING_CLAUDE_SIGNATURE = "EpwGCkYIChgCKkCzVUuRrg7CcglSUWEef4rH6o35g9UYS8ZPe0/VomQTBsFx6sttYNj5l8GqgW6ejuHyYqpFToxIbZl0bw17l5dJEgzCnqDO0Z8fRlMrNgsaDLS1cnCjC53KBqE0CCIwAADQdo1eO+7qPAmo8J4WR3JPmr92S97kmvr5K1iPMiOpkZNj8mEXW8uzBoOJs/9ZKoMFiqHJ3UObwaJDqFOW70E9oCwDoc6jesaWVAEdN5vWfKMpIkjFJjECdjIdkxyJNJ8Ib8yXVal3qwE7uThoPRqSZDdHB5mmwPEjWE/90cSYCbtX2YsJki1265CabBb8/QEkODXg4kgRrL+c8e8rRXz/dr1RswvaPuzEdGKHRNi9UooNUeOK4/ebx1KkP9YZttyohN9GWqlts36kOoW0Cfie/ABDgF9g534BPth/sstxDM6d79QlRmh6NxizyTF74DXJI34u0M4tTRchqE5pAq85SgdJaa+dix1yJPMji8m6nZkwJbscJb9rdc2MKyKWjz8QL2+rTSSuZ2F1k1qSsW0xNcI7qLcI12Vncfn/VqY6YOIZy/saZBR0ezXvN6g+UYbuIdyVg7AyIFZt3nbrO7/kmOEb2VKzygwklHGEIJHfFgMpH3JSrAzbZIowVHOF7VaJ+KXRFDCFin7hHTOiOsdg+1ij1mML9Z/x/9CP4b7OUcaQm1llDZPSHc6rZMNL3DdB+fW5YfmNgKU35S+7AMtA10nVILzDAk1UV4T2K9Do09JlI6rjOs9UuULlIN2Z0eE8YTlANR6uQcw7lMcdfqYE8tke4rDKc2dDiaS5vVe45VewICNpdXGN11yw8QqH7p27CR1HtN30e0tHXOR3bIwWk/Yb6O5fTaKG6Ri8e5ZCPvdD9HqepVi188nM0iTjJqL58F3ni04ECIhcbyaQWnuTes1Kw4CMwiZDLQkk8Hgz7HkUOf1btQTF/0nhD7ry0n0hAEg2PaDM3V6TjOjf4hEldRmeqERcQF1PfgKb6ZM12rlIIfUqKACczWJSzTV158+47HX36o0cgux6nFlv/DE+sEiRVxgB";
3
-
4
- export const DEFAULT_THINKING_AG_SIGNATURE = "EuwGCukGAXLI2nxwZIq54WWSoL/YN0P3TsDZ7zRnLi8g0S4aVr2HUGxvaHKySuY6HAVzcE0GPGjXrytLIldxthSvfxgUlJh6Qa9Z+Oj5QZBlYdg6HaJ6yuY5R7waE6rdwBsRf7Ft2j3DJ9rMi9qhWFqApewYtPhls3VHtuvND3l8Rm09+lbAXQs6KKWEWrxNLKTBkfpMgXhRERc/TQRMZu1twAablm6/Zk1tsYRvfWKLsNbeKF+CCojJdXJKvnR/8Ouuoa+Y2Ti20hcW7aZIIjZDFYPU//k6Ybmhg69J/imbFai2ckhfLaisqdDkdoIiBJScTOUvYqP6AE9d4MsydSC+UlhIMk4hoP76R8vUSCZRMkjOaDXstf/QoVZKbt94wyRZgAJ1G0BqI8L5ow86kLpA4wJEtxsRGymOE4bKUvApveBakYDNM9APkf+LbtbzWSseGjoZcSlycF9iN8Q2XNYKRrHbv3Lr5Y8JjdH/5y/6SHkNehTEZugaeGnSPSyCTWto1kQgHpxdWmhkLfJGNUGLmue7Mesj4TSms4J33mRpYVhNB/J333FCqIP0hr/E7BkkjEn7yZ4X7SQlh+xKPurapsnHRwiKmtsilmEFrnTE9iQr+pMr6M29qqFNv1tr5yumbaJw8JW9sB15tNsRv+dW6BjNanbsKz7HCgKUBc8tGy+7YuhXzAfViyRefcjK7eZW0Fbyt7AbybJTKz78W8NH7ye6LAwzOebXpeZ4D43fNIt8bKh26qgduSQv/7o+pAflkuqHZ99YWgHQ8h8OkZFi3eOiSYjsjhdZ/czWOdoPI/OnqIldzMPF5YlrKBLFX8VhRKVmqgsmWf5PHGulHhMkVlS+XG2UIseGy69ARa93D78Gsa+1n1kJr7EEB7Rh+27vUMxVYLdz1yMSvE5nalTAlg/ZeG8+XQ0cHuAI3KbQpHW2Q++RdXfm5JzD5WdJZUU+Zn8t8UUn85BH4RxZLeE0qJikgSsKoYVBc6YhiMjhPgkR95ReimY4Z0xCJdRo1gjexOFeODZMpQF6Yxnoic7IrdgsFA3iePTbFnPp3IAM1fAThWhXJUn3QInUOTd5o1qmTmn6REbL15g/JQNl+dqUoPkhleeb2V3kjqp1okmO3wMZbPknR3S1LZNmlS72/iBQUm+n2b/RCn4PjmM2";
5
-
6
- export const DEFAULT_THINKING_VERTEX_SIGNATURE = "CloBjz1rX5+yg1ILh/Ag+suum5k1f/9m/hI0XDQ33lsQIYnOHLn9KZwN0C7E4jgep5MzZvz5Se1Z1xxYrA1+Iz0Il4tabBhaDfMKNa5dGdEA3KnikfjfIpMlPaAKaQGPPWtf2hodPdBgguiZqDn+Qz2LwGEqHVJ16LVBUpeSx7UnYBLSwio8cyNy0jPijOh5QXKLTeHVdO2tKKcCCrtG2JCW3dOSrW2qA8eyAg40iQUnMNECjbcjkqB1+zrab7jX9ILwg7L9OgqYAQGPPWtfT4nzaPzSkXePAa920abYxPs3fg/RHDlg8PUVFLa+ko6qOjt7nXJTMxN0cpCwUCFX7eHHcMnA6vApyA/rXvJiAABkHZ3HilAktXRtxr/thHU0H8/4H5gT3kzoQcq9aMznrKomd3ct0mFi0ioSKnOEfoY1Mrfj00p/ZWm0tT7Wrjcm3BQXZ+T9Vrb94k+6CjtcEBrGCq8BAY89a1/vTMczqwB1NP3HCCuBdnds2vDXkj6XAYaXjsjmik8tGqwMKHz8R9RAWsx6SO6pkGEpXXpRzAaUx6c+aofsL/z1xOcN7ArCAa6uEeQKEgNngZuCP05p4+9P95epVmgOjFa4KfsPnyg+NKUkEFmpPSDrIRyMT+xERlclVcCI98/u7i8a9+vTbgzl8TRFYryClNH37K1ye5i6kqSGDUcMyiEasjke5BxbUh3i6wqMAgGPPWtfk+A+iY38QAldu117FEkTIkzbYOIt67lk9c6Ou3Y3Ct8TFHFw5QwGfSFc0YWjeTFHdm9UdV5jPK35p6VfhiRSva3w2+JLIHb4jvv5HutZPOJ3yQTt/+hUDj80oMNMbwnxNZvCEdzKS+D9vwmTACAm5H0ZetBSH2gPJXnhhuQo9AegS3wIWVR2a5k643Vx9r4u4pOvij4476lxKswIHvqsjL4jnTzRCvd44G6dn7vD0ENGb1K/i+dMRQMcOBaOxPN0ynk9bKxXWRDbZ+Rhakfr+y74z+6eYCdRPVqO9I7s+riilFuRIfaQ+U6/vuVKGIWEVKCfZZi0z6H5Xgz1xmse0u0AsittDlIKxwEBjz1rX783A0vehvUeabRia+/pX46IsN5efTAxFEBUeUce3jLuXIghkMV2b8KNhUs2G0aZldDDewRQbkluQabBMDT82N5I7reJP0VZgLIKccCL5DoGv1J7YWM2npLMIgZ6aP8aSlT3PFFJ0IXbUZUrzduczmIm6nzAJf9zxmq1aIFYw8YrgW8RjUdy0UvUmRoBEShSGUrvsyaRTl7J//KJW5utIPunFMu53GPWLidCFHzM1QA3Cj1+4zv5UXajP/V92RQayWbzCvYBAY89a1+yzoVSWukUGH7kX71Tg9dx7HA7OyKYwnYaqekG98zJfcUM/3KoiiiotW5t4xYu//ksEl36bSWvUHsRnxGByg+3WYdnZqKg0AtdRB/EXbI5PsjvS5ko96bkjSuFkY3TjHGwAM2B94K6/t6OTE/NBbxCsY9sT4d+1sbFv/iyfmfCnfvJaSzGmC9CDWKy4iqQ/vBNWps9j1JXk0p5uPAYC2BaMkxl5xoTVZqI3zAuRtQF5JLmPPy+PdqOgFxMKcLGNhwp7dbhIFLF68vCYQ9CL0NnK2d3CFk1UFVYxsi1TsolR1xahe/Rxt5HZDz/z65nevrQ";
7
-
8
- export const DEFAULT_THINKING_GEMINI_CLI_SIGNATURE = "CiQBjz1rX/AlslZWMe5RgBt4Tv9j4+YNZTTez+JH2/+5oAlICygKXgGPPWtf7/Sux9eLYap/bmYAdPqFThLXj+l7o0DLu/hdgU98MA9ZrlRDNHXx+T0tuY8AcnjPZbiDyOq2bE11Fjhsk6p5axqayaapC/Pt9GczcgIQf1z15WTxCeKWAPYKYQGPPWtfDYj0nlNFNoTlU39RC91Z16xFKJ2MLEmkm+NvimsoOJ6be3g2BssNPtJ/9BKDXRA5cVs17tBeeW72lH8TMB5999udtxHM2SiUsnWsrHlfVuGSCpNQQ+5REw8HNvEKkgEBjz1rXzBNWrqZGbjun55K+vgYPBhJO2qZ67uRWXUA5/qcU12U/mbi5XoA3swoxYE8LEXfZvFFC9WG/W28QNCA0Qd4Trk/WkWiAwZmB8a84Fs14rkv3wqyxwFavPkJorqurAfd2XzGiFy0sB0ITCOPYi1HzDGV5WfXk6b9k+jT66/RuzGa8EcSOWo/QtC3Bkhgowo4AY89a1/f/tw8A02zjIoK7JVDAbf8W4UfmbApJJhwXIiGtu1M0JItObx7g2reYqT+HHL2Q/R4VDc=";
9
-
10
-
11
- export const DEFAULT_THINKING_TEXT = "...";
12
-