Commit 4231c3e
committed
chore: lower min VS Code to 1.105, remove chat sidebar, harden deeplink params
- engines.vscode -> ^1.105.0, @types/vscode -> 1.105.0, CI integration
matrix pinned at 1.105.1 so the latest Cursor stable can install again.
- Remove the Coder Chat (Experimental) secondary sidebar and every supporting
piece: webview provider, agents experiment fetch, coder.agentsEnabled
context, chatId deeplink handoff, pendingChatId memento helpers,
@repo/chat iframe shim package, ChatApi IPC contract.
- Add regression tests pinning the permissive deeplink contract so older
Coder servers still emitting chatId and newer servers emitting unknown
params both keep working.
Closes #9741 parent f98bacf commit 4231c3e
27 files changed
Lines changed: 75 additions & 1049 deletions
File tree
- .github/workflows
- packages
- chat
- src
- src
- core
- deployment
- uri
- webviews/chat
- test
- unit
- core
- uri
- webviews/chat
- webview/chat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
179 | | - | |
| 177 | + | |
180 | 178 | | |
181 | 179 | | |
182 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 281 | | |
289 | 282 | | |
290 | 283 | | |
| |||
317 | 310 | | |
318 | 311 | | |
319 | 312 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 313 | | |
330 | 314 | | |
331 | 315 | | |
| |||
449 | 433 | | |
450 | 434 | | |
451 | 435 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | 436 | | |
459 | 437 | | |
460 | 438 | | |
| |||
571 | 549 | | |
572 | 550 | | |
573 | 551 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | 552 | | |
579 | 553 | | |
580 | 554 | | |
| |||
616 | 590 | | |
617 | 591 | | |
618 | 592 | | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | 593 | | |
625 | 594 | | |
626 | 595 | | |
| |||
713 | 682 | | |
714 | 683 | | |
715 | 684 | | |
716 | | - | |
| 685 | + | |
717 | 686 | | |
718 | 687 | | |
719 | 688 | | |
| |||
758 | 727 | | |
759 | 728 | | |
760 | 729 | | |
761 | | - | |
| 730 | + | |
762 | 731 | | |
763 | 732 | | |
764 | 733 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments