@dianshuv/copilot-api 0.20.0 → 0.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.mjs +5 -1
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -1011,7 +1011,7 @@ const logout = defineCommand({
1011
1011
 
1012
1012
  //#endregion
1013
1013
  //#region package.json
1014
- var version = "0.20.0";
1014
+ var version = "0.20.1";
1015
1015
 
1016
1016
  //#endregion
1017
1017
  //#region src/lib/event-loop-lag.ts
@@ -2449,6 +2449,8 @@ const HIDDEN_MODEL_IDS = new Set([
2449
2449
  "gpt-41-copilot",
2450
2450
  "gpt-5-mini",
2451
2451
  "gpt-5.3-codex",
2452
+ "gpt-5.4",
2453
+ "gpt-5.4-nano",
2452
2454
  "text-embedding-ada-002",
2453
2455
  "text-embedding-3-small",
2454
2456
  "text-embedding-3-small-inference",
@@ -2459,7 +2461,9 @@ const HIDDEN_MODEL_IDS = new Set([
2459
2461
  "claude-opus-4.7-high",
2460
2462
  "claude-opus-4.7-xhigh",
2461
2463
  "claude-sonnet-4.5",
2464
+ "claude-sonnet-4.6",
2462
2465
  "mai-code-1-flash-internal",
2466
+ "mai-code-1-flash-picker",
2463
2467
  "trajectory-compaction"
2464
2468
  ]);
2465
2469
  function isHiddenModel(id, showAll) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dianshuv/copilot-api",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code!",
5
5
  "author": "dianshuv",
6
6
  "type": "module",