deepseek-rust-cli 1.20.7

A lightweight, high-speed autonomous CLI system agent port of DeepSeek CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analysis;
pub mod diff;
pub mod navigation;
pub mod ops;
pub mod read_write;
pub mod refactor;

pub use analysis::*;
pub use diff::*;
pub use navigation::*;
pub use ops::*;
pub use read_write::*;
pub use refactor::*;