dsh-settings-pro
kazecreator/dsh-settings-pro
DeepSeek Harness settings-pro plugin: IM bridge (Telegram/WeChat), DeepSeek usage, cross-restart memory, desktop pets, and a vision bridge
Installer
dsh plugin --profile web add github:kazecreator/dsh-settings-proREADME
@kazecreator/dsh-settings-pro
DeepSeek Harness Settings Pro plugin — one package, five features: IM Bridge, Usage, Memory, Pets, and Vision.
Quick start
- Install the package into the profile:
dsh plugin --profile <name> add @kazecreator/dsh-settings-pro
<name> is the profile name (web for the Web GUI profile); the command forwards to pnpm in the profile directory.
- Mount the plugin in
cordis.patch.yml:
- insert:
- id: dsh-settings-pro
name: '@kazecreator/dsh-settings-pro'
config: {}
-
Restart DSH so the new plugin loads.
-
Open the Web GUI → Settings Pro, and flip on whatever you want — all together, a few, or one at a time. Everything is off by default, so nothing runs until you opt in, and every toggle is live (no restart).
Install & enable with one prompt
This replaces the whole Quick start above — you do not need to do those steps first. DSH's agent has file access, so just paste one prompt and it does both install and enable for you. Replace the [...] list with the features you want:
Usage and Memory are optional and off by default, so you can leave them out of the list entirely — only the features you name get enabled.
Install the @kazecreator/dsh-settings-pro plugin into this DSH profile and enable these features: [usage, memory, pets, vision, telegram, wechat]. Keep anything I didn't list disabled.
1. Install the package: run `dsh plugin --profile <profile> add @kazecreator/dsh-settings-pro` (or `pnpm add @kazecreator/dsh-settings-pro` in the profile directory).
2. Add an `insert` entry for plugin id `dsh-settings-pro` (name `@kazecreator/dsh-settings-pro`) to the profile's `cordis.patch.yml`, and in its `config` turn on only the features I named:
- usage → `usageEnabled: true`
- memory → `memoryEnabled: true`
- pets → `petsEnabled: true`
- vision → `visionEnabled: true` (plus `visionBaseUrl`, `visionModel`, `visionApiKeyEnv` — ask me for these if I didn't give them)
- telegram → `telegramEnabled: true` (plus `telegramBotToken`, `telegramAllowedUserIds` — ask me for these if I didn't give them)
- wechat → `wechatEnabled: true`
3. Restart DSH so the new plugin loads.
The agent installs the package, writes the patch, sets exactly the *Enabled keys you named, and leaves everything else off. After a restart the features run; from then on you can still flip any toggle live in Settings Pro.
Recommended minimal config
Don't want to pick? Paste this ready-to-use version — it enables the self-contained core (Usage, Memory, Pets; all three are optional and off by default) and keeps IM (Telegram/WeChat) and Vision off, since they need extra tokens/endpoints and default to false / empty:
Install the @kazecreator/dsh-settings-pro plugin into this DSH profile with the recommended minimal config: enable usage, memory, and pets; keep telegram, wechat, and vision disabled.
1. Install the package: run `dsh plugin --profile <profile> add @kazecreator/dsh-settings-pro` (or `pnpm add @kazecreator/dsh-settings-pro` in the profile directory).
2. Add an `insert` entry for plugin id `dsh-settings-pro` (name `@kazecreator/dsh-settings-pro`) to the profile's `cordis.patch.yml`, and in its `config` set `usageEnabled: true`, `memoryEnabled: true`, and `petsEnabled: true`. Leave `telegramEnabled`, `wechatEnabled`, and `visionEnabled` unset so they stay `false` (vision's `visionBaseUrl` / `visionModel` / `visionApiKeyEnv` stay empty).
3. Restart DSH so the new plugin loads.
You can enable IM or Vision later from Settings Pro — they stay off (false / empty) until then. Usage and Memory work the same way: they're optional and default to off, and a pets-only setup just needs petsEnabled: true in the config.
Features
| Feature | What it does | How to enable |
|---|---|---|
| Usage | DeepSeek balance + official billed daily cost/tokens (peak/off-peak pricing) | Settings Pro → Usage → toggle |
| Memory | Cross-restart memory + read_memory / write_memory tools | Settings Pro → Memory → toggle |
| Pets | Desktop pet that follows conversations | Settings Pro → Pets → toggle |
| Vision | Describe images via any OpenAI-compatible VLM before a text-only model sees them | Settings Pro → Vision → enable + pick model |
| IM Bridge | Telegram & WeChat bridge (built-in) | Settings Pro → IM Bridge → token / QR |
The *Enabled config keys (usageEnabled, memoryEnabled, petsEnabled, visionEnabled, telegramEnabled, wechatEnabled) also work as install-time defaults if you want to pre-enable something for a profile.
Desktop pet app (optional, Electron)
The "browser" open mode needs no install — it opens /pet in a browser tab. For a real always-on-top, draggable floating pet window that clicks back to DSH, use "App" mode: open Settings Pro → Pets, hit Install in the Desktop app card, and the plugin installs Electron locally and launches the pet window. Install state persists, so reopening settings still shows Running / Installed etc.
Prefer manual? Run the source repo's pet-desktop/: cd pet-desktop && npm install && npm start.
Optional env vars (defaults shown):
DSH_PET_URL— pet page URL, defaulthttp://127.0.0.1:3080/petDSH_URL— DSH URL opened on pet click, defaulthttp://127.0.0.1:3080DSH_OPEN_MODE— how the pet opens DSH on click:browser(default) orappDSH_APP_NAME— macOS Chrome PWA app name for the "app" open mode, defaultDeepSeek Harness
Notes
- Updates: Settings Pro checks the npm registry once a day (at startup and when the settings section opens, reusing a 24h cache). When a newer version exists, a NEW chip appears on the Settings Pro nav item; the About tab (last tab) shows plugin info, the installed/latest versions, a manual Check for updates action, and — only when an update exists on a registry install — an Update & Restart button (runs
pnpm add @kazecreator/dsh-settings-pro@latestin the profile and relaunches the dsh process). If the plugin is installed as afile:link (local development checkout), the update button is hidden and the About tab shows the install mode as Local dev (file:). - Usage auto-sync reads a Chromium browser session (Chrome / Edge / Brave / Arc / Opera on macOS / Windows / Linux) to backfill official billed usage. Firefox / Safari aren't supported.
- Pet desktop app is not bundled. The default "browser" open mode opens
/petin a browser tab with no extra install. The "app" mode uses the one-click Install button in Settings Pro → Pets → Desktop app, which installs and launches the Electron pet window locally with persistent state. You can also run the source repo'spet-desktop/manually (npm install && npm start). - The online pet library fetches from GitHub — the Awesome Codex Pet community gallery by @legeling. Thanks to that project and every pet author for the open submissions. It caches locally and degrades to the cache/offline notice on network failure.