Commit 754d5ac
committed
refactor: streamline debug info into
Move debug info functionality into info mapping and remove separate
debug UI window. This simplifies the codebase while keeping all debugging
functionality available through a unified interface. The debug info now
includes:
- Log file location
- History file location
- Temp files directory
- Model and agent info
- System prompt details
BREAKING CHANGE: Removes CopilotChatDebugInfo command. Use `gi` in chat
instead.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>info mapping1 parent 814dd49 commit 754d5ac
5 files changed
Lines changed: 17 additions & 162 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
500 | 499 | | |
501 | 500 | | |
502 | 501 | | |
| 502 | + | |
| 503 | + | |
503 | 504 | | |
504 | 505 | | |
505 | 506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
357 | 363 | | |
358 | 364 | | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 365 | + | |
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
366 | 369 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
785 | 783 | | |
786 | 784 | | |
787 | 785 | | |
788 | | - | |
| 786 | + | |
789 | 787 | | |
790 | 788 | | |
791 | 789 | | |
792 | | - | |
| 790 | + | |
793 | 791 | | |
794 | | - | |
795 | 792 | | |
796 | 793 | | |
797 | 794 | | |
| |||
881 | 878 | | |
882 | 879 | | |
883 | 880 | | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | 881 | | |
889 | 882 | | |
890 | 883 | | |
| |||
1023 | 1016 | | |
1024 | 1017 | | |
1025 | 1018 | | |
1026 | | - | |
1027 | | - | |
1028 | | - | |
1029 | 1019 | | |
1030 | 1020 | | |
1031 | 1021 | | |
| |||
This file was deleted.
0 commit comments