deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
DeepSeek Harness Settings Pro plugin — one package, five features: IM Bridge, Usage, Memory, Pets, and Vision.
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.
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).
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:
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.
| 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.
pnpm add @kazecreator/dsh-settings-pro@latest in the profile and relaunches the dsh process). If the plugin is installed as a file: link (local development checkout), the update button is hidden and the About tab explains that updates are manual./pet in a browser tab with no extra install. The "app" mode needs the separate Electron desktop-pet app (the pet-desktop/ folder in the source repo), which is not part of the npm package.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。