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

@@ -9,6 +9,7 @@
### Fixed
- Fixed nested code fences in the Termux setup documentation so the example AGENTS.md renders correctly ([#4503](https://github.com/earendil-works/pi/issues/4503)).
- Fixed tool output expansion while extension confirmation dialogs are focused ([#4429](https://github.com/earendil-works/pi/issues/4429)).
- Fixed auto-retry for Anthropic streams that end before `message_stop` ([#4433](https://github.com/earendil-works/pi/issues/4433)).
- Fixed theme sharing across package scopes so extensions do not crash with `Theme not initialized` ([#4333](https://github.com/earendil-works/pi/issues/4333)).

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