@npv12/opencode-mini-session 0.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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": ["./path/to/opencode-mini-session/src/index.ts"]
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npv12/opencode-mini-session",
3
- "version": "0.0.1",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "opencode": "0.0.0-beta-17963"