Conversation
|
🤖 Git AI task started... Task: Run pnpm install ember-tui/src/render/apply-term-updates.ts is trying to optimise too much the partial updates. You have max 10min for this task. Processing... (view live updates in extension)completed ✅💰 Cost: 🪙 0.28392779999999995 View full output in the extension |
|
🤖 CI Bot - Work Completed ✅ Summary:
Fix Applied: Changes:
Commit: 68e5071 |
- Only reset ANSI codes before non-contiguous segments - Check if segment starts where previous one ended to determine contiguity - Preserves color continuity within contiguous segments (e.g., animated reveals) - Maintains clean color state between non-contiguous segments - Added comprehensive tests for animated color scenarios - All 85 tests passing
9b3f83c to
a635320
Compare
The updateLineMinimal function was trying to optimize ANSI codes by reusing previous state between contiguous segments. This caused color bleeding issues. Changed to always reset ANSI codes before each segment chunk, ensuring clean state and preventing color from previous segments affecting new content. Fixes color bug in apply-term-updates.ts
No description provided.