pi-connect 0.1.0 → 0.1.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,5 +1,7 @@
1
1
  # pi-connect
2
2
 
3
+ ![pi-connect screenshot](https://raw.githubusercontent.com/hk-vk/pi-connect/main/assets/screenshot.png)
4
+
3
5
  **Unified OAuth & API key login for pi** — OpenCode-inspired UI to connect 15+ providers from one `/connect` command.
4
6
 
5
7
  Paste & save API keys, or login with OAuth, for providers supported by pi like Anthropic, OpenAI, OpenCode, OpenRouter, Gemini, Groq, and more.
Binary file
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "pi-connect",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Unified OAuth & API key login for pi — OpenCode-inspired UI to connect 15+ providers from one /connect command.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "pi-package",
9
9
  "pi-extension",
10
+ "pi",
10
11
  "oauth",
11
12
  "api-key",
12
13
  "provider-login",
@@ -26,7 +27,8 @@
26
27
  "files": [
27
28
  "index.ts",
28
29
  "README.md",
29
- "LICENSE"
30
+ "LICENSE",
31
+ "assets"
30
32
  ],
31
33
  "publishConfig": {
32
34
  "access": "public"
@@ -34,7 +36,8 @@
34
36
  "pi": {
35
37
  "extensions": [
36
38
  "./index.ts"
37
- ]
39
+ ],
40
+ "image": "https://raw.githubusercontent.com/hk-vk/pi-connect/main/assets/screenshot.png"
38
41
  },
39
42
  "peerDependencies": {
40
43
  "@mariozechner/pi-coding-agent": "*",