CDeZT/dsh-default-workspace0

dsh-default-workspace

Cross-platform native DSH default workspace with complete read-only access to DSH resources, including sensitive state.

AI 분석

核心用途是提供一个跨平台的默认工作区,允许只读访问 DSH 资源和敏感状态。适合需要安全读取 DSH 运行状态和资源文件的管理或审计任务。

패키지
dsh-default-workspace
버전
1.0.0
라이선스
MIT
최근 업데이트
2026. 9. 1.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CDeZT/dsh-default-workspace

Configuration

Defaults require no configuration. To override them, add a later layer in $DSH_HOME/profiles/desktop/cordis.patch.yml:

- id: default-workspace
  config:
    workspacePath: 'D:\DSH\Default'
    title: 'Default workspace'
    pinFirst: true
    memoryMaxBytes: 32768
    defaultListLimit: 50
    defaultContentLimit: 32768
    maxBinaryReadBytes: 67108864

Patch config values replace the row's complete config, so restate every non-default key you want to keep.

For temporary testing, DSH_DEFAULT_WORKSPACE can override the default path without editing the profile. An explicit workspacePath in plugin configuration takes precedence.