opencode-sidechat 1.0.0 → 1.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 CHANGED
@@ -1,13 +1,22 @@
1
- # OpenCode SideChat
1
+ # OpenCode-SideChat
2
+
3
+ [![npm](https://img.shields.io/npm/v/opencode-sidechat)](https://www.npmjs.com/package/opencode-sidechat)
2
4
 
3
5
  Floating side-chat panel for quick queries while your main session runs. Opens at the bottom-right corner of the TUI via `Alt+N`. Uses a separate agent with read-only tools and no access to main-session context.
4
6
 
7
+ https://github.com/user-attachments/assets/d4581f3d-a172-438e-9566-0ae3b40899e4
8
+
5
9
  ## Install
6
10
 
7
- Add the path to your `~/.config/opencode/tui.json`:
11
+ ```sh
12
+ npm install -g opencode-sidechat
13
+ ```
14
+ or
15
+
16
+ Add directly to your `~/.config/opencode/tui.json`:
8
17
 
9
18
  ```json
10
- ["E:/CodeProjects/opencode-sidechat"]
19
+ ["opencode-sidechat"]
11
20
  ```
12
21
 
13
22
  On first launch, the plugin creates `~/.config/opencode/sidechat.jsonc` with defaults. Edit that file to change settings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sidechat",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "Floating side-chat panel for quick queries alongside your main opencode session",
5
5
  "type": "module",
6
6
  "repository": {