@happycastle/codex-litellm 0.7.14 → 0.7.15
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 +7 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,6 +5,13 @@ Thin Codex-focused wrapper for
|
|
|
5
5
|
Defaults `install` to `--target codex`; everything else is forwarded to the
|
|
6
6
|
core CLI.
|
|
7
7
|
|
|
8
|
+
## 환경별 설치 안내
|
|
9
|
+
|
|
10
|
+
- [Windows](https://github.com/happycastle114/opencode-litellm/blob/main/docs/README.windows.md)
|
|
11
|
+
- [macOS](https://github.com/happycastle114/opencode-litellm/blob/main/docs/README.macos.md)
|
|
12
|
+
- [Linux / WSL](https://github.com/happycastle114/opencode-litellm/blob/main/docs/README.linux.md)
|
|
13
|
+
- [로그인·모델 갱신·문제 해결](https://github.com/happycastle114/opencode-litellm/blob/main/docs/client-setup.md)
|
|
14
|
+
|
|
8
15
|
## Quick start
|
|
9
16
|
|
|
10
17
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@happycastle/codex-litellm",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.15",
|
|
5
5
|
"description": "Codex-compatible command wrapper for the happycastle114 LiteLLM plugin",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/happycastle114/opencode-litellm#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@happycastle/opencode-litellm": "0.7.
|
|
31
|
+
"@happycastle/opencode-litellm": "0.7.15"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "4951d5d16c56453cccd9dc0fc2edccb47ef26f70"
|
|
34
34
|
}
|