From 93e59da9d6bcaadabad2e6e92aedc87f10245ce3 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Wed, 14 Jan 2026 19:07:03 +0900 Subject: [PATCH] docs: simplify Claude subscription Q&A in OAuth notice - Combine and simplify Q&A about Claude subscription usage - Remove separate OAuth implementation question - Clarify: technically possible but not recommended --- README.ja.md | 6 +----- README.md | 8 ++------ README.zh-cn.md | 6 +----- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.ja.md b/README.ja.md index 2b15df265..a7fc0345a 100644 --- a/README.ja.md +++ b/README.ja.md @@ -38,11 +38,7 @@ > Q. Claude Codeのサブスクリプションで使用できますか? -技術的には可能ですが、推奨できません。 - -> Q. OAuthログインを処理するオプションを提供していますか? - -いいえ、このプロジェクトにはそのような実装はありません。 +はい、技術的には可能です。ただし、使用を推奨することはできません。 ## 詳細 diff --git a/README.md b/README.md index 47bce054c..a47c3bee9 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,9 @@ Yes. -> Q. Can I use it with my claude code subscription? +> Q. Can I use it with my Claude Code subscription? -Technically yes, but i cannot recommend. - -> Q. Do you offer those options to handle oauth login? - -No this project doesn't have any of such implementation. +Yes, technically possible. But I cannot recommend using it. ## FULL diff --git a/README.zh-cn.md b/README.zh-cn.md index 50160c07c..94e078aab 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -38,11 +38,7 @@ > Q. 我可以用 Claude Code 订阅来使用它吗? -技术上可以,但我不建议这样做。 - -> Q. 你们提供处理 OAuth 登录的选项吗? - -不,本项目没有任何此类实现。 +是的,技术上可以。但我不建议使用。 ## 详细说明