pi-git-auth 1.0.0 → 1.0.1

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,7 +1,7 @@
1
1
  # pi-git-auth
2
2
 
3
- A pi (coding-agent) extension that gives the agent **git forges
4
- authentication** for **GitHub and GitLab**: login tokens are stored in the
3
+ A [pi](https://github.com/badlogic/pi-mono) (coding-agent) extension that
4
+ gives the agent **git forges authentication** for **GitHub and GitLab**: login tokens are stored in the
5
5
  OS keyring, the active account is selected in the TUI, and every `git`
6
6
  command the agent runs is transparently authenticated with that account's
7
7
  token for its host. It also manages accounts and repositories through each
@@ -190,3 +190,10 @@ reachable, else file), `wallet`, or `file`.
190
190
  - GitLab project list for an org tries the group first, then a user.
191
191
  - Keyring storage requires a D-Bus session bus and a Secret Service
192
192
  provider; otherwise the encrypted-file fallback is used.
193
+
194
+ ## About pi
195
+
196
+ This extension is built for [pi](https://github.com/badlogic/pi-mono),
197
+ the minimal, coding-agent-first terminal agent by Mario Zechner.
198
+ See the pi repo for docs on the extension and package system this
199
+ extension plugs into.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-git-auth",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "pi coding-agent extension: git auth for GitHub and GitLab: keyring-stored login tokens, account switching, transparent git auth, repo list/create with details overlay",
5
5
  "license": "MIT",
6
6
  "author": "Carlo Onofrio",
@@ -22,7 +22,8 @@
22
22
  "files": [
23
23
  "*.ts",
24
24
  "README.md",
25
- "LICENSE"
25
+ "LICENSE",
26
+ "preview.png"
26
27
  ],
27
28
  "engines": {
28
29
  "node": ">=20"
@@ -35,6 +36,7 @@
35
36
  "pi": {
36
37
  "extensions": [
37
38
  "./index.ts"
38
- ]
39
+ ],
40
+ "image": "https://raw.githubusercontent.com/comicrocharly/pi-git-auth/main/preview.png"
39
41
  }
40
42
  }
package/preview.png ADDED
Binary file