@vaclav-synacek/pi-coding-agent-termux 0.51.1-0 → 0.51.1-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.
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # pi-coding-agent-termux
2
2
 
3
- Termux port of [pi-coding-agent](https://github.com/badlogic/pi-mono) - a terminal-based coding agent with multi-model support.
3
+ **⚠️ DEPRECATED**
4
4
 
5
- **For full documentation, maintenance workflow, and technical details, see the [main repository README](https://github.com/VaclavSynacek/pi-coding-agent-termux#readme).**
5
+ This Termux port is no longer needed. **Upstream pi now supports Termux directly since v0.51.0.**
6
+
7
+ Please uninstall this port and use the official upstream package:
8
+
9
+ ```bash
10
+ npm uninstall -g @vaclav-synacek/pi-coding-agent-termux
11
+ npm install -g @mariozechner/pi-coding-agent
12
+ ```
13
+
14
+ For full documentation, see the [official pi-coding-agent README](https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/README.md).
@@ -93,7 +93,7 @@ export declare class InteractiveMode {
93
93
  private checkForNewVersion;
94
94
  /**
95
95
  * Get changelog entries to display on startup.
96
- * Only shows new entries since last seen version, skips for resumed sessions.
96
+ * This port is deprecated - show deprecation notice instead of changelog.
97
97
  */
98
98
  private getChangelogForDisplay;
99
99
  private getMarkdownThemeWithSettings;