fix(coding-agent): fix Termux docs code fence

closes #4503
This commit is contained in:
Mario Zechner
2026-05-15 01:02:36 +02:00
parent 80c918c247
commit 3ca474b15b
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ Image clipboard is not supported on Termux (the `ctrl+v` image paste feature wil
Create `~/.pi/agent/AGENTS.md` to help the agent understand the Termux environment:
```markdown
````markdown
# Agent Environment: Termux on Android
## Location
@@ -91,7 +91,7 @@ termux-camera-photo out.jpg # Take photo
- Termux:API app must be installed for `termux-*` commands
- Use `pkg install termux-api` for the command-line tools
- Storage permission needed for `/storage/emulated/0` access
```
````
## Limitations