Refactor model identifiers in coder and reviewer droids; add settings.json for configuration management
This commit is contained in:
110
.factory/settings.json
Normal file
110
.factory/settings.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"logoAnimation": "off",
|
||||
"customModels": [
|
||||
{
|
||||
"model": "Kimi-K2.5",
|
||||
"id": "custom:Kimi-K2.5-(BYOK)-0",
|
||||
"index": 0,
|
||||
"baseUrl": "http://localhost:8383",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Kimi K2.5 (BYOK)",
|
||||
"maxOutputTokens": 131072,
|
||||
"noImageSupport": false,
|
||||
"provider": "anthropic"
|
||||
},
|
||||
{
|
||||
"model": "Kimi-for-Coding",
|
||||
"id": "custom:Kimi-for-Coding-(BYOK)-1",
|
||||
"index": 1,
|
||||
"baseUrl": "http://localhost:8383",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Kimi for Coding (BYOK)",
|
||||
"maxOutputTokens": 131072,
|
||||
"noImageSupport": false,
|
||||
"provider": "anthropic"
|
||||
},
|
||||
{
|
||||
"model": "Opus-4.6",
|
||||
"id": "custom:Opus-4.6-(BYOK)-2",
|
||||
"index": 2,
|
||||
"baseUrl": "http://localhost:8383",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Opus 4.6 (BYOK)",
|
||||
"maxOutputTokens": 128000,
|
||||
"extraArgs": {
|
||||
"parallel_tool_calls": true,
|
||||
"output_config": {
|
||||
"effort": "max"
|
||||
}
|
||||
},
|
||||
"noImageSupport": true,
|
||||
"provider": "anthropic"
|
||||
},
|
||||
{
|
||||
"model": "Sonnet-4.6",
|
||||
"id": "custom:Sonnet-4.6-(BYOK)-2",
|
||||
"index": 2,
|
||||
"baseUrl": "http://localhost:8383",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Sonnet 4.6 (BYOK)",
|
||||
"maxOutputTokens": 64000,
|
||||
"extraArgs": {
|
||||
"parallel_tool_calls": true,
|
||||
"output_config": {
|
||||
"effort": "max"
|
||||
}
|
||||
},
|
||||
"noImageSupport": true,
|
||||
"provider": "anthropic"
|
||||
},
|
||||
{
|
||||
"model": "Gpt-5.3-Codex",
|
||||
"id": "custom:Gpt-5.3-Codex-(BYOK)-3",
|
||||
"index": 3,
|
||||
"baseUrl": "http://localhost:8383/v1",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Gpt 5.3 Codex (BYOK)",
|
||||
"maxOutputTokens": 128000,
|
||||
"extraArgs": {
|
||||
"parallel_tool_calls": true,
|
||||
"reasoning": {
|
||||
"effort": "xhigh"
|
||||
}
|
||||
},
|
||||
"noImageSupport": true,
|
||||
"provider": "openai"
|
||||
},
|
||||
{
|
||||
"model": "Gpt-5.2",
|
||||
"id": "custom:Gpt-5.2-(BYOK)-4",
|
||||
"index": 4,
|
||||
"baseUrl": "http://localhost:8383/v1",
|
||||
"apiKey": "sk-abcd",
|
||||
"displayName": "Gpt 5.2 (BYOK)",
|
||||
"maxOutputTokens": 128000,
|
||||
"extraArgs": {
|
||||
"parallel_tool_calls": true,
|
||||
"reasoning": {
|
||||
"effort": "xhigh"
|
||||
}
|
||||
},
|
||||
"noImageSupport": true,
|
||||
"provider": "openai"
|
||||
}
|
||||
],
|
||||
"sessionDefaultSettings": {
|
||||
"model": "custom:Gpt-5.3-Codex-(BYOK)-3",
|
||||
"autonomyMode": "auto-low",
|
||||
"specModeReasoningEffort": "none",
|
||||
"reasoningEffort": "none"
|
||||
},
|
||||
"cloudSessionSync": false,
|
||||
"ideAutoConnect": true,
|
||||
"includeCoAuthoredByDroid": false,
|
||||
"showTokenUsageIndicator": true,
|
||||
"showThinkingInMainView": true,
|
||||
"allowBackgroundProcesses": true,
|
||||
"ideExtensionPromptedAt": {
|
||||
"vscode": 1769532708384
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user