fix(auth): rebase PR #200 onto main and restore auth CLI flow

This commit is contained in:
Chummy 2026-02-18 12:56:00 +08:00
parent 96109d46d1
commit d42cb1e906
11 changed files with 594 additions and 44 deletions

View file

@ -40,6 +40,7 @@ use serde::{Deserialize, Serialize};
pub mod agent;
pub mod approval;
pub mod auth;
pub mod channels;
pub mod config;
pub mod cost;