@hanzo/dev 0.6.66 → 0.6.68
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 +5 -3
- 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
|
-
/
|
|
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.
|
|
3
|
+
"version": "0.6.68",
|
|
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.
|
|
39
|
-
"@hanzo/dev-darwin-x64": "0.6.
|
|
40
|
-
"@hanzo/dev-linux-x64-musl": "0.6.
|
|
41
|
-
"@hanzo/dev-linux-arm64-musl": "0.6.
|
|
42
|
-
"@hanzo/dev-win32-x64": "0.6.
|
|
38
|
+
"@hanzo/dev-darwin-arm64": "0.6.68",
|
|
39
|
+
"@hanzo/dev-darwin-x64": "0.6.68",
|
|
40
|
+
"@hanzo/dev-linux-x64-musl": "0.6.68",
|
|
41
|
+
"@hanzo/dev-linux-arm64-musl": "0.6.68",
|
|
42
|
+
"@hanzo/dev-win32-x64": "0.6.68"
|
|
43
43
|
}
|
|
44
44
|
}
|