Skip to content

OpenCode Custom Build (v1.1.35 base)

Latest

Choose a tag to compare

@mguttmann mguttmann released this 25 Jan 11:28
· 0 commits to dev since this release

Custom Features Build (based on upstream v1.1.35)

This build includes all features from PR anomalyco#9972 plus the latest upstream fixes.

Features

  • Multi-Account OAuth Rotation - Use multiple Claude Max accounts with automatic rotation on rate limits
  • YOLO Mode - Skip all permission prompts (session-only or persistent)
  • Auto-Relogin Browser Sessions - Puppeteer-based automatic token refresh when OAuth tokens expire
  • Account Rename - Rename accounts via UI or CLI

Latest Fixes

  • Multi-Language Support - Browser session refresh now works regardless of Claude.ai language setting (German, English, French, Japanese, etc.)
  • Auto-dismiss cookie banners before clicking authorize
  • Find authorize button by visual style instead of text

Upstream Changes (v1.1.35)

  • Google Vertex Anthropic models support
  • Improved markdown rendering
  • Question validation improvements

Installation

# Clone and build
git clone -b feat/oauth-enhancements https://github.com/mguttmann/opencode.git
cd opencode
bun install
cd packages/opencode && bun run script/build.ts

CLI Commands

# Add multiple accounts
opencode auth add --provider anthropic

# List accounts  
opencode auth ls

# Rename account
opencode auth rename <recordId> "My Account Name"

# Browser session management
opencode auth browser setup [recordId]
opencode auth browser list
opencode auth browser refresh [recordId]

See PR anomalyco#9972 for full documentation.