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

@@ -1,8 +1,8 @@
{
"model": null,
"max_iters": 20,
"lm": "openrouter/anthropic/claude-3.5-sonnet",
"sub_lm": "openrouter/openai/gpt-4.1",
"max_iters": 50,
"lm": "openrouter/anthropic/claude-sonnet-4.5",
"sub_lm": "openrouter/openai/gpt-5-mini",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 32000,
"max_output_chars": 100000,