opencode-studio-server 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/AGENTS.md +1 -1
- package/README.md +1 -1
- package/index.js +4510 -3476
- package/package.json +1 -1
package/AGENTS.md
CHANGED
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Start the server manually:
|
|
|
24
24
|
opencode-studio-server
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
The server runs on port **
|
|
27
|
+
The server runs on port **1920** (auto-detects next available) and provides an API for managing your local OpenCode configuration.
|
|
28
28
|
|
|
29
29
|
## Features
|
|
30
30
|
|