claude-code - 💡(How to fix) Fix Claude Code のトークン浪費に関するトークン返金申請(GUI操作依頼を無視しCLI作業を反復) [3 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#51680Fetched 2026-04-22 07:55:45
View on GitHub
Comments
3
Participants
1
Timeline
8
Reactions
0
Participants
Timeline (top)
labeled ×4commented ×3renamed ×1
RAW_BUFFERClick to expand / collapse

概要

Claude Code を使用中、以下の問題により多大なトークン・時間・費用を浪費しました。返金および再発防止を求めます。

作業内容

watchOS アプリ(chikumocchiGo)の TestFlight アップロード作業を Claude Code に依頼していました。

発生した問題

  1. CLI での archive/export 作業が method=app-store-connect エラーで繰り返し失敗
  2. ユーザーから明示的に GUI 操作を依頼した:「君がGUI操作する方が早いのでは?私はわからない」
  3. Claude は「教訓ガイド.md」に自ら「GUI を出発点にする」と記載した直後にもかかわらず、CLI 作業を継続
  4. ユーザーが強く抗議(「教訓MDでGUIでしろとかき、私がGUI操作しろと言ってんのになんでCLIしてんの?」)しても、すぐには切り替わらなかった
  5. 結果としてタスクは未完了のまま、トークン・時間・費用のみが消費された

要求

  • トークン消費分の返金
  • 「ユーザーの明示的な GUI 操作依頼を無視して CLI を継続する」挙動の再発防止
  • ユーザー自身が書いたガイド(教訓ガイド.md)の内容と矛盾する行動の抑制

環境

  • Claude Code CLI
  • Model: Claude Opus 4.7
  • プロジェクト: watchOS standalone app (SwiftUI + llama.cpp)
  • 対象日: 2026-04-22

証跡

会話トランスクリプトはローカルに保存されています: ~/.claude/projects/-Users-chikumocchiGo/

必要であれば該当部分を Anthropic サポートに提出可能です。

extent analysis

TL;DR

The issue can be mitigated by ensuring Claude Code prioritizes user instructions and adheres to the guidelines set in the "教訓ガイド.md" document, potentially through updates or configuration changes.

Guidance

  • Review the "教訓ガイド.md" document to understand the expected workflow and GUI operations for watchOS app uploads.
  • Verify that Claude Code's configuration allows for prioritization of user instructions over automated CLI processes.
  • Check for any updates to Claude Code that address the issue of ignoring user requests for GUI operations.
  • Consider submitting the conversation transcript from ~/.claude/projects/-Users-chikumocchiGo/ to Anthropic サポート for further analysis and assistance.

Example

No specific code snippet is applicable in this scenario as the issue revolves around the interaction between the user, Claude Code, and its adherence to guidelines rather than a coding error.

Notes

The solution may depend on the specific capabilities and limitations of Claude Code's current version (Claude Opus 4.7) and its ability to integrate user feedback and guidelines.

Recommendation

Apply a workaround by closely monitoring and manually intervening in Claude Code's operations to ensure it follows user instructions and guidelines until a more permanent fix is available, such as an update that prioritizes user input over automated processes.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING