@spences10/pi-git-ui 0.0.8 → 0.0.9
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 +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-git-ui)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-git-ui)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Review and commit changes from inside Pi without context-switching to
|
|
9
|
+
a separate Git client. `pi-git-ui` provides a focused staging, diff
|
|
10
|
+
review, and commit modal designed for agent-assisted coding workflows.
|
|
9
11
|
|
|
10
12
|
## Usage
|
|
11
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-git-ui",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Focused Git staging and commit modal for
|
|
3
|
+
"version": "0.0.9",
|
|
4
|
+
"description": "Focused in-Pi Git staging, diff review, and commit modal for agent-assisted coding workflows",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
7
7
|
"pi",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@spences10/pi-tui-modal": "0.0.
|
|
33
|
+
"@spences10/pi-tui-modal": "0.0.18"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@earendil-works/pi-coding-agent": "^0.74.1",
|