[Bug] Tool invocation parsing failed: Invalid XML structure in Bash tool call
Status Closed — not planned
Reported on v2.1.169
Maintainer reply None cached
Activity 1 comment · opened Jun 9, 2026 · closed Jul 17, 2026
Bug Description
count
<invoke name="Bash">
<parameter name="command">cd /Users/seiji/git/GitHub/seijikohara/femto-car-launcher
ADB=~/Library/Android/sdk/platform-tools/adb
$ADB -s emulator-5556 shell input tap 535 450
sleep 2
$ADB -s emulator-5556 shell uiautomator dump /sdcard/ui.xml 2>&1 | tail -1
$ADB -s emulator-5556 pull /sdcard/ui.xml /tmp/ui.xml 2>&1 | tail -1
grep -oE '(Map rendering|Live|Snapshot|Settings)[^>]{0,80}bounds="[^"]*"' /tmp/ui.xml | head -12</parameter>
<parameter name="description">Open settings, dump UI, find Map rendering bounds</parameter>
</invoke>
⏺ The model's tool call could not be parsed (retry also failed).
Environment Info
- Platform: darwin
- Terminal: ghostty
- Version: 2.1.169
- Feedback ID: b24238c2-23ea-43fe-a5e9-457fd33eab69
Errors
[]This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗