## Summary Expose a simple fuzzy file search implementation for mcp clients to work with ## Testing - [x] Tested locally
16 lines
327 B
Rust
16 lines
327 B
Rust
// Aggregates all former standalone integration tests as modules.
|
|
mod archive_conversation;
|
|
mod auth;
|
|
mod codex_message_processor_flow;
|
|
mod codex_tool;
|
|
mod config;
|
|
mod create_conversation;
|
|
mod fuzzy_file_search;
|
|
mod interrupt;
|
|
mod list_resume;
|
|
mod login;
|
|
mod send_message;
|
|
mod set_default_model;
|
|
mod user_agent;
|
|
mod user_info;
|