opencode-pixel-office 1.0.6 → 1.0.7

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,6 +94,12 @@ Monitor your agents from your phone or tablet!
94
94
  3. **Start OpenCode**:
95
95
  Simply open your IDE. Pixel Office will auto-launch in your browser at `http://localhost:5100`.
96
96
 
97
+ ### CLI Commands
98
+
99
+ - **Install**: `opencode-pixel-office install [--port <number>]`
100
+ - **Uninstall**: `opencode-pixel-office uninstall`
101
+ - **Stop Server**: `opencode-pixel-office stop` (Manually kills the server process on the configured port)
102
+
97
103
  ### 🛠️ For Developers
98
104
 
99
105
  If you want to modify the source code or contribute:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-pixel-office",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "bin",