vtcode-diff 0.166.0

Bounded structured text diffs and renderer-neutral terminal preview rows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vtcode-diff

[Root AGENTS.md]../../../AGENTS.md | Reusable bounded diff computation and semantic preview layout.

## Conventions

- Keep the core independent of VT Code crates and renderer themes.
- Preserve source line endings and byte-safe intraline ranges.
- All expensive diff and intraline paths require explicit bounds or deadlines.
- Layout emits semantic rows; applications supply syntax and color policy.
- Shared responsive constants keep side-by-side and unified gutter decisions consistent across renderers; measured widths are post-indent/content widths.

## Dependencies

- `similar` owns diff algorithms and deadline-aware refinement.
- `unicode-width` owns terminal display-cell measurements.