diffctx 1.14.0

Selects the minimum code an LLM needs to review a git diff: walks the dependency graph outward from changed lines and stops when extra context stops paying for itself
Documentation
pub mod analytics;
pub mod candidate_files;
pub mod config;
pub mod core;
pub mod deadline;
pub mod discovery;
pub mod edges;
pub mod excerpt;
pub mod filtering;
pub mod fragmentation;
pub mod git;
pub mod graph;
pub mod graph_export;
pub mod interval;
pub mod languages;
pub mod locate;
pub mod memory_pipeline;
pub mod mode;
pub mod parsers;
mod paths;
pub mod peak_rss;
pub mod pipeline;
pub mod postpass;
pub mod ppr;
pub mod project_graph;
pub mod provenance;
pub mod render;
pub mod scoring;
pub mod select;
pub mod signatures;
pub mod stopwords;
pub mod testfiles;
pub mod token_corpus;
pub mod tokenizer;
pub mod types;
pub mod utility;

#[cfg(feature = "python")]
pub mod pybridge;