This adds a simple endpoint that provides the email address encoded in `$CODEX_HOME/auth.json`. As noted, for now, we do not hit the server to verify this is the user's true email address.
14 lines
281 B
Rust
14 lines
281 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 interrupt;
|
|
mod list_resume;
|
|
mod login;
|
|
mod send_message;
|
|
mod user_agent;
|
|
mod user_info;
|