@mariozechner/pi-coding-agent 0.7.7 → 0.7.8
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/CHANGELOG.md +6 -0
- package/README.md +8 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -99,6 +99,14 @@ Displays:
|
|
|
99
99
|
- Token usage (input, output, cache read/write, total)
|
|
100
100
|
- Total cost (if available)
|
|
101
101
|
|
|
102
|
+
### /changelog
|
|
103
|
+
|
|
104
|
+
Display the full changelog with all version history (newest last):
|
|
105
|
+
|
|
106
|
+
```
|
|
107
|
+
/changelog
|
|
108
|
+
```
|
|
109
|
+
|
|
102
110
|
## Editor Features
|
|
103
111
|
|
|
104
112
|
The interactive input editor includes several productivity features:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mariozechner/pi-coding-agent",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"prepublishOnly": "npm run clean && npm run build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@mariozechner/pi-agent": "^0.7.
|
|
25
|
-
"@mariozechner/pi-ai": "^0.7.
|
|
24
|
+
"@mariozechner/pi-agent": "^0.7.8",
|
|
25
|
+
"@mariozechner/pi-ai": "^0.7.8",
|
|
26
26
|
"chalk": "^5.5.0",
|
|
27
27
|
"diff": "^8.0.2",
|
|
28
28
|
"glob": "^11.0.3"
|