CDeZT/better-basicfun0

better-basicfun

DSH better-basicfun:默认工作区、原生优先的推理能力,以及冷静的类似 Codex 的思考力度滑杆。

AI 分析

核心用途是优化 DSH 的基础工作区体验,提供原生优先的推理控制和类似 Codex 的思考力度调节滑杆。适合追求精细化推理控制的 DSH 桌面端用户。

套件
better-basicfun
版本
1.2.1
授權
MIT
最近更新
2026年9月1日

安裝

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

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.