@vaclav-synacek/pi-coding-agent-termux 0.46.0-1 → 0.46.0-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # pi-coding-agent-termux
2
+
3
+ Termux port of [pi-coding-agent](https://github.com/badlogic/pi-mono) - a terminal-based coding agent with multi-model support.
4
+
5
+ **For user documentation, features, and usage instructions, please see the [upstream repository](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent).**
6
+
7
+ This repository maintains a Termux-compatible fork of pi-coding-agent. The port removes problematic dependencies and provides minimal Termux-specific replacements to enable running pi on Android devices via Termux.
8
+
9
+ ## Installation on Termux
10
+
11
+ ```bash
12
+ npm install -g @vaclav-synacek/pi-coding-agent-termux
13
+ ```
14
+
15
+ **For full documentation, maintenance workflow, and technical details, see the [main repository README](https://github.com/VaclavSynacek/pi-coding-agent-termux#readme).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaclav-synacek/pi-coding-agent-termux",
3
- "version": "0.46.0-1",
3
+ "version": "0.46.0-2",
4
4
  "description": "Termux port of pi-coding-agent - Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {