opencode-webui 2.0.0 → 2.2.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 +1 -1
- package/dist/assets/{index-BHminhzR.js → index-DDE-utaG.js} +5 -5
- package/dist/assets/{report-9wOQi_Kx.js → report-B9LU5-59.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +2 -1
- package/server/ext/engine.ts +161 -0
- package/server/ext/kv.ts +2 -3
- package/server/ext/registry.ts +3 -3
- package/server/ext/types.ts +24 -0
- package/server/index.ts +70 -1
- package/skills/webui/SKILL.md +17 -13
- package/webui-extensions/README.md +119 -15
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Options:
|
|
|
34
34
|
| `WEBUI_PASSWORD` | generated on first boot | Log in with this passphrase. Set it to pin your own instead of the generated one. |
|
|
35
35
|
| `WEBUI_HOST` | `127.0.0.1` | Bind address. A wildcard (`0.0.0.0` / `::`) is refused without a password. |
|
|
36
36
|
| `WEBUI_PROXY_PORT` | `4097` | Port for the UI and `/api/*`. |
|
|
37
|
-
| `WEBUI_EXTENSION_DIR` | the global + project dirs |
|
|
37
|
+
| `WEBUI_EXTENSION_DIR` | the global + project dirs | Adds a higher-precedence source shadowing both (the sandbox uses this to keep WIP isolated; shipped extensions still load underneath). |
|
|
38
38
|
|
|
39
39
|
Sessions are shared with the `opencode` TUI — open a session in the TUI, continue it in the browser.
|
|
40
40
|
|