co-mono/packages/coding-agent/src/modes
Mario Zechner 5117187362 Add intra-line diff highlighting for edit tool
- Extract diff rendering to dedicated diff.ts component
- Show word-level changes with inverse highlighting when a single line is modified
- Use diffWords for cleaner token grouping (includes adjacent whitespace)
- Only apply intra-line diff when exactly 1 removed and 1 added line (true modification)
- Multi-line changes show all removed then all added without incorrect pairing
- Add theme.inverse() method for inverse text styling
2025-12-18 16:49:44 +01:00
..
interactive Add intra-line diff highlighting for edit tool 2025-12-18 16:49:44 +01:00
rpc Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00
index.ts Rewrite RPC mode with typed protocol and client 2025-12-09 14:13:28 +01:00
print-mode.ts Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00