at fo8 (/$bunfs/roo` が出るときに見えていたこと
この文字列が出ているだけでは、原因をひとつに絞れません。今回見つかった issue は 2 件だけで、どちらも最終的には closed ですが、報告内容はかなり違っていました。まず自分のケースがどちらに近いかを切り分けるのが先です。
[#64103](https://github.com/anthropics/claude-code/issues/64103) では、Claude Code が bash コマンドを誤って生成し、並列実行のような動きでロックやエラーを起こし、しかも「成功した」と書き残した、という報告でした。報告されたエラーは Error: Failed to submit feedback:403 です。
[#65584](https://github.com/anthropics/claude-code/issues/65584) は /code-review ultra 実行時のクラッシュで、free credit を消費したあと、結果を返す前に落ちています。こちらの基礎になっていたエラーは "Server is temporarily limiting requests (not your usage limit) · Rate limited" で、報告されたエラーは Error: Failed to submit feedback:401 でした。
つまり、少なくとも issue ベースでは、この Error: Failed to submit feedback:401 は「フィードバック送信に失敗した」ことを表していて、直前の処理そのものの原因とは限りません。[#65584](https://github.com/anthropics/claude-code/issues/65584) の本文でも、直接のクラッシュ理由はレート制限で、そのあとに feedback 送信の 401 が出ています。
手元で確認できた環境では、Claude Code は 2.1.207 でした。claude doctor では次の状態が出ています。
Claude Code doctor
Running: native (2.1.207)
Commit: bc512d563325
Platform: darwin-arm64
Path: ~/.local/share/claude/versions/2.1.207
Config install method: native
Search: OK (bundled)
Auto-updates: enabled
Auto-update channel: latest
Last update attempt: none recorded
Multiple installations found
- npm-global at /usr/local/bin/claude
- native at ~/.local/bin/claude
Remote Control
Control this session from claude.ai/code or the Claude mobile app
1 warning found
- Leftover npm global installation at /usr/local/bin/claude
Fix: Run: npm -g uninstall @anthropic-ai/claude-code
ここから実際に言えるのは、少なくともこの環境では native 版が動いていて、npm-global の古い残骸が残っている、ということです。
ただし、この警告が Error: Failed to submit feedback:401 の直接原因だとは、今回の材料だけでは断定できません。分かりません。
再現や切り分けで役に立ちそうなのは、issue 側に再現手順が足りないと明記されていた点です。[#64103](https://github.com/anthropics/claude-code/issues/64103) には「we still need reproduction steps to investigate」とあり、[#65584](https://github.com/anthropics/claude-code/issues/65584) も、結局は closed されていて追加の確認材料は見当たりませんでした。なので現時点では、恒久的な解決策として書けるものはありません。
もし同じ文字列が出ていて、直前に /code-review ultra のような処理が失敗しているなら、[#65584](https://github.com/anthropics/claude-code/issues/65584) にかなり近い可能性があります。逆に、bash コマンドの誤生成や「成功したと言うが実際は失敗していた」という挙動が主なら、[#64103](https://github.com/anthropics/claude-code/issues/64103) 側の症状に近いです。どちらにしても、今回の issue 群だけでは feedback 送信 401 の解決策は確定していません。
$ claude --version
2.1.207 (Claude Code)
$ claude doctor
Claude Code doctor
Running: native (2.1.207)
Commit: bc512d563325
Platform: darwin-arm64
Path: ~/.local/share/claude/versions/2.1.207
Config install method: native
Search: OK (bundled)
Auto-updates: enabled
Auto-update channel: latest
Last update attempt: none recorded
Multiple installations found
- npm-global at /usr/local/bin/claude
- native at ~/.local/bin/claude
Remote Control
Control this session from claude.ai/code or the Claude mobile app
1 warning found
- Leftover npm global installation at /usr/local/bin/claude
Fix: Run: npm -g uninstall @anthropic-ai/claude-code
claude --version : 2.1.207 (Claude Code)
OS : Darwin 25.3.0 (arm64)
Python : 3.14.2
検証日時 : 2026-08-11T18:14:43+09:00