minhdevtry/dsh-markdown-ide1

@anoslide/dsh-vscode-workspace

为 DeepSeek Harness 提供的统一三栏 VS Code 工作区与 TipTap Notion 风格富文本套件

AI 分析

核心用途是集成沙箱保护的 VS Code 文件管理与 Notion 风格编辑器。适合需要在 DSH 界面内进行复杂文档编辑与代码工作区管理的用户。

包名
@anoslide/dsh-vscode-workspace
版本
1.0.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minhdevtry/dsh-markdown-ide

🔒 Security Sandboxing & Configuration

The host service enforces sandbox security:

  • Sandbox Root (DSH_SANDBOX_ROOT): Defaults to process.cwd(). All file access, reading, writing, and deletion are strictly bounded within this directory.
  • Path Traversal Prevention: Absolute path resolution and realpath verification (isInsideSandbox) block directory traversal attacks (../).
  • Optional Authentication (DSH_PASSWORD): When set in the environment, /vscode-files/* routes require session-based or token authentication.
  • Cloudflare R2 Integration: Configure Cloudflare R2 bucket credentials (R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_BUCKET_NAME, R2_PUBLIC_DOMAIN) for cloud asset storage, or default to local image persistence.

For comprehensive technical design and API documentation, see Architecture & Technical Specification.