opencode-codex-multi-account 0.2.36 → 0.2.39

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 +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -63,8 +63,8 @@ pnpm --filter opencode-codex-multi-account test
63
63
  pnpm --filter opencode-codex-multi-account build
64
64
  ```
65
65
 
66
- ## Docs
66
+ ## Related
67
67
 
68
68
  - [Root README](../../README.md)
69
- - [OpenCode Plugin Usage](../../docs/opencode-plugin-usage.md)
70
- - [Codex compatibility matrix](../../docs/codex-compatibility.md)
69
+ - [`opencode-multi-account-core`](../multi-account-core)
70
+ - [`@kyoli-gam/provider-codex-chatgpt`](../providers/codex-chatgpt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-codex-multi-account",
3
- "version": "0.2.36",
3
+ "version": "0.2.39",
4
4
  "description": "OpenCode plugin for Codex (OpenAI) multi-account management with automatic rate limit switching",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -33,12 +33,12 @@
33
33
  "directory": "packages/codex-multi-account"
34
34
  },
35
35
  "dependencies": {
36
- "@opencode-ai/plugin": "^1.14.48",
37
- "valibot": "^1.2.0",
38
- "opencode-multi-account-core": "0.2.36"
36
+ "@opencode-ai/plugin": "^1.15.10",
37
+ "valibot": "^1.4.1",
38
+ "opencode-multi-account-core": "0.2.39"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/node": "^25.2.2",
41
+ "@types/node": "^25.9.1",
42
42
  "typescript": "^6.0.3"
43
43
  },
44
44
  "publishConfig": {