@npv12/opencode-mini-session 0.0.1 → 0.1.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,14 +17,14 @@ OpenCode V2 TUI plugin that creates ephemeral mini sessions for side questions.
|
|
|
17
17
|
Requires OpenCode `0.0.0-beta-17963` or compatible.
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
opencode2 plugin add opencode-mini-session
|
|
20
|
+
opencode2 plugin add @npv12/opencode-mini-session
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Or add to your `cli.json`:
|
|
24
24
|
|
|
25
25
|
```json
|
|
26
26
|
{
|
|
27
|
-
"plugins": ["
|
|
27
|
+
"plugins": ["@npv12/opencode-mini-session"]
|
|
28
28
|
}
|
|
29
29
|
```
|
|
30
30
|
|
|
@@ -36,7 +36,7 @@ Pass options in your `opencode.json(c)`:
|
|
|
36
36
|
{
|
|
37
37
|
"plugins": [
|
|
38
38
|
{
|
|
39
|
-
"package": "opencode-mini-session",
|
|
39
|
+
"package": "@npv12/opencode-mini-session",
|
|
40
40
|
"options": {
|
|
41
41
|
"model": "anthropic/claude-sonnet-4-5",
|
|
42
42
|
"keybind": "alt+b",
|