Skip to content

v1.0.1 - Documentation Improvements

Choose a tag to compare

@numman-ali numman-ali released this 01 Oct 23:30
· 58 commits to main since this release

πŸ“š Documentation Update

Improvements

  • βœ… Clarified that npm install is 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