mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 18:03:50 +00:00
Fixed rendering artifact where duplicate bottom borders appeared when components dynamically shifted positions (e.g., Ctrl+C in agent clearing status container). Root cause: Container wasn't reporting as "changed" when cleared (0 children), causing differential renderer to skip re-rendering that area. Solution: Container now tracks previousChildCount and reports changed when child count changes, ensuring proper re-rendering when containers are cleared. - Added comprehensive test reproducing the layout shift artifact - Fixed Container to track and report child count changes - All tests pass including new layout shift artifact test |
||
|---|---|---|
| .. | ||
| 2025-08-09-14-27-17-display-tool-metrics-analysis.md | ||
| 2025-08-09-14-27-17-display-tool-metrics.md | ||
| 2025-08-09-23-33-17-missing-thinking-tokens-analysis.md | ||
| 2025-08-09-23-33-17-missing-thinking-tokens.md | ||
| 2025-08-10-14-40-44-tui-double-buffer-analysis.md | ||
| 2025-08-10-14-40-44-tui-double-buffer.md | ||
| 20250110-193139-agent-tui-ctrl-c-display-artifact-analysis.md | ||
| 20250110-193139-agent-tui-ctrl-c-display-artifact.md | ||