Skip to content

v1.1.12: Organization Subscription Support

Release Date: January 10, 2026


One-Line Summary

This update lets OpenAI organization subscription users use OpenCode normally, resolving the issue where organization accounts couldn't be correctly identified.


Bug Fix: OpenAI Organization Subscription Support

Previous Issue

If your OpenAI account belongs to an Organization, such as a company-purchased API subscription, you might have encountered:

  • API call failures
  • Billing charged to wrong account
  • Unable to use organization quota

Current Behavior

OpenCode now automatically sends ChatGPT-Account-Id header, ensuring:

  • ✅ API calls correctly associated with your organization account
  • ✅ Charges billed to organization account
  • ✅ Uses organization's API quota

Who Should Care?

SituationImpact
Personal OpenAI accountNo impact, use normally
Company/organization OpenAI account✅ Fixed previous issues
Using other models (DeepSeek, Claude, etc.)No impact

Should You Upgrade?

SituationRecommendation
Using company/organization OpenAI account✅ Must upgrade
Personal OpenAI accountCan upgrade, no side effects
Not using OpenAICan wait for next upgrade

Upgrade Command:

bash
opencode upgrade

Technical Details (Skippable)

Click to expand full changelog

Core

  • Add ChatGPT-Account-Id HTTP header for organization subscriptions (@fdematos)

Community Contributors

  • @vtemian: Add micode and octto plugins to documentation
  • @fdematos: Fix Account-Id header for organization subscriptions

← Back to Changelog