fix: resolve type mismatches and missing args module

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-11 11:58:47 -03:00
parent 4b67ff5763
commit f2951bf78e
2 changed files with 9 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ pub mod db;
pub mod meta_plugin;
pub mod modes;
pub mod filter_plugin;
pub mod args;
// Re-export Args struct for library usage
pub use args::Args;