chore: update configs
73ce5104
3 file(s) · +9 −1
| 1 | 1 | return { |
|
| 2 | 2 | cmd = { |
|
| 3 | - | "biome", "lsp-proxy" |
|
| 3 | + | "bunx", "@biomejs/biome", "lsp-proxy" |
|
| 4 | 4 | }, |
|
| 5 | 5 | filetypes = { |
|
| 6 | 6 | 'json', |
| 1 | + | [mgr] |
|
| 2 | + | ratio = [1,3,4] |
|
| 3 | + | sort_by = "mtime" |
|
| 4 | + | sort_reverse = true |
| 142 | 142 | } |
|
| 143 | 143 | }, |
|
| 144 | 144 | "agent": { |
|
| 145 | + | "inline_assistant_model": { |
|
| 146 | + | "provider": "anthropic", |
|
| 147 | + | "model": "claude-sonnet-4-latest" |
|
| 148 | + | }, |
|
| 145 | 149 | "profiles": { |
|
| 146 | 150 | "steve": { |
|
| 147 | 151 | "name": "Steve", |