What's Changed
- feat(p4): 接管期间坐标点击 act.point.click(ADR-0010) by @jamiesun in #10
- feat(console): 导入登录会话复用 + profile 下拉选择 by @jamiesun in #11
- fix(gateway,mcp): WS 应用级 keepalive,自愈半开/僵死连接 by @jamiesun in #12
- [codex] add console authentication and origin-bound credentials by @jamiesun in #13
- feat(console,driver): 会话管理/画面模态/键盘透传/自动审批 + 坐标点击精度修复 by @jamiesun in #14
Full Changelog: v0.1.0...v0.2.0
Install
macOS / Linux (Homebrew):
brew install scootship/tap/scootlensDebian/Ubuntu (apt, amd64/arm64/armhf):
curl -fsSL https://scootship.github.io/apt-tap/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/scootship-apt-tap.gpg
echo "deb [signed-by=/usr/share/keyrings/scootship-apt-tap.gpg] https://scootship.github.io/apt-tap stable main" | sudo tee /etc/apt/sources.list.d/scootship-apt-tap.list
sudo apt update
sudo apt install scootlensManual download: each scootlens-<tag>-<platform>.tar.gz asset below ships all
three binaries — scootlensd (kernel daemon, Web Console embedded and served
at /), scootctl (CLI client), scootlens-mcp (MCP projection). Verify with
the matching .sha256 file, then:
tar -xzf scootlens-<tag>-<platform>.tar.gz
./scootlens/scootlensd --engine mockLinux binaries are statically linked (musl); no runtime dependencies. The
chromium engine attaches to a locally installed Chromium/Chrome
(SCOOTLENS_CHROMIUM_BIN overrides discovery).