@plannotator/opencode 0.4.11 → 0.4.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 +9 -1
- package/dist/index.js +62 -63
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,9 +49,17 @@ Restart OpenCode. The `submit_plan` tool is now available.
|
|
|
49
49
|
- **Private sharing**: Plans and annotations compress into the URL itself—share a link, no accounts or backend required
|
|
50
50
|
- **Obsidian integration**: Auto-save approved plans to your vault with frontmatter and tags
|
|
51
51
|
|
|
52
|
+
## Environment Variables
|
|
53
|
+
|
|
54
|
+
| Variable | Description |
|
|
55
|
+
|----------|-------------|
|
|
56
|
+
| `PLANNOTATOR_REMOTE` | Set to `1` for remote mode (devcontainer, SSH). Uses fixed port and skips browser open. |
|
|
57
|
+
| `PLANNOTATOR_PORT` | Fixed port to use. Default: random locally, `19432` for remote sessions. |
|
|
58
|
+
| `PLANNOTATOR_BROWSER` | Custom browser to open plans in. macOS: app name or path. Linux/Windows: executable path. |
|
|
59
|
+
|
|
52
60
|
## Devcontainer / Docker
|
|
53
61
|
|
|
54
|
-
Works in containerized environments. Set
|
|
62
|
+
Works in containerized environments. Set the env vars and forward the port:
|
|
55
63
|
|
|
56
64
|
```json
|
|
57
65
|
{
|