opencode-stats 1.3.7

A terminal dashboard for OpenCode usage statistics inspired by the /stats command in Claude Code
1
2
3
4
5
6
pub mod app;
pub mod export;
pub mod models;
pub mod overview;
pub mod theme;
pub mod widgets;