opencode-provider-manager 0.1.7-beta.4

TUI/CLI binary crate for managing OpenCode provider configs
Documentation
1
2
3
4
5
6
7
8
//! app: Application logic layer connecting config-core, discovery, and auth.

pub mod actions;
pub mod error;
pub mod import;
pub mod state;

pub use error::{AppError, Result};