better-basicfun
DSH better-basicfun: default workspace, native-first reasoning capabilities, and a calm Codex-like effort slider.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CDeZT/better-basicfun说明文档
阅读完整 README ↗Configuration
Defaults require no configuration. To override them, add a later layer in $DSH_HOME/profiles/desktop/cordis.patch.yml:
- id: better-basicfun
config:
workspacePath: 'D:\DSH\Default'
title: 'Default workspace'
pinFirst: true
memoryMaxBytes: 32768
defaultListLimit: 50
defaultContentLimit: 32768
maxBinaryReadBytes: 67108864
reasoningGuard: true
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.