DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Workspace Artifacts — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@birdman1992/workspace-artifacts

Workspace Artifacts

Artifact View: Add an “Artifacts” tab to the Web session view to browse the current workspace file tree and view file contents (syntax highlighting / Markdown rendering).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @birdman1992/workspace-artifacts@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Workspace Artifacts is published as @birdman1992/workspace-artifacts and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.1stable
8/15/2026
0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
34.6 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
29
Last push
8/15/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

workspace-artifacts

English | 中文

作用

产物视图(Artifacts):在 Web 会话视图中添加「产物」标签,浏览当前会话 工作区(session.header.cwd)的目录树并查看文件内容:

  • 文件树:目录可展开 / 折叠(懒加载),显示文件大小
  • 文件查看:代码自动高亮(内置分词器,支持 JS/TS/Python/Go/Rust/Java/C 系/ Shell/YAML/JSON/SQL/Markup/CSS 等)、Markdown 渲染(标题 / 列表 / 代码块 / 引用 / 链接)
  • 大文件保护:超过 256KB 自动截断

架构(双面插件):

  • host 面(lib/index.js):通过 connection RPC 通道(/rpc 通道的 artifacts/workspace、artifacts/list、artifacts/read 端点)暴露 文件系统能力
  • client 面(lib/client.js):浏览器 bundle,向 conversation.view 槽位注册「产物」标签,通过 connection.rpc.call 调用 host 端点

安装

已发布到 npm,直接安装:

dsh plugin --profile web add @birdman1992/workspace-artifacts

也可以从 GitHub 直装:

dsh plugin --profile web add github:birdman1992/dsh-birdman-plugins#path:plugins/workspace-artifacts

安装后重启 profile:

dsh --profile web

打开任一会话,「产物」标签出现在会话视图顶部标签栏中。