Skip to content

v0.1.3

Latest

Choose a tag to compare

@Clizo1209 Clizo1209 released this 14 Aug 04:52
· 1 commit to main since this release

English

The first public release of dsh-playwright-browser, a Playwright browser automation plugin for DeepSeek Harness.

Highlights

  • 10 semantic browser_* tools with persistent multi-tab support.
  • Navigation, form filling, screenshots, waits, history, and tab management.
  • Semantic element targeting, including <role>|<name> shorthand.
  • Automatic fallback to installed Chrome or Edge.
  • Sensitive-value redaction, cancellation support, and Cordis lifecycle cleanup.
  • English and Simplified Chinese documentation.

Install

Without a global DSH installation:

npx @deepseek-ai/dsh plugin --profile web add dsh-playwright-browser

If dsh is already installed:

dsh plugin --profile web add dsh-playwright-browser

Available on npm.

Release asset

  • dsh-playwright-browser-0.1.3.tgz
  • SHA-256: 2f6578e1382aaeb7d091ec2ebb0a5f24fe6ce26d72ece8bf47d1d349e7f5681e

See the README for configuration and usage.


中文

dsh-playwright-browser 首次公开发布。这是一个面向 DeepSeek Harness 的 Playwright 浏览器自动化插件。

主要功能

  • 提供 10 个语义化 browser_* 工具,支持持久化多标签页。
  • 支持导航、表单填写、截图、等待、历史记录和标签页管理。
  • 支持语义化元素定位及 <role>|<name> 简写。
  • Playwright Chromium 不可用时自动检测系统 Chrome 或 Edge。
  • 支持敏感值脱敏、操作取消和 Cordis 生命周期清理。
  • 提供英文和简体中文文档。

安装

无需全局安装 DSH:

npx @deepseek-ai/dsh plugin --profile web add dsh-playwright-browser

如果已经安装了 dsh

dsh plugin --profile web add dsh-playwright-browser

已发布至 npm

Release 附件

  • dsh-playwright-browser-0.1.3.tgz
  • SHA-256:2f6578e1382aaeb7d091ec2ebb0a5f24fe6ce26d72ece8bf47d1d349e7f5681e

配置和使用方法请参阅项目 README