Commit 203d82e
Brendan Gray
Remove 4000-char IPC truncation and 1000-char continuation tail limits
Bug 1: Streaming tool call params were truncated to last 4000 chars before
sending to frontend via IPC, causing UI to lose top lines of code blocks.
Bug 2+3: Continuation prompts only included last 1000 chars of partial
content, giving model insufficient context to continue — causing it to
restart the file from scratch instead of continuing where it left off.1 parent 367436d commit 203d82e
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
886 | | - | |
| 886 | + | |
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| |||
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
1175 | | - | |
1176 | | - | |
| 1175 | + | |
1177 | 1176 | | |
1178 | | - | |
1179 | | - | |
| 1177 | + | |
1180 | 1178 | | |
1181 | 1179 | | |
1182 | 1180 | | |
| |||
0 commit comments