|
Expose compression summary as collapsible debug card in chat UI
ContextCompressed event now carries the full summary text produced by the LLM. Compression notice in chat becomes a <details> element showing message count (before→after) with the summary expandable on click. Rendered as markdown via marked.js. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
|---|
|
|
| client/js/app.js |
|---|
| client/js/chat.js |
|---|
| client/style.css |
|---|
| navi/api/websocket.py |
|---|
| navi/core/compressor.py |
|---|
| navi/core/events.py |
|---|
| navi/workers/compressor.py |
|---|