Add MCP server support and long paste handling

This commit is contained in:
2026-01-21 22:12:25 -08:00
parent 80629105ed
commit f07effc51e
4 changed files with 190 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
]
},
"lm": {
"model": "openrouter/anthropic/claude-3.5-sonnet",
"model": "openrouter/anthropic/claude-sonnet-4.5",
"model_type": "chat",
"cache": true,
"num_retries": 3,
@@ -68,7 +68,7 @@
]
},
"lm": {
"model": "openrouter/anthropic/claude-3.5-sonnet",
"model": "openrouter/anthropic/claude-sonnet-4.5",
"model_type": "chat",
"cache": true,
"num_retries": 3,