claudex-cli 0.11.0

Query, search, and analyze agent coding sessions from the command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod activity;
pub mod budget;
pub mod cost;
pub mod export;
pub mod files;
pub mod index;
pub mod models;
pub mod providers;
pub mod prs;
pub mod search;
pub mod session;
pub mod sessions;
pub mod summary;
pub mod timeline;
pub mod tools;
pub mod turns;
pub mod update;
pub mod watch;