| 1 |
1 |
|
{ |
| 2 |
|
- |
"ssh_connections": [ |
| 3 |
|
- |
{ |
| 4 |
|
- |
"host": "jetson-local", |
| 5 |
|
- |
"projects": [ |
| 6 |
|
- |
{ |
| 7 |
|
- |
"paths": ["/home/steve/Developer"] |
| 8 |
|
- |
} |
| 9 |
|
- |
] |
| 10 |
|
- |
} |
| 11 |
|
- |
], |
| 12 |
|
- |
"edit_predictions": { |
| 13 |
|
- |
"mode": "subtle", |
| 14 |
|
- |
"copilot": { |
| 15 |
|
- |
"proxy": null, |
| 16 |
|
- |
"proxy_no_verify": null |
| 17 |
|
- |
}, |
| 18 |
|
- |
"enabled_in_text_threads": false |
| 19 |
|
- |
}, |
| 20 |
|
- |
"icon_theme": "Zed (Default)", |
| 21 |
|
- |
"ui_font_family": "Berkeley Mono", |
| 22 |
|
- |
"language_models": { |
| 23 |
|
- |
"anthropic": {}, |
| 24 |
|
- |
"ollama": { |
| 25 |
|
- |
"api_url": "http://localhost:11434", |
| 26 |
|
- |
"available_models": [ |
| 27 |
|
- |
{ |
| 28 |
|
- |
"name": "qwen2.5-coder", |
| 29 |
|
- |
"display_name": "qwen 2.5 coder 32K", |
| 30 |
|
- |
"max_tokens": 32768, |
| 31 |
|
- |
"supports_tools": true |
| 32 |
|
- |
}, |
| 33 |
|
- |
{ |
| 34 |
|
- |
"name": "qwen3.8:b", |
| 35 |
|
- |
"max_tokens": 40960, |
| 36 |
|
- |
"supports_tools": true |
| 37 |
|
- |
}, |
| 38 |
|
- |
{ |
| 39 |
|
- |
"name": "gemma3:12b", |
| 40 |
|
- |
"display_name": "gemma 3.2 12b", |
| 41 |
|
- |
"max_tokens": 131072, |
| 42 |
|
- |
"supports_tools": true |
| 43 |
|
- |
}, |
| 44 |
|
- |
{ |
| 45 |
|
- |
"name": "gemma3:4b", |
| 46 |
|
- |
"display_name": "gemma 3.2 4b", |
| 47 |
|
- |
"max_tokens": 131072, |
| 48 |
|
- |
"supports_tools": true |
| 49 |
|
- |
}, |
| 50 |
|
- |
{ |
| 51 |
|
- |
"name": "codellama:7b", |
| 52 |
|
- |
"display_name": "codellama 7b", |
| 53 |
|
- |
"max_tokens": 16384, |
| 54 |
|
- |
"supports_tools": true |
| 55 |
|
- |
}, |
| 56 |
|
- |
{ |
| 57 |
|
- |
"name": "codellama:13b", |
| 58 |
|
- |
"display_name": "codellama 13b", |
| 59 |
|
- |
"max_tokens": 16384, |
| 60 |
|
- |
"supports_tools": true |
| 61 |
|
- |
}, |
| 62 |
|
- |
{ |
| 63 |
|
- |
"name": "qwen3:8b", |
| 64 |
|
- |
"display_name": "qwen 3 8b", |
| 65 |
|
- |
"max_tokens": 40960, |
| 66 |
|
- |
"supports_tools": true |
| 67 |
|
- |
}, |
| 68 |
|
- |
{ |
| 69 |
|
- |
"name": "qwen2.5:7b", |
| 70 |
|
- |
"display_name": "qwen 2.5 7b", |
| 71 |
|
- |
"max_tokens": 32768, |
| 72 |
|
- |
"supports_tools": true |
| 73 |
|
- |
}, |
| 74 |
|
- |
{ |
| 75 |
|
- |
"name": "qwen2.5:latest", |
| 76 |
|
- |
"display_name": "qwen 2.5 latest", |
| 77 |
|
- |
"max_tokens": 32768, |
| 78 |
|
- |
"supports_tools": true |
| 79 |
|
- |
}, |
| 80 |
|
- |
{ |
| 81 |
|
- |
"name": "mistral:latest", |
| 82 |
|
- |
"display_name": "mistral latest", |
| 83 |
|
- |
"max_tokens": 32768, |
| 84 |
|
- |
"supports_tools": true |
| 85 |
|
- |
}, |
| 86 |
|
- |
{ |
| 87 |
|
- |
"name": "llama3.2:latest", |
| 88 |
|
- |
"display_name": "llama3.2 latest", |
| 89 |
|
- |
"max_tokens": 131072, |
| 90 |
|
- |
"supports_tools": true |
| 91 |
|
- |
} |
| 92 |
|
- |
] |
| 93 |
|
- |
} |
| 94 |
|
- |
}, |
|
2 |
+ |
"ssh_connections": [ |
|
3 |
+ |
{ |
|
4 |
+ |
"host": "jetson-local", |
|
5 |
+ |
"projects": [ |
|
6 |
+ |
{ |
|
7 |
+ |
"paths": ["/home/steve/Developer"] |
|
8 |
+ |
} |
|
9 |
+ |
] |
|
10 |
+ |
} |
|
11 |
+ |
], |
|
12 |
+ |
"edit_predictions": { |
|
13 |
+ |
"mode": "subtle", |
|
14 |
+ |
"copilot": { |
|
15 |
+ |
"proxy": null, |
|
16 |
+ |
"proxy_no_verify": null |
|
17 |
+ |
}, |
|
18 |
+ |
"enabled_in_text_threads": false |
|
19 |
+ |
}, |
|
20 |
+ |
"icon_theme": "Zed (Default)", |
|
21 |
+ |
"ui_font_family": "Berkeley Mono", |
|
22 |
+ |
"language_models": { |
|
23 |
+ |
"anthropic": {}, |
|
24 |
+ |
"ollama": { |
|
25 |
+ |
"api_url": "http://localhost:11434", |
|
26 |
+ |
"available_models": [ |
|
27 |
+ |
{ |
|
28 |
+ |
"name": "qwen2.5-coder", |
|
29 |
+ |
"display_name": "qwen 2.5 coder 32K", |
|
30 |
+ |
"max_tokens": 32768, |
|
31 |
+ |
"supports_tools": true |
|
32 |
+ |
}, |
|
33 |
+ |
{ |
|
34 |
+ |
"name": "qwen3.8:b", |
|
35 |
+ |
"max_tokens": 40960, |
|
36 |
+ |
"supports_tools": true |
|
37 |
+ |
}, |
|
38 |
+ |
{ |
|
39 |
+ |
"name": "gemma3:12b", |
|
40 |
+ |
"display_name": "gemma 3.2 12b", |
|
41 |
+ |
"max_tokens": 131072, |
|
42 |
+ |
"supports_tools": true |
|
43 |
+ |
}, |
|
44 |
+ |
{ |
|
45 |
+ |
"name": "gemma3:4b", |
|
46 |
+ |
"display_name": "gemma 3.2 4b", |
|
47 |
+ |
"max_tokens": 131072, |
|
48 |
+ |
"supports_tools": true |
|
49 |
+ |
}, |
|
50 |
+ |
{ |
|
51 |
+ |
"name": "codellama:7b", |
|
52 |
+ |
"display_name": "codellama 7b", |
|
53 |
+ |
"max_tokens": 16384, |
|
54 |
+ |
"supports_tools": true |
|
55 |
+ |
}, |
|
56 |
+ |
{ |
|
57 |
+ |
"name": "codellama:13b", |
|
58 |
+ |
"display_name": "codellama 13b", |
|
59 |
+ |
"max_tokens": 16384, |
|
60 |
+ |
"supports_tools": true |
|
61 |
+ |
}, |
|
62 |
+ |
{ |
|
63 |
+ |
"name": "qwen3:8b", |
|
64 |
+ |
"display_name": "qwen 3 8b", |
|
65 |
+ |
"max_tokens": 40960, |
|
66 |
+ |
"supports_tools": true |
|
67 |
+ |
}, |
|
68 |
+ |
{ |
|
69 |
+ |
"name": "qwen2.5:7b", |
|
70 |
+ |
"display_name": "qwen 2.5 7b", |
|
71 |
+ |
"max_tokens": 32768, |
|
72 |
+ |
"supports_tools": true |
|
73 |
+ |
}, |
|
74 |
+ |
{ |
|
75 |
+ |
"name": "qwen2.5:latest", |
|
76 |
+ |
"display_name": "qwen 2.5 latest", |
|
77 |
+ |
"max_tokens": 32768, |
|
78 |
+ |
"supports_tools": true |
|
79 |
+ |
}, |
|
80 |
+ |
{ |
|
81 |
+ |
"name": "mistral:latest", |
|
82 |
+ |
"display_name": "mistral latest", |
|
83 |
+ |
"max_tokens": 32768, |
|
84 |
+ |
"supports_tools": true |
|
85 |
+ |
}, |
|
86 |
+ |
{ |
|
87 |
+ |
"name": "llama3.2:latest", |
|
88 |
+ |
"display_name": "llama3.2 latest", |
|
89 |
+ |
"max_tokens": 131072, |
|
90 |
+ |
"supports_tools": true |
|
91 |
+ |
} |
|
92 |
+ |
] |
|
93 |
+ |
} |
|
94 |
+ |
}, |
| 95 |
95 |
|
|
| 96 |
|
- |
"theme": "Compline", |
| 97 |
|
- |
"buffer_font_size": 13.0, |
| 98 |
|
- |
"buffer_font_family": "Berkeley Mono", |
| 99 |
|
- |
"vim_mode": true, |
| 100 |
|
- |
"cursor_blink": false, |
| 101 |
|
- |
"relative_line_numbers": "enabled", |
| 102 |
|
- |
"scrollbar": { |
| 103 |
|
- |
"show": "never" |
| 104 |
|
- |
}, |
| 105 |
|
- |
"vertical_scroll_margin": 0, |
| 106 |
|
- |
"vim": { |
| 107 |
|
- |
"use_system_clipboard": "always" |
| 108 |
|
- |
}, |
| 109 |
|
- |
"tab_bar": { |
| 110 |
|
- |
"show": false |
| 111 |
|
- |
}, |
| 112 |
|
- |
"toolbar": { |
| 113 |
|
- |
"breadcrumbs": true, |
| 114 |
|
- |
"quick_actions": false |
| 115 |
|
- |
}, |
| 116 |
|
- |
"show_edit_predictions": false, |
| 117 |
|
- |
"preferred_line_length": 100, |
| 118 |
|
- |
"soft_wrap": "preferred_line_length", |
| 119 |
|
- |
"use_autoclose": false, |
| 120 |
|
- |
"git": { |
| 121 |
|
- |
"inline_blame": { |
| 122 |
|
- |
"enabled": false, |
| 123 |
|
- |
"delay_ms": 500 |
| 124 |
|
- |
} |
| 125 |
|
- |
}, |
| 126 |
|
- |
"terminal": { |
| 127 |
|
- |
"alternate_scroll": "off", |
| 128 |
|
- |
"blinking": "terminal_controlled", |
| 129 |
|
- |
"copy_on_select": true, |
| 130 |
|
- |
"font_family": "BerkeleyMono Nerd Font", |
| 131 |
|
- |
"font_size": 13, |
| 132 |
|
- |
"line_height": "standard", |
| 133 |
|
- |
"working_directory": "current_project_directory", |
| 134 |
|
- |
"button": false |
| 135 |
|
- |
}, |
| 136 |
|
- |
"project_panel": { |
| 137 |
|
- |
"hide_gitignore": false, |
| 138 |
|
- |
"button": false, |
| 139 |
|
- |
"auto_fold_dirs": false, |
| 140 |
|
- |
"scrollbar": { |
| 141 |
|
- |
"show": "never" |
| 142 |
|
- |
} |
| 143 |
|
- |
}, |
| 144 |
|
- |
"agent": { |
| 145 |
|
- |
"inline_assistant_model": { |
| 146 |
|
- |
"provider": "anthropic", |
| 147 |
|
- |
"model": "claude-sonnet-4-latest" |
| 148 |
|
- |
}, |
| 149 |
|
- |
"profiles": { |
| 150 |
|
- |
"steve": { |
| 151 |
|
- |
"name": "Steve", |
| 152 |
|
- |
"tools": {}, |
| 153 |
|
- |
"enable_all_context_servers": false, |
| 154 |
|
- |
"context_servers": {} |
| 155 |
|
- |
} |
| 156 |
|
- |
}, |
| 157 |
|
- |
"default_profile": "steve", |
| 158 |
|
- |
"default_model": { |
| 159 |
|
- |
"provider": "anthropic", |
| 160 |
|
- |
"model": "claude-sonnet-4-latest" |
| 161 |
|
- |
}, |
| 162 |
|
- |
"button": false, |
| 163 |
|
- |
"default_view": "text_thread" |
| 164 |
|
- |
}, |
| 165 |
|
- |
"outline_panel": { |
| 166 |
|
- |
"button": false |
| 167 |
|
- |
}, |
| 168 |
|
- |
"languages": { |
| 169 |
|
- |
"TypeScript": { |
| 170 |
|
- |
"prettier": { "allowed": false } |
| 171 |
|
- |
} |
| 172 |
|
- |
}, |
| 173 |
|
- |
"formatter": { |
| 174 |
|
- |
"language_server": { |
| 175 |
|
- |
"name": "biome" |
| 176 |
|
- |
} |
| 177 |
|
- |
}, |
| 178 |
|
- |
"lsp": { |
| 179 |
|
- |
"biome": { |
| 180 |
|
- |
"settings": { |
| 181 |
|
- |
"require_config_file": false |
| 182 |
|
- |
} |
| 183 |
|
- |
} |
| 184 |
|
- |
}, |
| 185 |
|
- |
"tab_size": 2 |
|
96 |
+ |
"theme": "Compline", |
|
97 |
+ |
"buffer_font_size": 13.0, |
|
98 |
+ |
"buffer_font_family": "Berkeley Mono", |
|
99 |
+ |
"vim_mode": true, |
|
100 |
+ |
"cursor_blink": false, |
|
101 |
+ |
"relative_line_numbers": "enabled", |
|
102 |
+ |
"scrollbar": { |
|
103 |
+ |
"show": "never" |
|
104 |
+ |
}, |
|
105 |
+ |
"vertical_scroll_margin": 0, |
|
106 |
+ |
"vim": { |
|
107 |
+ |
"use_system_clipboard": "always" |
|
108 |
+ |
}, |
|
109 |
+ |
"tab_bar": { |
|
110 |
+ |
"show": false |
|
111 |
+ |
}, |
|
112 |
+ |
"toolbar": { |
|
113 |
+ |
"breadcrumbs": true, |
|
114 |
+ |
"quick_actions": false |
|
115 |
+ |
}, |
|
116 |
+ |
"show_edit_predictions": false, |
|
117 |
+ |
"preferred_line_length": 100, |
|
118 |
+ |
"soft_wrap": "preferred_line_length", |
|
119 |
+ |
"use_autoclose": false, |
|
120 |
+ |
"git": { |
|
121 |
+ |
"inline_blame": { |
|
122 |
+ |
"enabled": false, |
|
123 |
+ |
"delay_ms": 500 |
|
124 |
+ |
} |
|
125 |
+ |
}, |
|
126 |
+ |
"terminal": { |
|
127 |
+ |
"alternate_scroll": "off", |
|
128 |
+ |
"blinking": "terminal_controlled", |
|
129 |
+ |
"copy_on_select": true, |
|
130 |
+ |
"font_family": "BerkeleyMono Nerd Font", |
|
131 |
+ |
"font_size": 13, |
|
132 |
+ |
"line_height": "standard", |
|
133 |
+ |
"working_directory": "current_project_directory", |
|
134 |
+ |
"button": false |
|
135 |
+ |
}, |
|
136 |
+ |
"project_panel": { |
|
137 |
+ |
"hide_gitignore": false, |
|
138 |
+ |
"button": false, |
|
139 |
+ |
"auto_fold_dirs": false, |
|
140 |
+ |
"scrollbar": { |
|
141 |
+ |
"show": "never" |
|
142 |
+ |
} |
|
143 |
+ |
}, |
|
144 |
+ |
"agent": { |
|
145 |
+ |
"inline_assistant_model": { |
|
146 |
+ |
"provider": "anthropic", |
|
147 |
+ |
"model": "claude-sonnet-4-latest" |
|
148 |
+ |
}, |
|
149 |
+ |
"profiles": { |
|
150 |
+ |
"steve": { |
|
151 |
+ |
"name": "Steve", |
|
152 |
+ |
"tools": {}, |
|
153 |
+ |
"enable_all_context_servers": false, |
|
154 |
+ |
"context_servers": {} |
|
155 |
+ |
} |
|
156 |
+ |
}, |
|
157 |
+ |
"default_profile": "steve", |
|
158 |
+ |
"default_model": { |
|
159 |
+ |
"provider": "anthropic", |
|
160 |
+ |
"model": "claude-sonnet-4-latest" |
|
161 |
+ |
}, |
|
162 |
+ |
"button": false, |
|
163 |
+ |
"default_view": "text_thread" |
|
164 |
+ |
}, |
|
165 |
+ |
"outline_panel": { |
|
166 |
+ |
"button": false |
|
167 |
+ |
}, |
|
168 |
+ |
"languages": { |
|
169 |
+ |
"TypeScript": { |
|
170 |
+ |
"prettier": { "allowed": false } |
|
171 |
+ |
} |
|
172 |
+ |
}, |
|
173 |
+ |
"formatter": { |
|
174 |
+ |
"language_server": { |
|
175 |
+ |
"name": "biome" |
|
176 |
+ |
} |
|
177 |
+ |
}, |
|
178 |
+ |
"lsp": { |
|
179 |
+ |
"biome": { |
|
180 |
+ |
"settings": { |
|
181 |
+ |
"require_config_file": false |
|
182 |
+ |
} |
|
183 |
+ |
} |
|
184 |
+ |
}, |
|
185 |
+ |
"tab_size": 2 |
| 186 |
186 |
|
} |