kllilizxc/dsh-worka0

@dsh-workbench/plugin

Worka — notes, tools, and ongoing agent work for DeepSeek Harness.

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.