This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Commit 579f6cb
fix(lucipres): increase render channel capacity to prevent dropped results
renderdonech was chan[4] — when more than 4 async markdown renders
were in-flight (rapid tab switching), render completions were silently
dropped via non-blocking alt send. The artifact stayed stuck with
rendering=1 and nil image, showing nothing when the tab was selected.
Increase to chan[32] so results are not lost during fast tab switching.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f28075a commit 579f6cb
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
Binary file not shown.
0 commit comments