Skip to content
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 @@ -25,6 +25,7 @@ A patch allows the Claude client to accept more ModelIDs.
- 1.10628.2
- 1.11187.0
- 1.11187.4
- 1.11847.5

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 @@ -190,6 +190,16 @@
"original": "function w6(A){const e=A.toLowerCase();return Fyi.test(e)?!1:HqA.test(e)||Uyi.some(t=>e.includes(t))}",
"patched_prefix": "function w6(e){return!0}"
}
},
"1.11847.5": {
"windows": {
"original": "function bz(A){const e=A.toLowerCase();return dSi.test(e)?!1:hVA.test(e)||BSi.some(t=>e.includes(t))}",
"patched": "function bz(e){return true/*patched*/}"
},
"macos": {
"original": "function b6(A){const e=A.toLowerCase();return dSi.test(e)?!1:f4A.test(e)||BSi.some(t=>e.includes(t))}",
"patched_prefix": "function b6(e){return!0}"
}
}
},
"fallback_patterns": [
Expand Down