diff --git a/README.ja.md b/README.ja.md index 6728f5e61..555af8feb 100644 --- a/README.ja.md +++ b/README.ja.md @@ -28,6 +28,15 @@ > `oh-my-opencode` をインストールして、ドーピングしたかのようにコーディングしましょう。バックグラウンドでエージェントを走らせ、oracle、librarian、frontend engineer のような専門エージェントを呼び出してください。丹精込めて作られた LSP/AST ツール、厳選された MCP、そして完全な Claude Code 互換レイヤーを、たった一行で手に入れましょう。 +# Claude OAuth アクセスに関するお知らせ + +> 2026年1月より、AnthropicはToS違反を理由にサードパーティのOAuthアクセスを制限しました。 +> [**Anthropicはこのプロジェクト oh-my-opencode を、opencodeをブロックする正当化の根拠として挙げています。**](https://x.com/thdxr/status/2010149530486911014) +> 実際、Claude CodeのOAuthリクエストシグネチャを偽装するプラグインがコミュニティに存在します。 +> これらのツールは技術的な検出可能性に関わらず動作する可能性がありますが、ユーザーはToSへの影響を認識すべきであり、私個人としてはそれらの使用を推奨できません。 +> +> このプロジェクトは非公式ツールの使用に起因するいかなる問題についても責任を負いません。また、**私たちはそれらのOAuthシステムのカスタム実装を一切持っていません。** + **注意: librarianには高価なモデルを使用しないでください。これはあなたにとって役に立たないだけでなく、LLMプロバイダーにも負担をかけます。代わりにClaude Haiku、Gemini Flash、GLM 4.7、MiniMaxなどのモデルを使用してください。**
diff --git a/README.md b/README.md index 460f342f6..b0851a86e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > [!TIP] > > [![The Orchestrator is now available in beta.](./.github/assets/orchestrator-sisyphus.png?v=3)](https://github.com/code-yeongyu/oh-my-opencode/releases/tag/v3.0.0-beta.1) -> > **The Orchestrator is now available in beta. Use `oh-my-opencode@3.0.0-beta.1` to install it.** +> > **The Orchestrator is now available in beta. Use `oh-my-opencode@3.0.0-beta.6` to install it.** > > Be with us! > @@ -28,8 +28,14 @@ > This is coding on steroids—`oh-my-opencode` in action. Run background agents, call specialized agents like oracle, librarian, and frontend engineer. Use crafted LSP/AST tools, curated MCPs, and a full Claude Code compatibility layer. +# Claude OAuth Access Notice -**Notice: Do not use expensive models for librarian. This is not only unhelpful to you, but also burdens LLM providers. Use models like Claude Haiku, Gemini Flash, GLM 4.7, or MiniMax instead.** +> As of January 2026, Anthropic has restricted third-party OAuth access citing ToS violations. +> [**Anthropic has cited this project, oh-my-opencode as justification for blocking opencode.**](https://x.com/thdxr/status/2010149530486911014) +> Indeed, some plugins that spoof Claude Code's oauth request signatures exist in the community. +> These tools may work regardless of technical detectability, but users should be aware of ToS implications, and I personally cannot recommend to use those. +> +> This project is not responsible for any issues arising from the use of unofficial tools, and **we do not have any custom implementations of those oauth systems.**
@@ -76,6 +82,9 @@ ## Contents +- [Claude OAuth Access Notice](#claude-oauth-access-notice) + - [Reviews](#reviews) + - [Contents](#contents) - [Oh My OpenCode](#oh-my-opencode) - [Just Skip Reading This Readme](#just-skip-reading-this-readme) - [It's the Age of Agents](#its-the-age-of-agents) @@ -94,7 +103,9 @@ - [Google Gemini (Antigravity OAuth)](#google-gemini-antigravity-oauth) - [Model Configuration](#model-configuration) - [oh-my-opencode Agent Model Override](#oh-my-opencode-agent-model-override) - + - [GitHub Copilot (Fallback Provider)](#github-copilot-fallback-provider) + - [Model Mappings](#model-mappings) + - [Setup](#setup) - [⚠️ Warning](#️-warning) - [Verify the setup](#verify-the-setup) - [Say 'Congratulations! 🎉' to the user](#say-congratulations--to-the-user) @@ -390,12 +401,12 @@ GitHub Copilot is supported as a **fallback provider** when native providers (Cl When GitHub Copilot is enabled, oh-my-opencode uses these model assignments: -| Agent | Model | -|-------|-------| -| **Sisyphus** | `github-copilot/claude-opus-4.5` | -| **Oracle** | `github-copilot/gpt-5.2` | -| **Explore** | `grok code` (default) | -| **Librarian** | `glm 4.7 free` (default) | +| Agent | Model | +| ------------- | -------------------------------- | +| **Sisyphus** | `github-copilot/claude-opus-4.5` | +| **Oracle** | `github-copilot/gpt-5.2` | +| **Explore** | `grok code` (default) | +| **Librarian** | `glm 4.7 free` (default) | GitHub Copilot acts as a proxy provider, routing requests to underlying models based on your subscription. diff --git a/README.zh-cn.md b/README.zh-cn.md index cb19a0257..e7a46c35c 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -28,6 +28,14 @@ > 这是开挂级别的编程——`oh-my-opencode` 实战效果。运行后台智能体,调用专业智能体如 oracle、librarian 和前端工程师。使用精心设计的 LSP/AST 工具、精选的 MCP,以及完整的 Claude Code 兼容层。 +# Claude OAuth 访问通知 + +> 自2026年1月起,Anthropic 以违反服务条款为由限制了第三方 OAuth 访问。 +> [**Anthropic 将本项目 oh-my-opencode 作为封锁 opencode 的理由。**](https://x.com/thdxr/status/2010149530486911014) +> 事实上,社区中确实存在一些伪造 Claude Code OAuth 请求签名的插件。 +> 无论技术上是否可检测,这些工具可能都能正常工作,但用户应注意服务条款的相关影响,我个人不建议使用这些工具。 +> +> 本项目对使用非官方工具产生的任何问题概不负责,**我们没有任何这些 OAuth 系统的自定义实现。** **注意:请勿为 librarian 使用昂贵的模型。这不仅对你没有帮助,还会增加 LLM 服务商的负担。请使用 Claude Haiku、Gemini Flash、GLM 4.7 或 MiniMax 等模型。**