BundleWeb UI / Workspacev0.10.3Developer Preview

DSH Better Sidebar

A VS Code–style workspace sidebar for DeepSeek Harness Web with session-scoped files, editing, terminal, Git, previews, and extension tabs.

410 repository starsMIT Updated Aug 13, 2026

Review snapshot

manifest
Passed
install
Not tested
runtime
Not tested

Compatibility reviewed 2026-08-14; install and runtime remain independent checks.

Install / upstream documentation

See GitHub README

The DSH ecosystem does not yet have a catalog-wide official install command. Follow the version-pinned upstream README and review the package source before running any command.

See GitHub README

Verification ledger

Evidence, not installation claims

manifest

Passed

The npm release gitHead matches the pinned source commit; package.json declares dsh.bundle.patch → ./cordis.patch.yml, and the patch is a YAML array inserting the dsh-better-sidebar row.

Checked Aug 14, 2026

install

Not tested

The npm release and upstream README were confirmed, but AgentPlugin.net has not run the installation.

runtime

Not tested

No clean-profile DSH Web smoke test has been completed by AgentPlugin.net.

Manifest may be passed while Install and Runtime remain not-tested. Treat these as separate verification layers.

Execution surface

Prepare, build, and code-execution review

  • prepare

    review recorded

    The package declares prepare: tsdown. Source or Git installs can execute this build step; prefer the pinned npm release unless you have reviewed the source.

  • build

    review recorded

    The documented installer may request build approval for native dependencies such as node-pty. Treat approval as permission to run dependency build code.

  • code execution

    review recorded

    The plugin exposes terminal, filesystem, Git, preview, and WebSocket features inside the active workspace. Review its trust boundaries before use on sensitive projects.

  • configuration

    notice recorded

    Do not keep an older manual registry or patch mount enabled alongside this Bundle; the upstream README warns that both paths can mount the sidebar twice.

Third-party code can execute during dependency preparation, build, or runtime. Read the upstream source and its changes before use.

Declared scope

Capabilities and prerequisites

Capabilities

  • Session-scoped file explorer and editor
  • Integrated terminal and Git workspace
  • Document, media, and browser previews
  • Extension tabs for third-party DSH plugins
  • Sub-agent workspace integration

Prerequisites

  • A working DeepSeek Harness Web profile
  • Node.js 20 or newer
  • pnpm 10 or newer
  • Review any native build-script approval before allowing it