@cjhyy/code-shell 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/dist/anthropic-OVRWAZRD.js +1 -0
  2. package/dist/arena/index.js +1 -104
  3. package/dist/arena-64T2EQD4.js +3 -0
  4. package/dist/bwrap-PVZMLHZR.js +2 -0
  5. package/dist/chunk-2EUIMKJA.js +1 -0
  6. package/dist/chunk-2GJ7H5NC.js +641 -0
  7. package/dist/chunk-2OD6VR4N.js +2 -0
  8. package/dist/chunk-3QP5BQ3L.js +1 -0
  9. package/dist/chunk-A4M2Y42L.js +2 -0
  10. package/dist/chunk-DEYFK6FP.js +1 -0
  11. package/dist/chunk-DTPABBSV.js +2 -0
  12. package/dist/chunk-EU3J7TBP.js +1 -0
  13. package/dist/chunk-FU7AHZNN.js +1 -0
  14. package/dist/chunk-L7B2ORID.js +4 -0
  15. package/dist/chunk-M7VU4YVY.js +49 -0
  16. package/dist/chunk-MGP35GKD.js +254 -0
  17. package/dist/chunk-MLCTC53I.js +1 -0
  18. package/dist/chunk-O5HFCH2U.js +1 -0
  19. package/dist/chunk-P6JSTIFM.js +1 -0
  20. package/dist/chunk-Q3RSX66I.js +1 -0
  21. package/dist/chunk-QTWU7UNA.js +5 -0
  22. package/dist/chunk-RERBX75D.js +251 -0
  23. package/dist/chunk-SNFAPSLA.js +1 -0
  24. package/dist/chunk-T222K6IV.js +18 -0
  25. package/dist/chunk-TKJA6W36.js +3 -0
  26. package/dist/chunk-VKKU4LOM.js +3 -0
  27. package/dist/chunk-WI6FSWGU.js +1 -0
  28. package/dist/chunk-XXCZE2U2.js +2 -0
  29. package/dist/chunk-ZSAONDT6.js +2 -0
  30. package/dist/cli/main.js +303 -22060
  31. package/dist/cli/onboarding.d.ts +7 -2
  32. package/dist/client-base-F5FCRSB3.js +1 -0
  33. package/dist/compaction-L3Y6NG4N.js +1 -0
  34. package/dist/context/compaction.d.ts +2 -1
  35. package/dist/data/static-catalogs.d.ts +25 -0
  36. package/dist/devtools-SGDUOOM4.js +1 -0
  37. package/dist/engine/engine.d.ts +24 -0
  38. package/dist/engine/turn-loop.d.ts +20 -0
  39. package/dist/export-md-U72T7NW7.js +22 -0
  40. package/dist/file-history-7FQFEQOL.js +1 -0
  41. package/dist/index.d.ts +1 -1
  42. package/dist/index.js +1 -347
  43. package/dist/llm/capabilities/index.d.ts +20 -0
  44. package/dist/llm/capabilities/rules.d.ts +26 -0
  45. package/dist/llm/capabilities/types.d.ts +108 -0
  46. package/dist/llm/model-pool.d.ts +7 -0
  47. package/dist/llm/provider-catalog.d.ts +2 -0
  48. package/dist/llm/provider-kinds.d.ts +1 -1
  49. package/dist/llm/providers/openai.d.ts +22 -0
  50. package/dist/llm/token-counter.d.ts +17 -0
  51. package/dist/llm/types.d.ts +8 -0
  52. package/dist/logging/logger.d.ts +10 -2
  53. package/dist/logging/session-recorder.d.ts +16 -3
  54. package/dist/manager-J6FXEUEK.js +1 -0
  55. package/dist/mcp-manager-27EVBKRT.js +1 -0
  56. package/dist/memory-BNI4WEWL.js +1 -0
  57. package/dist/model-cache-HEDXI7UJ.js +1 -0
  58. package/dist/model-fetcher-X5W5EASG.js +1 -0
  59. package/dist/off-7SDVMMXW.js +1 -0
  60. package/dist/openai-3QEADSYL.js +1 -0
  61. package/dist/openrouter-models-GZVCRWD2.js +1 -0
  62. package/dist/openrouter-sync-WG4AG5NC.js +1 -0
  63. package/dist/product/index.js +1 -21
  64. package/dist/protocol/client.d.ts +1 -1
  65. package/dist/run/index.js +1 -48
  66. package/dist/seatbelt-L54CNI2Y.js +37 -0
  67. package/dist/session/session-manager.d.ts +2 -0
  68. package/dist/session-manager-AGWS5SMJ.js +1 -0
  69. package/dist/settings/schema.d.ts +147 -21
  70. package/dist/tool-summary-V2B3MD5N.js +2 -0
  71. package/dist/tool-system/builtin/bash.d.ts +7 -1
  72. package/dist/tool-system/context.d.ts +7 -0
  73. package/dist/tool-system/executor.d.ts +4 -0
  74. package/dist/tool-system/sandbox/bwrap.d.ts +13 -0
  75. package/dist/tool-system/sandbox/index.d.ts +78 -0
  76. package/dist/tool-system/sandbox/off.d.ts +2 -0
  77. package/dist/tool-system/sandbox/seatbelt.d.ts +18 -0
  78. package/dist/tool-system/task-guard.d.ts +30 -0
  79. package/dist/types.d.ts +17 -0
  80. package/dist/ui/components/SessionPicker.d.ts +2 -0
  81. package/dist/ui/components/SpinnerWithVerb.d.ts +7 -2
  82. package/dist/ui/components/StatusLine.d.ts +7 -3
  83. package/dist/updater-OCNU2K2Z.js +1 -0
  84. package/package.json +7 -10
  85. package/dist/anthropic-IBTI4WL2.cjs +0 -10
  86. package/dist/anthropic-PRZZKHEZ.js +0 -10
  87. package/dist/arena/index.cjs +0 -104
  88. package/dist/arena-2LTLIXOL.js +0 -261
  89. package/dist/arena-ADB7DRFI.cjs +0 -261
  90. package/dist/chunk-2YW4FPFG.cjs +0 -101
  91. package/dist/chunk-3OA5G4TM.js +0 -47
  92. package/dist/chunk-3QO25N6E.js +0 -4711
  93. package/dist/chunk-3SBSUOWZ.js +0 -447
  94. package/dist/chunk-52LGZKT3.cjs +0 -47
  95. package/dist/chunk-55XGPMAP.cjs +0 -146
  96. package/dist/chunk-6QVAYW7C.cjs +0 -438
  97. package/dist/chunk-6S4BJ65N.js +0 -113
  98. package/dist/chunk-76HYEPDM.js +0 -307
  99. package/dist/chunk-7BI3V74Y.cjs +0 -447
  100. package/dist/chunk-7EG3V4JY.cjs +0 -113
  101. package/dist/chunk-7JVTYEEC.js +0 -340
  102. package/dist/chunk-7QIM3BKD.js +0 -44
  103. package/dist/chunk-7Y6S3OCX.js +0 -438
  104. package/dist/chunk-ABRRONJ7.js +0 -107
  105. package/dist/chunk-BSW22MPA.js +0 -146
  106. package/dist/chunk-BXCY2FSE.js +0 -203
  107. package/dist/chunk-BZ5TNE7L.js +0 -5128
  108. package/dist/chunk-DDB6QOKJ.cjs +0 -1252
  109. package/dist/chunk-HEKQCI7B.cjs +0 -224
  110. package/dist/chunk-IK4EWJBP.cjs +0 -203
  111. package/dist/chunk-ILHE7XLT.cjs +0 -107
  112. package/dist/chunk-JMR33QVF.cjs +0 -169
  113. package/dist/chunk-KAQHULYN.js +0 -54
  114. package/dist/chunk-KE4EQOWA.js +0 -294
  115. package/dist/chunk-KOVYSDHZ.cjs +0 -340
  116. package/dist/chunk-KS3RYAYL.cjs +0 -45
  117. package/dist/chunk-MD32R22I.js +0 -50
  118. package/dist/chunk-MV7YI4WO.cjs +0 -293
  119. package/dist/chunk-MY5XHADU.cjs +0 -216
  120. package/dist/chunk-NUNC3VFB.cjs +0 -307
  121. package/dist/chunk-PKGRTCCY.js +0 -9092
  122. package/dist/chunk-QARL3IDQ.js +0 -1252
  123. package/dist/chunk-S754JHLR.cjs +0 -54
  124. package/dist/chunk-SFXHZSRF.js +0 -101
  125. package/dist/chunk-SIHHIQLO.js +0 -224
  126. package/dist/chunk-T6VYG46N.js +0 -105
  127. package/dist/chunk-TNLGBJYS.cjs +0 -44
  128. package/dist/chunk-TUY2T5KP.cjs +0 -105
  129. package/dist/chunk-UXOCVJJ6.cjs +0 -9092
  130. package/dist/chunk-VIAGTYYW.js +0 -169
  131. package/dist/chunk-WASS5YWB.js +0 -215
  132. package/dist/chunk-WZJV6DJC.cjs +0 -5128
  133. package/dist/chunk-YIQBXAYU.cjs +0 -264
  134. package/dist/chunk-YKIAELDZ.cjs +0 -4711
  135. package/dist/chunk-ZBPSQCPU.js +0 -264
  136. package/dist/cli/main.cjs +0 -22156
  137. package/dist/client-base-HTF236ZD.cjs +0 -9
  138. package/dist/client-base-QKRKCOWB.js +0 -9
  139. package/dist/compaction-6VU2T643.js +0 -33
  140. package/dist/compaction-OKUNTCA7.cjs +0 -33
  141. package/dist/devtools-T2NIZBJK.cjs +0 -6
  142. package/dist/devtools-YXWHOVKR.js +0 -6
  143. package/dist/export-md-RXDW6F5W.cjs +0 -135
  144. package/dist/export-md-XXKZANW5.js +0 -135
  145. package/dist/file-history-KYPE3ECT.cjs +0 -7
  146. package/dist/file-history-LF4F7X26.js +0 -7
  147. package/dist/index.cjs +0 -347
  148. package/dist/manager-D65VFAPX.js +0 -7
  149. package/dist/manager-TTF5VHJC.cjs +0 -7
  150. package/dist/mcp-manager-QMKWPBZ4.js +0 -8
  151. package/dist/mcp-manager-Z3OKI74O.cjs +0 -8
  152. package/dist/memory-5LWZ6FI2.cjs +0 -9
  153. package/dist/memory-VIJLBAMQ.js +0 -9
  154. package/dist/model-cache-5KIYL5SL.js +0 -13
  155. package/dist/model-cache-OED3IM4R.cjs +0 -13
  156. package/dist/model-fetcher-HKGICACL.js +0 -8
  157. package/dist/model-fetcher-UR6WJOQP.cjs +0 -8
  158. package/dist/openai-JR2WEKOF.js +0 -10
  159. package/dist/openai-YBTOET4O.cjs +0 -10
  160. package/dist/openrouter-models-H56GHBHN.js +0 -15
  161. package/dist/openrouter-models-TWUFWZ5T.cjs +0 -15
  162. package/dist/openrouter-sync-5VMGN6C2.cjs +0 -11
  163. package/dist/openrouter-sync-ALEMF5IU.js +0 -11
  164. package/dist/product/index.cjs +0 -21
  165. package/dist/run/index.cjs +0 -48
  166. package/dist/session-manager-Q22BBMD3.js +0 -8
  167. package/dist/session-manager-XODQVL3C.cjs +0 -8
  168. package/dist/tool-summary-63DPIS7G.cjs +0 -31
  169. package/dist/tool-summary-NP5CDBKG.js +0 -31
  170. package/dist/updater-I7QBW4DP.cjs +0 -17
  171. package/dist/updater-NVME5S3Z.js +0 -17
@@ -1,169 +0,0 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-MD32R22I.js";
4
-
5
- // src/session/memory.ts
6
- init_esm_shims();
7
- import { mkdirSync, existsSync, readFileSync, writeFileSync, readdirSync, unlinkSync } from "fs";
8
- import { join } from "path";
9
- import { homedir } from "os";
10
- function resolveMemoryBaseDir(override) {
11
- if (override) return override;
12
- const fromEnv = process.env.CODE_SHELL_HOME;
13
- if (fromEnv && fromEnv.length > 0) return fromEnv;
14
- return join(homedir(), ".code-shell");
15
- }
16
- var MemoryManager = class {
17
- baseDir;
18
- memoryDir;
19
- indexPath;
20
- // Per-instance cache of {fileName -> {name, description}} so the
21
- // index can be rewritten without re-reading every memory file
22
- // every time a single entry is saved/deleted (the previous code
23
- // path called loadAll() on every save, giving O(N²) total I/O).
24
- // null = "not initialized yet, fall back to disk on next access."
25
- indexCache = null;
26
- constructor(options) {
27
- const opts = typeof options === "string" ? { projectDir: options } : options ?? {};
28
- this.baseDir = resolveMemoryBaseDir(opts.baseDir);
29
- if (opts.projectDir) {
30
- const projectHash = opts.projectDir.replace(/[/\\:]/g, "-").replace(/^-/, "");
31
- this.memoryDir = join(this.baseDir, "projects", projectHash, "memory");
32
- } else {
33
- this.memoryDir = join(this.baseDir, "memory");
34
- }
35
- this.indexPath = join(this.memoryDir, "MEMORY.md");
36
- mkdirSync(this.memoryDir, { recursive: true });
37
- }
38
- getMemoryDir() {
39
- return this.memoryDir;
40
- }
41
- /**
42
- * Save a memory entry. Creates the file and updates the index.
43
- */
44
- save(entry) {
45
- const fileName = this.slugify(entry.name) + ".md";
46
- const filePath = join(this.memoryDir, fileName);
47
- const content = `---
48
- name: ${entry.name}
49
- description: ${entry.description}
50
- type: ${entry.type}
51
- ---
52
-
53
- ${entry.content}
54
- `;
55
- writeFileSync(filePath, content, "utf-8");
56
- const cache = this.ensureIndexCache();
57
- cache.set(fileName, { name: entry.name, description: entry.description });
58
- this.writeIndex(cache);
59
- return fileName;
60
- }
61
- /**
62
- * Load all memory entries.
63
- */
64
- loadAll() {
65
- if (!existsSync(this.memoryDir)) return [];
66
- const files = readdirSync(this.memoryDir).filter(
67
- (f) => f.endsWith(".md") && f !== "MEMORY.md"
68
- );
69
- const entries = [];
70
- for (const file of files) {
71
- const entry = this.loadFile(file);
72
- if (entry) entries.push(entry);
73
- }
74
- return entries;
75
- }
76
- /**
77
- * Load a single memory file.
78
- */
79
- loadFile(fileName) {
80
- const filePath = join(this.memoryDir, fileName);
81
- if (!existsSync(filePath)) return null;
82
- try {
83
- const raw = readFileSync(filePath, "utf-8");
84
- const frontmatterMatch = raw.match(/^---\n([\s\S]*?)\n---\n\n?([\s\S]*)$/);
85
- if (!frontmatterMatch) return null;
86
- const frontmatter = frontmatterMatch[1];
87
- const content = frontmatterMatch[2].trim();
88
- const name = frontmatter.match(/name:\s*(.+)/)?.[1]?.trim() ?? fileName;
89
- const description = frontmatter.match(/description:\s*(.+)/)?.[1]?.trim() ?? "";
90
- const type = frontmatter.match(/type:\s*(.+)/)?.[1]?.trim() ?? "project";
91
- return { name, description, type, content, fileName };
92
- } catch {
93
- return null;
94
- }
95
- }
96
- /**
97
- * Delete a memory by name or filename.
98
- */
99
- delete(nameOrFile) {
100
- const entries = this.loadAll();
101
- const entry = entries.find(
102
- (e) => e.name === nameOrFile || e.fileName === nameOrFile
103
- );
104
- if (!entry) return false;
105
- try {
106
- unlinkSync(join(this.memoryDir, entry.fileName));
107
- const cache = this.ensureIndexCache();
108
- cache.delete(entry.fileName);
109
- this.writeIndex(cache);
110
- return true;
111
- } catch {
112
- return false;
113
- }
114
- }
115
- /**
116
- * Get the MEMORY.md index content for injection into prompts.
117
- */
118
- getIndex() {
119
- if (!existsSync(this.indexPath)) return "";
120
- return readFileSync(this.indexPath, "utf-8");
121
- }
122
- /**
123
- * Build a prompt-friendly summary of all memories.
124
- */
125
- buildMemoryContext() {
126
- const entries = this.loadAll();
127
- if (entries.length === 0) return "";
128
- const lines = entries.map(
129
- (e) => `- [${e.type}] ${e.name}: ${e.description}`
130
- );
131
- return `# Persistent Memory
132
-
133
- The following memories from previous sessions may be relevant:
134
-
135
- ` + lines.join("\n") + `
136
-
137
- To read a specific memory, check ${this.memoryDir}/`;
138
- }
139
- /**
140
- * Lazy-build the in-memory index from disk on first use, then
141
- * keep it in sync incrementally via save/delete. Avoids the
142
- * O(N²) re-read of every memory file on every save.
143
- */
144
- ensureIndexCache() {
145
- if (this.indexCache !== null) return this.indexCache;
146
- const cache = /* @__PURE__ */ new Map();
147
- for (const entry of this.loadAll()) {
148
- cache.set(entry.fileName, { name: entry.name, description: entry.description });
149
- }
150
- this.indexCache = cache;
151
- return cache;
152
- }
153
- writeIndex(cache) {
154
- const lines = [];
155
- for (const [fileName, meta] of cache) {
156
- lines.push(`- [${meta.name}](${fileName}) \u2014 ${meta.description}`);
157
- }
158
- const content = lines.length > 0 ? lines.join("\n") + "\n" : "(no memories stored)\n";
159
- writeFileSync(this.indexPath, content, "utf-8");
160
- }
161
- slugify(text) {
162
- return text.toLowerCase().replace(/[^a-z0-9]+/g, "-").replace(/^-|-$/g, "").slice(0, 60);
163
- }
164
- };
165
-
166
- export {
167
- resolveMemoryBaseDir,
168
- MemoryManager
169
- };
@@ -1,215 +0,0 @@
1
- import {
2
- isStale,
3
- readCache,
4
- writeCache
5
- } from "./chunk-3OA5G4TM.js";
6
- import {
7
- init_esm_shims
8
- } from "./chunk-MD32R22I.js";
9
-
10
- // src/llm/model-fetcher.ts
11
- init_esm_shims();
12
- import { readFileSync, existsSync } from "fs";
13
- import { fileURLToPath } from "url";
14
- import { dirname, join } from "path";
15
-
16
- // src/llm/provider-kinds.ts
17
- init_esm_shims();
18
- var NON_CHAT_PATTERNS = /(?:^|[-_/])(?:embed(?:ding)?|whisper|tts|audio|image|dall-?e|moderation|rerank|guard|vision-only)(?:$|[-_/])/i;
19
- var isChatLike = (id) => !NON_CHAT_PATTERNS.test(id);
20
- var bearer = (k) => k ? { Authorization: `Bearer ${k}` } : {};
21
- var PROVIDER_KINDS = {
22
- openai: {
23
- label: "OpenAI",
24
- defaultBaseUrl: "https://api.openai.com/v1",
25
- modelsPath: "/models",
26
- protocol: "openai-compat",
27
- authHeader: bearer,
28
- chatFilter: isChatLike
29
- },
30
- anthropic: {
31
- label: "Anthropic",
32
- defaultBaseUrl: "https://api.anthropic.com/v1",
33
- modelsPath: "/models",
34
- protocol: "anthropic-style",
35
- authHeader: (k) => k ? { "x-api-key": k, "anthropic-version": "2023-06-01" } : { "anthropic-version": "2023-06-01" },
36
- chatFilter: isChatLike
37
- },
38
- deepseek: {
39
- label: "DeepSeek",
40
- defaultBaseUrl: "https://api.deepseek.com/v1",
41
- modelsPath: "/models",
42
- protocol: "openai-compat",
43
- authHeader: bearer,
44
- chatFilter: isChatLike
45
- },
46
- xai: {
47
- label: "xAI (Grok)",
48
- defaultBaseUrl: "https://api.x.ai/v1",
49
- modelsPath: "/models",
50
- protocol: "openai-compat",
51
- authHeader: bearer,
52
- chatFilter: isChatLike
53
- },
54
- mistral: {
55
- label: "Mistral",
56
- defaultBaseUrl: "https://api.mistral.ai/v1",
57
- modelsPath: "/models",
58
- protocol: "openai-compat",
59
- authHeader: bearer,
60
- chatFilter: isChatLike
61
- },
62
- groq: {
63
- label: "Groq",
64
- defaultBaseUrl: "https://api.groq.com/openai/v1",
65
- modelsPath: "/models",
66
- protocol: "openai-compat",
67
- authHeader: bearer,
68
- chatFilter: isChatLike
69
- },
70
- google: {
71
- label: "Google Gemini",
72
- defaultBaseUrl: "https://generativelanguage.googleapis.com/v1beta",
73
- modelsPath: "/models",
74
- protocol: "gemini",
75
- authHeader: () => ({}),
76
- authQuery: (k) => k ? { key: k } : {},
77
- chatFilter: (id) => isChatLike(id) && /gemini/i.test(id)
78
- },
79
- openrouter: {
80
- label: "OpenRouter",
81
- defaultBaseUrl: "https://openrouter.ai/api/v1",
82
- modelsPath: "/models",
83
- protocol: "openai-compat",
84
- authHeader: bearer,
85
- chatFilter: isChatLike
86
- },
87
- ollama: {
88
- label: "Ollama (local)",
89
- defaultBaseUrl: "http://localhost:11434",
90
- modelsPath: "/api/tags",
91
- protocol: "ollama",
92
- authHeader: () => ({}),
93
- chatFilter: isChatLike
94
- },
95
- custom: {
96
- label: "Custom",
97
- defaultBaseUrl: "",
98
- modelsPath: "/models",
99
- protocol: "openai-compat",
100
- authHeader: bearer,
101
- chatFilter: isChatLike
102
- }
103
- };
104
- function getKindMeta(kind) {
105
- return PROVIDER_KINDS[kind] ?? PROVIDER_KINDS.custom;
106
- }
107
-
108
- // src/llm/model-fetcher.ts
109
- var HERE = dirname(fileURLToPath(import.meta.url));
110
- var OPENROUTER_SNAPSHOT = join(HERE, "..", "data", "openrouter-models.json");
111
- async function fetchModelList(provider, opts) {
112
- const meta = getKindMeta(provider.kind);
113
- if (!opts.refresh) {
114
- const cached = readCache(opts.cacheDir, provider.key);
115
- if (cached && !isStale(cached)) return { ...cached, fromCache: true };
116
- }
117
- if (provider.kind === "openrouter") {
118
- return loadOpenRouterSnapshot(provider.key, opts.cacheDir);
119
- }
120
- try {
121
- const path = provider.modelsPath ?? meta.modelsPath;
122
- const url = new URL(joinUrl(provider.baseUrl, path));
123
- const headers = meta.authHeader(provider.apiKey ?? "");
124
- if (meta.authQuery) {
125
- const q = meta.authQuery(provider.apiKey ?? "");
126
- for (const [k, v] of Object.entries(q)) url.searchParams.set(k, v);
127
- }
128
- const res = await fetch(url.toString(), {
129
- headers: { Accept: "application/json", ...headers },
130
- signal: AbortSignal.timeout(opts.timeoutMs ?? 2e4)
131
- });
132
- if (!res.ok) {
133
- return errorResult(provider.key, opts.cacheDir, `HTTP ${res.status}`);
134
- }
135
- const payload = await res.json();
136
- const raw = normalize(payload, meta.protocol);
137
- const filtered = raw.filter((m) => meta.chatFilter(m.id));
138
- const file = writeCache(opts.cacheDir, provider.key, filtered);
139
- return file;
140
- } catch (err) {
141
- const msg = err.message || String(err);
142
- return errorResult(provider.key, opts.cacheDir, msg);
143
- }
144
- }
145
- function normalize(payload, protocol) {
146
- switch (protocol) {
147
- case "ollama": {
148
- const p = payload;
149
- return (p.models ?? []).map((m) => ({ id: m.name, contextLength: 0, maxOutputTokens: 0 }));
150
- }
151
- case "anthropic-style": {
152
- const p = payload;
153
- return (p.data ?? []).map((m) => ({
154
- id: m.id,
155
- contextLength: m.context_window ?? 2e5,
156
- maxOutputTokens: m.max_output_tokens ?? 0
157
- }));
158
- }
159
- case "gemini": {
160
- const p = payload;
161
- return (p.models ?? []).map((m) => ({
162
- id: m.name.replace(/^models\//, ""),
163
- contextLength: m.inputTokenLimit ?? 0,
164
- maxOutputTokens: m.outputTokenLimit ?? 0
165
- }));
166
- }
167
- case "openai-compat": {
168
- const p = payload;
169
- return (p.data ?? []).map((m) => ({
170
- id: m.id,
171
- contextLength: m.context_window ?? m.context_length ?? 0,
172
- maxOutputTokens: m.max_completion_tokens ?? 0
173
- }));
174
- }
175
- }
176
- const _exhaustive = protocol;
177
- return _exhaustive;
178
- }
179
- function loadOpenRouterSnapshot(providerKey, cacheDir) {
180
- if (!existsSync(OPENROUTER_SNAPSHOT)) {
181
- return errorResult(providerKey, cacheDir, "openrouter snapshot missing");
182
- }
183
- try {
184
- const snapshot = JSON.parse(
185
- readFileSync(OPENROUTER_SNAPSHOT, "utf-8")
186
- );
187
- const models = (snapshot.models ?? []).map((m) => ({
188
- id: m.id,
189
- contextLength: m.contextLength ?? 0,
190
- maxOutputTokens: m.maxOutputTokens ?? 0
191
- }));
192
- return writeCache(cacheDir, providerKey, models);
193
- } catch (err) {
194
- return errorResult(providerKey, cacheDir, err.message);
195
- }
196
- }
197
- function errorResult(providerKey, cacheDir, error) {
198
- const stale = readCache(cacheDir, providerKey);
199
- if (stale) return { ...stale, error, fromCache: true };
200
- return {
201
- fetchedAt: (/* @__PURE__ */ new Date()).toISOString(),
202
- providerKey,
203
- models: [],
204
- error
205
- };
206
- }
207
- function joinUrl(base, path) {
208
- if (!base) return path;
209
- return `${base.replace(/\/$/, "")}${path.startsWith("/") ? "" : "/"}${path}`;
210
- }
211
-
212
- export {
213
- PROVIDER_KINDS,
214
- fetchModelList
215
- };