@javargasm/opencode-kiro-auth 0.1.0 → 0.2.0

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,4 +1,4 @@
1
- # opencode-kiro
1
+ # @javargasm/opencode-kiro-auth
2
2
 
3
3
  Kiro provider plugin for [OpenCode](https://opencode.ai). Authenticates via AWS Builder ID or IAM Identity Center and exposes all Kiro models through an Anthropic-compatible local gateway.
4
4
 
@@ -44,7 +44,7 @@ Add the plugin to your `opencode.json`:
44
44
  {
45
45
  "$schema": "https://opencode.ai/config.json",
46
46
  "plugin": [
47
- "opencode-kiro"
47
+ "@javargasm/opencode-kiro-auth"
48
48
  ]
49
49
  }
50
50
  ```
@@ -56,8 +56,8 @@ OpenCode will auto-install the package on startup.
56
56
  1. Clone the repository:
57
57
 
58
58
  ```bash
59
- git clone https://github.com/your-org/opencode-kiro.git
60
- cd opencode-kiro
59
+ git clone https://github.com/javargasm/opencode-kiro-auth.git
60
+ cd opencode-kiro-auth
61
61
  ```
62
62
 
63
63
  2. Install dependencies and build:
@@ -73,7 +73,7 @@ bun run build
73
73
  {
74
74
  "$schema": "https://opencode.ai/config.json",
75
75
  "plugin": [
76
- "/absolute/path/to/opencode-kiro/dist/index.js"
76
+ "/absolute/path/to/opencode-kiro-auth/dist/index.js"
77
77
  ]
78
78
  }
79
79
  ```
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAuB,MAAM,qBAAqB,CAAC;AAoBvE,eAAO,MAAM,UAAU,EAAE,MAiUxB,CAAC;;;;;AAEF,wBAGyB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,MAAM,EAAuB,MAAM,qBAAqB,CAAC;AA0BvE,eAAO,MAAM,UAAU,EAAE,MAqUxB,CAAC;;;;;AAEF,wBAGyB"}