Import claude-code-switcher from the Windows build

Source of truth so far has been c:\Users\smoido\projects\cli on the Windows
box, which has no git history of its own. This is that tree copied verbatim over
SSH, minus dist/ - the PowerShell build, the POSIX port under linux/, and the
presets both share.

Recorded as its own commit so that everything after it is a reviewable diff
rather than an undifferentiated first drop.
This commit is contained in:
smoido
2026-08-30 21:05:48 +03:00
commit 112068314c
20 changed files with 4994 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"provider": "lmstudio",
"description": "Local Qwen3.6-35B-A3B uncensored (heretic, MTP-preserved). Clean chat template - verified working with tools + streaming.",
"baseUrl": "http://127.0.0.1:1234",
"auth": {
"mode": "literal",
"token": "lmstudio"
},
"models": {
"opus": "qwen3.6-35b-a3b-uncensored-heretic-native-mtp-preserved",
"sonnet": "qwen3.6-35b-a3b-uncensored-heretic-native-mtp-preserved",
"haiku": "qwen3.6-35b-a3b-uncensored-heretic-native-mtp-preserved",
"fable": "qwen3.6-35b-a3b-uncensored-heretic-native-mtp-preserved"
},
"subagentModel": "qwen3.6-35b-a3b-uncensored-heretic-native-mtp-preserved",
"gatewayModelDiscovery": true,
"extraEnv": {
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
},
"contextTokens": 262144
}