@jeffreycao/copilot-api 1.10.15 → 1.10.16

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.
package/dist/main.js CHANGED
@@ -43,7 +43,7 @@ const { auth } = await import("./auth-pzJhbgbH.js");
43
43
  const { checkUsage } = await import("./check-usage-Cz41OYeD.js");
44
44
  const { debug } = await import("./debug-Cc-hdADF.js");
45
45
  const { mcp } = await import("./mcp-DZgcvqQY.js");
46
- const { start } = await import("./start-DpP5nm-1.js");
46
+ const { start } = await import("./start-BHnlPRd_.js");
47
47
  await runMain(defineCommand({
48
48
  meta: {
49
49
  name: "copilot-api",
@@ -3492,21 +3492,21 @@ const containsVisionContent = (value) => {
3492
3492
  //#region src/services/codex/get-models.ts
3493
3493
  const CODEX_MODELS = [
3494
3494
  {
3495
- contextWindow: 272e3,
3495
+ contextWindow: 1e5,
3496
3496
  id: "gpt-5.3-codex-spark",
3497
3497
  input: ["text"],
3498
- maxTokens: 128e3,
3498
+ maxTokens: 32e3,
3499
3499
  name: "GPT-5.3 Codex Spark"
3500
3500
  },
3501
3501
  {
3502
- contextWindow: 1e6,
3502
+ contextWindow: 4e5,
3503
3503
  id: "gpt-5.4",
3504
3504
  input: ["text", "image"],
3505
3505
  maxTokens: 128e3,
3506
3506
  name: "GPT-5.4"
3507
3507
  },
3508
3508
  {
3509
- contextWindow: 1e6,
3509
+ contextWindow: 4e5,
3510
3510
  id: "gpt-5.4-mini",
3511
3511
  input: ["text", "image"],
3512
3512
  maxTokens: 128e3,
@@ -5200,4 +5200,4 @@ server.route("/:provider/v1/models", providerModelRoutes);
5200
5200
  //#endregion
5201
5201
  export { server };
5202
5202
 
5203
- //# sourceMappingURL=server-yJcTwrWm.js.map
5203
+ //# sourceMappingURL=server-DamOWo6M.js.map