Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A patch allows the Claude client to accept more ModelIDs.
- 1.15962.0
- 1.15962.1
- 1.17180.0
- 1.17377.1

The patch scripts auto-detect your installed version and fetch the latest patch definitions from this repository. When a new Claude Desktop version is released, only `patch-definitions.json` needs updating.

Expand Down
10 changes: 10 additions & 0 deletions patch-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@
"original": "function $AA(A){const e=A.toLowerCase();return Gpt.test(e)?!1:m7A.test(e)||Lpt.some(t=>e.includes(t))}",
"patched_prefix": "function $AA(e){return!0}"
}
},
"1.17377.1": {
"windows": {
"original": "function gtA(A){const e=A.toLowerCase();return _Dt.test(e)?!1:bee.test(e)||SDt.some(t=>e.includes(t))}",
"patched": "function gtA(e){return true/*patched*/}"
},
"macos": {
"original": "function ktA(A){const e=A.toLowerCase();return bSt.test(e)?!1:yte.test(e)||TSt.some(t=>e.includes(t))}",
"patched_prefix": "function ktA(e){return!0}"
}
}
},
"fallback_patterns": [
Expand Down