Skip to content

Commit 060fd34

Browse files
committed
docs: record open browser use cli alias
1 parent 734220b commit 060fd34

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/ARCHITECTURE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
- `apps/chrome-extension/`:Open Browser Use MV3 Chrome extension,包含
2828
readable service worker、cursor content script 和 popup。
2929
- `cmd/open-browser-use/`:Go native messaging host 和 CLI 主入口。二进制
30-
正式名是 `open-browser-use`,预期可安装 `obu` alias。
30+
正式名是 `open-browser-use`,可通过同路径 symlink 或 shell alias 暴露为
31+
`obu`
3132
- `internal/host/`:Go native messaging stdio 到本地 Unix socket 的中继。
3233
- `internal/wire/`:Open Browser Use native frame codec。
3334
- `packages/browser-client-rewrite/`:当前 Browser Use client 的可读重写
@@ -127,6 +128,8 @@ dot;hyphen 版本 `com.ifuryst.open-computer-use.extension` 会被
127128
- `open-browser-use manifest`:输出 Chrome native messaging host manifest。
128129
- `open-browser-use install-manifest`:把 native messaging host manifest
129130
写入 Chrome 默认位置,或通过 `--output` 写到指定路径。
131+
- 本地安装后可以把 `obu` 指向同一个二进制,例如
132+
`ln -sfn ~/.local/bin/open-browser-use ~/.local/bin/obu`
130133
- `open-browser-use call`:unrestricted JSON-RPC 入口,允许上层应用发送
131134
任意 method/params;未显式传入 `--socket` 时会读取 active socket registry。
132135
- CLI 便捷子命令覆盖当前 SDK 核心能力:`ping``info``tabs`

docs/histories/2026-05/20260508-1645-open-browser-use-chrome-route-skeleton.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,23 @@ callers can use the same protocol payload.
276276
The CLI should be useful both as a smoke-test driver and as a small operational
277277
tool for upper-layer runtimes. Session cleanup also keeps download forwarding
278278
scoped to actual browser-control activity instead of stale group metadata.
279+
280+
## [2026-05-08 20:00] | Update: verify alias and remaining Chrome capabilities
281+
282+
### 🛠 Changes Overview
283+
284+
**Scope:** `docs`, local install smoke
285+
286+
**Key Actions:**
287+
288+
- Installed the local `obu` symlink to the same `open-browser-use` binary.
289+
- Documented the symlink-based alias convention.
290+
- Verified additional real Chrome capabilities: `Target.getTargets`,
291+
`Page.captureScreenshot`, `move-mouse`, `finalize-tabs` handoff cleanup, and
292+
`claim-tab` against a temporary user tab.
293+
294+
### 🧠 Design Intent (Why)
295+
296+
The project promises `open-browser-use` as the binary and `obu` as the short
297+
operator-facing alias. The extra smoke covers Chrome route behaviors that are
298+
not exercised by basic navigation alone.

0 commit comments

Comments
 (0)