kllilizxc/dsh-worka0

@dsh-workbench/plugin

提供笔记、工具和持续智能体工作台

AI 分析

适合需要持久化工作台状态、构建交互式笔记的重度AI用户。

包名
@dsh-workbench/plugin
版本
0.1.1
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kllilizxc/dsh-worka

Configuration and storage

The bundle registers the Worka plugin and a SQLite backend in the host. Defaults:

SettingDefaultPurpose
dataRootworkbench under DSH homeNote files, builds, and runtime metadata
SQLite pathworkbench/state.sqlite under DSH homePersistent Worka state
workspaceRootHost working directoryDefault workspace for new conversations
bunPathbunExecutable used to build notes
desktopNotificationsfalseOptional macOS notifications
tickIntervalMs1000Scheduler polling interval

Override the bundle in your profile's cordis.patch.yml, for example:

- id: workbench
  config:
    workspaceRoot: /absolute/path/to/projects
    bunPath: /absolute/path/to/bun
    desktopNotifications: true

When changing the storage location, update both workbench.dataRoot and workbench-sqlite.path. Keep one owner for each Worka database; do not point two running hosts at the same data directory.

Models and API keys are configured in DSH. Worka does not create a separate credential file or default model. Switching a default model affects new conversations; existing conversations use their native DSH model selector.