@terminal-code/cli 0.2.4 → 0.2.5

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 CHANGED
@@ -5,22 +5,9 @@ Single binary distribution for CloudIDE Pro - like `claude-code` but for termina
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install -g @terminal-code/cli
9
- terminal-code
8
+ npm install -g @your-org/terminal-code
10
9
  ```
11
10
 
12
- That's it! No complex setup, no dependencies to manage.
13
-
14
- ## ✨ What You Get
15
-
16
- - 🖥️ **Full VS Code IDE** in your browser
17
- - 👥 **Multi-workspace management** - isolated development environments
18
- - 🔐 **User authentication** - secure workspace isolation
19
- - 📊 **Workspace analytics** - track usage and activity
20
- - 🔄 **Git integration** - clone repos directly into workspaces
21
- - 🌐 **Flexible access** - ngrok tunneling or direct domain
22
- - 📦 **Download-on-first-run** - downloads runtime (~590MB) on first use, then works offline
23
-
24
11
  ## Usage
25
12
 
26
13
  ```bash
@@ -30,33 +17,20 @@ terminal-code
30
17
  # Use custom config
31
18
  terminal-code --config config/dev.yaml
32
19
 
33
- # Download runtime dependencies manually
34
- terminal-code --setup
35
-
36
20
  # Show help
37
21
  terminal-code --help
38
22
  ```
39
23
 
40
- ## 🔧 How It Works
41
-
42
- 1. **Install**: `npm install -g @terminal-code/cli` (downloads ~10MB orchestrator)
43
- 2. **First Run**: Downloads runtime components from GitHub releases (~590MB VS Code + ~27MB backend)
44
- 3. **Subsequent Runs**: Instant startup, everything cached locally at `~/.terminal-code/`
45
- 4. **Workspace Creation**: Each workspace gets dedicated VS Code server
46
- 5. **Access**: Open browser to your configured URL
47
-
48
24
  ## Features
49
25
 
50
- - ✅ **Download-on-first-run** - like Claude Code, downloads runtime from GitHub releases
51
- - ✅ **No external dependencies** after first run
52
- - ✅ **Custom CloudIDE Pro VS Code** implementation (not generic code-server)
53
- - ✅ **Multi-workspace support** with process isolation
54
- - ✅ **Cross-platform** (Linux, macOS, Windows)
55
- - ✅ **Works offline** after initial setup
26
+ - ✅ Single binary (no complex setup)
27
+ - ✅ Bundled Python backend
28
+ - ✅ VS Code server integration
29
+ - ✅ Cross-platform (Linux, macOS, Windows)
30
+ - ✅ Auto-detects project structure
31
+ - ✅ Supports ngrok tunneling and direct domains
56
32
 
57
33
  ## Requirements
58
34
 
59
- - **OS**: Linux, macOS, or Windows
60
- - **Memory**: 2GB+ recommended (scales with number of workspaces)
61
- - **Disk**: 600MB for runtime + workspace storage
62
- - **Network**: Internet connection for initial setup only
35
+ - Caddy web server (auto-installs on some systems)
36
+ - Optional: ngrok for tunneling
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terminal-code/cli",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Single binary distribution for CloudIDE Pro - like claude-code but for terminal IDEs",
5
5
  "keywords": [
6
6
  "ide",