@hanzo/dev 0.6.66 → 0.6.67

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 +5 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -177,12 +177,14 @@ Use with `/use my-reviewer` or reference in multi-agent orchestration.
177
177
 
178
178
  ### Browser
179
179
  ```bash
180
- /chrome # Connect to external Chrome (CDP auto-detect)
180
+ /browser # Open built-in headless browser
181
+ /browser <url> # Open URL in built-in browser
182
+ /chrome # Connect to external browser via CDP (auto-detect)
181
183
  /chrome 9222 # Connect to specific CDP port
182
- /browser # Use internal headless browser
183
- /browser <url> # Open URL in internal browser
184
184
  ```
185
185
 
186
+ > **Tip:** Install [Enso](https://enso.hanzo.ai) for the best browser integration with Hanzo Dev.
187
+
186
188
  ### Session
187
189
  ```bash
188
190
  /new # Start fresh conversation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/dev",
3
- "version": "0.6.66",
3
+ "version": "0.6.67",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
6
6
  "bin": {
@@ -35,10 +35,10 @@
35
35
  "prettier": "^3.3.3"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@hanzo/dev-darwin-arm64": "0.6.66",
39
- "@hanzo/dev-darwin-x64": "0.6.66",
40
- "@hanzo/dev-linux-x64-musl": "0.6.66",
41
- "@hanzo/dev-linux-arm64-musl": "0.6.66",
42
- "@hanzo/dev-win32-x64": "0.6.66"
38
+ "@hanzo/dev-darwin-arm64": "0.6.67",
39
+ "@hanzo/dev-darwin-x64": "0.6.67",
40
+ "@hanzo/dev-linux-x64-musl": "0.6.67",
41
+ "@hanzo/dev-linux-arm64-musl": "0.6.67",
42
+ "@hanzo/dev-win32-x64": "0.6.67"
43
43
  }
44
44
  }