genbox-agent 1.0.117 → 1.0.118

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,21 @@ Unified daemon for monitoring and controlling AI CLI sessions (Claude Code, Gemi
4
4
 
5
5
  ## Installation
6
6
 
7
+ **You typically don't need to install this manually.** Both the Genbox CLI and Genbox Desktop app will automatically install and manage the daemon for you.
8
+
9
+ If you want to install it globally (optional):
10
+
7
11
  ```bash
8
12
  npm install -g genbox-agent
9
13
  ```
10
14
 
11
15
  ## Quick Start
12
16
 
13
- Start the daemon for use with the Genbox Desktop app:
17
+ The daemon is typically started automatically by:
18
+ - **Genbox Desktop**: Launches daemon on app startup
19
+ - **Genbox CLI**: Uses `npx genbox-agent` on demand
20
+
21
+ To start manually:
14
22
 
15
23
  ```bash
16
24
  genbox-agent --native --server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genbox-agent",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "description": "Unified agent for monitoring and controlling AI CLI sessions (Claude Code, Gemini CLI, OpenAI Codex) in genbox VMs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",