Commit 5ab4948
Brendan Gray
v1.8.8: Fix duplicate tool display, CONTEXT_OVERFLOW after nudge, collapsed code blocks
- Remove duplicate tool-executing IPC send (inline loop at lines 1320-1325 was redundant with sendToolExecutionEvents at line 1359)
- Nudge now strips raw code dump from history before retry (clears fullResponseText, resets session, rebuilds prompt) to prevent CONTEXT_OVERFLOW
- CodeBlock: tool call results start expanded instead of collapsed to 6 lines (isToolCall flag respected)
- copilot-instructions.md: clarified that reading means following1 parent 87559a2 commit 5ab4948
5 files changed
Lines changed: 10 additions & 11 deletions
File tree
- .github
- main
- src/components/Chat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1303 | 1303 | | |
1304 | 1304 | | |
1305 | 1305 | | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
1306 | 1311 | | |
1307 | | - | |
1308 | | - | |
| 1312 | + | |
| 1313 | + | |
1309 | 1314 | | |
1310 | 1315 | | |
1311 | 1316 | | |
| |||
1316 | 1321 | | |
1317 | 1322 | | |
1318 | 1323 | | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | 1324 | | |
1327 | 1325 | | |
1328 | 1326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments