@zhafron/opencode-kiro-auth 1.6.5 → 1.6.6

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,6 +25,7 @@ Add the plugin to your `opencode.json` or `opencode.jsonc`:
25
25
  "plugin": ["@zhafron/opencode-kiro-auth"],
26
26
  "provider": {
27
27
  "kiro": {
28
+ "npm": "@zhafron/opencode-kiro-auth",
28
29
  "models": {
29
30
  "claude-sonnet-4-5": {
30
31
  "name": "Claude Sonnet 4.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhafron/opencode-kiro-auth",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "OpenCode plugin for AWS Kiro (CodeWhisperer) providing access to Claude models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",