1
0
This commit is contained in:
2025-05-21 19:21:15 +09:00
parent 22d497661e
commit f94b377130
13 changed files with 345 additions and 13 deletions

@ -6,6 +6,8 @@ mod cli;
mod utils;
mod commands;
mod config;
mod git;
mod chat;
use cli::cli_app;
use seahorse::App;