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.
19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"provider": "openrouter",
|
|
"description": "Daily driver. Cheap flash models on the hot tiers, GLM on fable.",
|
|
"baseUrl": "https://openrouter.ai/api",
|
|
"auth": {
|
|
"mode": "vault",
|
|
"keyRef": "openrouter"
|
|
},
|
|
"models": {
|
|
"opus": "deepseek/deepseek-v4-flash-0731",
|
|
"sonnet": "qwen/qwen3.7-flash",
|
|
"haiku": "openrouter/free",
|
|
"fable": "z-ai/glm-5.2"
|
|
},
|
|
"subagentModel": "inherit",
|
|
"gatewayModelDiscovery": true,
|
|
"contextTokens": 1000000
|
|
}
|