Config Reference
Key | Type | Default | Description |
---|---|---|---|
editor.font_size | number | 14 | The font size of the editor. |
editor.theme_mode | "dark" | "light" | "system" | system | The theme mode of the editor. |
editor.light_theme | string | min-light | The light theme of the editor. |
editor.dark_theme | string | houston | The dark theme of the editor. |
ai.agent.model | string | github-copilot/gpt-4.1 | The model of the AI agent. |
ai.autocomplete.base_url | string | https://openrouter.ai/api/v1 | The base URL of the autocomplete API. |
ai.autocomplete.model | string | mistralai/codestral-2501 | The model of the autocomplete API. |
ai.autocomplete.api_key | string | '' | The API key of the autocomplete API. |