Files
linear-coding-agent/generations
David Blanc Brioir 119ad7ebc3 fix: Show RAG context sidebar when chunks are received
The sidebar content was hidden by default (display: none) but
displayContext() never made it visible when chunks arrived.
Added sidebarContent.style.display = 'block' to show the
context panel with all RAG chunks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 21:48:39 +01:00
..