semantic-diff 0.9.0

A terminal diff viewer with AI-powered semantic grouping (Claude CLI / Copilot)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod app;
pub mod cache;
pub mod cli;
pub mod config;
pub mod diff;
pub mod grouper;
pub mod highlight;
pub mod preview;
pub mod review;
pub mod signal;
pub mod theme;
pub mod ui;