v1.0.1 - Documentation Improvements
π Documentation Update
Improvements
- β
Clarified that
npm installis not needed - opencode auto-installs plugins! - β Added config file locations (global vs project-specific)
- β Added links to official opencode docs
- β Simplified quick start instructions for beginners
Installation
Just add to your opencode.json:
{
"plugin": ["opencode-openai-codex-auth"],
"model": "openai/gpt-5-codex"
}opencode handles the rest automatically!
Full Changelog: v1.0.0...v1.0.1