opencode-puter-auth 1.0.0-beta.2 → 1.0.0-beta.4

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
@@ -40,7 +40,7 @@ Paste this into any LLM agent (Claude Code, OpenCode, Cursor, etc.):
40
40
  ```
41
41
  Install the opencode-puter-auth plugin and configure Puter.com models
42
42
  in ~/.config/opencode/opencode.json by following:
43
- https://raw.githubusercontent.com/chindris-mihai-alexandru/opencode-puter-auth/main/README.md
43
+ https://raw.githubusercontent.com/Mihai-Codes/opencode-puter-auth/main/README.md
44
44
  ```
45
45
 
46
46
  ### Option B: Manual Setup
@@ -223,20 +223,41 @@ Increase timeout in `puter.json`:
223
223
  }
224
224
  ```
225
225
 
226
- ## Support the Project
226
+ ## Contributing
227
227
 
228
- If this plugin helps you, consider supporting its development:
228
+ We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
229
229
 
230
- [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/chindrismihai)
230
+ Before your first PR can be merged, you'll need to sign our simple Contributor License Agreement (CLA) - just reply to the bot's comment.
231
+
232
+ ### Contributors
233
+
234
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
235
+ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
236
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
237
+
238
+ Thanks to these wonderful people:
231
239
 
232
- ## Publishing to npm
240
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
241
+ <!-- prettier-ignore-start -->
242
+ <!-- markdownlint-disable -->
243
+ <table>
244
+ <tbody>
245
+ <tr>
246
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/chindris-mihai-alexandru"><img src="https://avatars.githubusercontent.com/u/chindris-mihai-alexandru?v=4?s=100" width="100px;" alt="Mihai Chindris"/><br /><sub><b>Mihai Chindris</b></sub></a><br /><a href="#code-chindris-mihai-alexandru" title="Code">💻</a> <a href="#doc-chindris-mihai-alexandru" title="Documentation">📖</a> <a href="#maintenance-chindris-mihai-alexandru" title="Maintenance">🚧</a></td>
247
+ </tr>
248
+ </tbody>
249
+ </table>
233
250
 
234
- To publish this package, you'll need an npm account:
251
+ <!-- markdownlint-restore -->
252
+ <!-- prettier-ignore-end -->
235
253
 
236
- 1. Create an account at [npmjs.com](https://www.npmjs.com/signup)
237
- 2. Login via CLI: `npm login`
238
- 3. Create a token at npmjs.com → Access Tokens → Generate New Token (Automation)
239
- 4. Add the token to GitHub Secrets as `NPM_TOKEN` for CI/CD
254
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
255
+
256
+ ## Support the Project
257
+
258
+ If this plugin helps you, consider supporting its development:
259
+
260
+ [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/chindrismihai)
240
261
 
241
262
  ## Credits
242
263
 
package/dist/index.d.ts CHANGED
@@ -10,5 +10,5 @@
10
10
  export { PuterAuthPlugin } from './plugin.js';
11
11
  export { PuterClient } from './client.js';
12
12
  export { PuterAuthManager } from './auth.js';
13
- export type { PuterConfig, PuterAccount, PuterChatOptions, PuterChatResponse } from './types.js';
13
+ export type { PuterConfig, PuterAccount, PuterChatOptions, PuterChatResponse, PuterChatMessage, PuterChatStreamChunk, PuterModelInfo } from './types.js';
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-puter-auth",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "Puter.com OAuth auth plugin for OpenCode - FREE UNLIMITED access to Claude Opus 4.5, Sonnet 4.5, GPT-5, Gemini, and 500+ AI models",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/chindris-mihai-alexandru/opencode-puter-auth.git"
16
+ "url": "git+https://github.com/Mihai-Codes/opencode-puter-auth.git"
17
17
  },
18
- "homepage": "https://github.com/chindris-mihai-alexandru/opencode-puter-auth#readme",
18
+ "homepage": "https://github.com/Mihai-Codes/opencode-puter-auth#readme",
19
19
  "bugs": {
20
- "url": "https://github.com/chindris-mihai-alexandru/opencode-puter-auth/issues"
20
+ "url": "https://github.com/Mihai-Codes/opencode-puter-auth/issues"
21
21
  },
22
22
  "keywords": [
23
23
  "opencode",