//! auth: Read-only access to OpenCode's auth.json for API key status display.
//!
//! OpenCode stores credentials in ~/.local/share/opencode/auth.json
//! with the format: { "provider_id": { "type": "api", "key": "sk-..." } }
pub use ;
pub use ProviderAuthStatus;
pub use provider_env_var;