pi-git-auth 1.0.0 → 1.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.
- package/README.md +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# pi-git-auth
|
|
2
2
|
|
|
3
|
-
A pi (coding-agent) extension that
|
|
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.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|