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.
Files changed (4) hide show
  1. package/AGENTS.md +1 -1
  2. package/README.md +1 -1
  3. package/index.js +4510 -3476
  4. package/package.json +1 -1
package/AGENTS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SERVER LAYER
2
2
 
3
- Express API backend (port 3001). Single-file architecture.
3
+ Express API backend (port 1920). Single-file architecture.
4
4
 
5
5
  ## STRUCTURE
6
6
 
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 **3001** and provides an API for managing your local OpenCode configuration.
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