changyinliangbaikai/dsh-b2us-chrome-tool0

dsh-auto-chrome-tool

A DeepSeek Harness tool plugin that controls the user's existing Chrome session through a secure MV3 extension bridge.

包名
dsh-auto-chrome-tool
版本
0.4.1
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:changyinliangbaikai/dsh-b2us-chrome-tool

Configuration

The package-owned cordis.patch.yml contains the complete default configuration. A DSH patch replaces the entire config object instead of deep-merging it, so retain every field your deployment needs when overriding the row.

SettingPurpose and default
host / portLoopback bridge endpoint; 127.0.0.1:17321.
authTokenShared pairing token; falls back to DSH_AUTO_CHROME_TOKEN.
allowedExtensionIdsOptional extension-ID allowlist; empty allows any valid extension origin that also holds the token.
artifactMaxBytes / artifactTtlHoursInternal artifact quota and retention; 256 MiB and 24 hours.
chromeExecutablePathOptional absolute Chrome executable path; standard platform locations and PATH are checked when empty.
extensionInstallDirStable prepared-extension directory; defaults to .dsh-auto-chrome-tool/extension under the user directory.
openChromeOnInstallOpens chrome://extensions after an approved preparation step; true.
browserWorkerLlmProvider / browserWorkerModelOptional Worker-specific model route; both values must be set together.
browserWorkerSoftTokenLimit / browserWorkerHardTokenLimitFresh-generation rollover thresholds; 96K and 128K tokens.
browserWorkerMaxSteps / browserWorkerMaxToolCallsPer-task execution ceilings; 32 steps and 40 browser calls.
browserParentMaxDelegationsPerTurnParent-turn delegation ceiling; 8.
browserParentMaxUnsuccessfulDelegationsPerTurnOpens the browser-only parent-turn circuit after 2 blocked or failed outcomes.

Additional observation, extraction, network-preview, timeout, history, concurrency, and message-size limits are documented by the schema and default patch.