[Bug] Tool call failure causes Claude Code to stop functioning
Resolved 💬 1 comment Opened Jul 3, 2026 by kuhku Closed Jul 10, 2026
Bug Description
ツールコールで失敗して動作しなくなる
count
<invoke name="Bash">
<parameter name="command">git merge origin/main --no-edit 2>&1 | tail -15; echo "=== conflicted files ==="; git diff --name-only --diff-filter=U</parameter>
<parameter name="description">origin/main を merge して衝突ファイルを確認</parameter>
</invoke>
watcher.ts は自動マージで両変更が統合済み(createdAtIso 伝播 + main の TrackedJob 構造)。context.tsx は 2 箇所の衝突のみ(import と value useMemo)。他は両変更が正しく共存しています。衝突を解決します。
count
<invoke name="Edit">
...
</invoke>
Environment Info
- Platform: darwin
- Terminal: ghostty
- Version: 2.1.198
- Feedback ID: 257eee04-7e53-451b-85b7-a7dbb1e1ad44
Errors
[]This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗