CLA-free fork of the glamourous AI coding agent for your favourite terminal 💘
1{ 2 "lsp": { 3 "gopls": { 4 "command": "gopls" 5 } 6 }, 7 "agents": { 8 "coder": { 9 "model": "gpt-4.1" 10 }, 11 "task": { 12 "model": "gpt-4.1" 13 }, 14 "title": { 15 "model": "gpt-4.1" 16 } 17 } 18}