diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 4de7ea76..ca020073 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -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)). diff --git a/packages/coding-agent/docs/termux.md b/packages/coding-agent/docs/termux.md index cb16a283..c9b9973c 100644 --- a/packages/coding-agent/docs/termux.md +++ b/packages/coding-agent/docs/termux.md @@ -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