@cottonc/codex-provider
v0.1.0
Published
CLI to toggle or customize model_provider in ~/.codex/config.toml
Readme
@cottonc/codex-provider
CLI to inspect, toggle, or customize the model_provider line in ~/.codex/config.toml.
Install
pnpm add -g @cottonc/codex-providerUsage
codex-provider
codex-provider status
codex-provider toggle
codex-provider custom aicodingNotes
togglecomments or uncomments the existingmodel_provider = "..."line.customupdates the provider value and enables the line.statusprints the current state and provider value.- Use
--config <path>to target a different Codex config file.
