Commit 1fb4f70
committed
Add Coding Assistant selection step between Getting Started and Prerequisites
Insert a new wizard stage (Stage 1) where users choose their AI coding assistant
(Cursor, GitHub Copilot, VS Code — with CoDA and Genie Code as Coming Soon).
The selection is persisted in session_parameters JSONB and restored on session
load. Existing sessions with progress beyond this step are unaffected thanks to
the priority-based deriveWizardStage waterfall. Removes the old "Install Code
Assistant" prerequisite and its YouTube embed since the new dedicated section
replaces it.1 parent 905b88d commit 1fb4f70
File tree
7 files changed
+466
-78
lines changed- src
- api
- backend
- api
- components
7 files changed
+466
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
326 | 329 | | |
327 | 330 | | |
328 | 331 | | |
| 332 | + | |
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
| |||
428 | 432 | | |
429 | 433 | | |
430 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
431 | 446 | | |
432 | 447 | | |
433 | 448 | | |
| |||
965 | 980 | | |
966 | 981 | | |
967 | 982 | | |
| 983 | + | |
| 984 | + | |
968 | 985 | | |
969 | 986 | | |
970 | 987 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4462 | 4462 | | |
4463 | 4463 | | |
4464 | 4464 | | |
| 4465 | + | |
4465 | 4466 | | |
4466 | 4467 | | |
4467 | 4468 | | |
| |||
4518 | 4519 | | |
4519 | 4520 | | |
4520 | 4521 | | |
| 4522 | + | |
| 4523 | + | |
4521 | 4524 | | |
4522 | 4525 | | |
4523 | 4526 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 110 | | |
133 | 111 | | |
134 | 112 | | |
| |||
158 | 136 | | |
159 | 137 | | |
160 | 138 | | |
161 | | - | |
| 139 | + | |
162 | 140 | | |
163 | 141 | | |
164 | 142 | | |
| |||
189 | 167 | | |
190 | 168 | | |
191 | 169 | | |
192 | | - | |
| 170 | + | |
193 | 171 | | |
194 | 172 | | |
195 | 173 | | |
| |||
224 | 202 | | |
225 | 203 | | |
226 | 204 | | |
227 | | - | |
| 205 | + | |
228 | 206 | | |
229 | 207 | | |
230 | 208 | | |
| |||
255 | 233 | | |
256 | 234 | | |
257 | 235 | | |
258 | | - | |
| 236 | + | |
259 | 237 | | |
260 | 238 | | |
261 | 239 | | |
| |||
291 | 269 | | |
292 | 270 | | |
293 | 271 | | |
294 | | - | |
| 272 | + | |
295 | 273 | | |
296 | 274 | | |
297 | 275 | | |
| |||
0 commit comments