opencode-openai-profiles 0.1.0 → 0.1.1
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 +17 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,22 +10,9 @@ Early local-first plugin. Profile switches apply live when your OpenCode version
|
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
Package: [opencode-openai-profiles](https://www.npmjs.com/package/opencode-openai-profiles)
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
pnpm install
|
|
17
|
-
pnpm build
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
Install the local plugin:
|
|
21
|
-
|
|
22
|
-
```bash
|
|
23
|
-
opencode plugin "$PWD" --global --force
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
The command adds the package to OpenCode's server and TUI plugin configs when OpenCode exposes both targets.
|
|
27
|
-
|
|
28
|
-
After publishing, add the package to your OpenCode config:
|
|
15
|
+
Add the package to your OpenCode config:
|
|
29
16
|
|
|
30
17
|
```json
|
|
31
18
|
{
|
|
@@ -41,6 +28,21 @@ For OpenCode versions with external TUI plugin targets, add the TUI target:
|
|
|
41
28
|
}
|
|
42
29
|
```
|
|
43
30
|
|
|
31
|
+
For local development, build from this repo:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
pnpm install
|
|
35
|
+
pnpm build
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Install the local plugin:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
opencode plugin "$PWD" --global --force
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
The command adds the package to OpenCode's server and TUI plugin configs when OpenCode exposes both targets.
|
|
45
|
+
|
|
44
46
|
## Usage
|
|
45
47
|
|
|
46
48
|
Open the account picker:
|