@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
### Fixed
|
### 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 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 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)).
|
- Fixed theme sharing across package scopes so extensions do not crash with `Theme not initialized` ([#4333](https://github.com/earendil-works/pi/issues/4333)).
|
||||||
|
|||||||
@@ -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:
|
Create `~/.pi/agent/AGENTS.md` to help the agent understand the Termux environment:
|
||||||
|
|
||||||
```markdown
|
````markdown
|
||||||
# Agent Environment: Termux on Android
|
# Agent Environment: Termux on Android
|
||||||
|
|
||||||
## Location
|
## Location
|
||||||
@@ -91,7 +91,7 @@ termux-camera-photo out.jpg # Take photo
|
|||||||
- Termux:API app must be installed for `termux-*` commands
|
- Termux:API app must be installed for `termux-*` commands
|
||||||
- Use `pkg install termux-api` for the command-line tools
|
- Use `pkg install termux-api` for the command-line tools
|
||||||
- Storage permission needed for `/storage/emulated/0` access
|
- Storage permission needed for `/storage/emulated/0` access
|
||||||
```
|
````
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user