dsh-budget 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/README-es.md +53 -40
- package/README-hi.md +53 -40
- package/README-pt.md +53 -40
- package/README-zh.md +53 -40
- package/README.md +21 -8
- package/lib/client.js +52 -40
- package/lib/client.js.map +1 -1
- package/lib/index.js +130 -48
- package/lib/typert.host.js +1 -1
- package/lib/types/aggregate/usage.d.ts +15 -2
- package/lib/types/aggregate/usage.d.ts.map +1 -1
- package/lib/types/client/BudgetTab.d.ts +3 -1
- package/lib/types/client/BudgetTab.d.ts.map +1 -1
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/locales.d.ts +2 -0
- package/lib/types/client/locales.d.ts.map +1 -1
- package/lib/types/client/remote.d.ts +202 -6
- package/lib/types/client/remote.d.ts.map +1 -1
- package/lib/types/client/styles.d.ts.map +1 -1
- package/lib/types/command.d.ts +1 -0
- package/lib/types/command.d.ts.map +1 -1
- package/lib/types/config.d.ts +2 -0
- package/lib/types/config.d.ts.map +1 -1
- package/lib/types/estimate/prices.d.ts +6 -0
- package/lib/types/estimate/prices.d.ts.map +1 -1
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/service.d.ts.map +1 -1
- package/lib/types/store.d.ts +2 -0
- package/lib/types/store.d.ts.map +1 -1
- package/lib/types/typert.host.d.ts +202 -6
- package/lib/types/typert.host.d.ts.map +1 -1
- package/lib/types/wire.d.ts +407 -12
- package/lib/types/wire.d.ts.map +1 -1
- package/lib/{wire-BteLNn2b.js → wire-DkOiH4-o.js} +24 -32
- package/package.json +36 -31
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,28 @@ All notable changes to this project are documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.4.10] - 2026-09-23
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Add the alpha.2 catalog prices to the built-in table (`deepseek-flash` / `deepseek-v4-flash` / `deepseek-v4-flash-vision-exp` at 0.15/0.60/0.003/0.15 USD per 1M and `deepseek-v4-pro` at 0.66/1.98/0.022/0.66, off-peak, verified against the official pricing page on 2026-09-18). Before this release the table had ZERO overlap with the alpha.2 model catalog, so every catalog model fell back to the silent 1.0/3.0 default and was overestimated by 23.7×–64.4× on a session basis and 87×–213× on a monthly basis (both figures are correct; the ~100% gap comes from the load mix), which made `overLimit: 'block'` with a $10 session cap kill a session after ~$0.05 of real flash spend.
|
|
13
|
+
- Replace the silent fallback estimate with an unpriced signal: a model with no price entry and no explicitly priced `defaultPrice` now contributes 0 to budget accounting (its cost is no longer a fabricated number), warns once per provider/model in the budget logger, and surfaces as "unpriced" in `/budget` and the settings panel. Third-party model costs change from a fabricated number to explicitly unknown; set `defaultPrice` with `priced: true` to price them.
|
|
14
|
+
- Hold the persistence storage domain in one effect: the bare `await storageDomain.open(...)` before every registration could leave the plugin half-mounted when an unload landed during the async open (A02). The effect registers first and owns the open promise in its closure; the disposer flushes and closes the domain exactly once it resolves.
|
|
15
|
+
- Derive the client's current session from `retainedBy.mainView` instead of the deleted `SessionListState.current` leaf (B5): session-scope attribution no longer silently degrades to unbound, and the panel shows a visible "no current session bound" notice when the face is absent.
|
|
16
|
+
- Own the injected style node across reload races: the duplicate-found branch previously returned a no-op disposer and stranded the tab stylesheet.
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Carry both Typert strict-codec faces on the wire descriptors: the published `schema` field (0.1.5-rc.2 line) and the `create` factory the 0.1.6-alpha.1 checkout materializes lazily on first use. Both typecheck rulers stay green.
|
|
21
|
+
- Move the `@deepseek-ai/dsh-*` dev/test pins to the published `0.1.7-alpha.2` line and record `0.1.7-alpha.2` in `dshWorkshop.compatibility.dshVersions`; the monthly Compat workflow now installs the `0.1.7-alpha.2` host (`dsh-base` + `dsh-headless`) instead of `0.1.6-alpha.2`, and the five READMEs state that line as the verified one.
|
|
22
|
+
- Append the fourth host clause `|| >=0.1.7-0 <0.2.0` to `engines.dsh` and to all eleven `@deepseek-ai/dsh-*` peer ranges. Under semver's prerelease rule a range whose only prerelease comparators sit on earlier tuples cannot admit a later alpha, so the three-clause band excluded the very host line this release targets. No previously supported host line is dropped.
|
|
23
|
+
- Raise the `@deepseek-ai/cordis` dev/test pin to `^4.0.4`.
|
|
24
|
+
- Declare `dsh.manifestVersion: 1` and the four-clause `engines.dsh` range (G-3).
|
|
25
|
+
|
|
26
|
+
### Docs
|
|
27
|
+
|
|
28
|
+
- Correct `AGENTS.md`: the `tests/` layout entry and the `Checks` ruler note still named `0.1.5-rc.2` as the line this repo's installed peers and `typecheck:ci` measure against.
|
|
29
|
+
|
|
8
30
|
## [0.4.9] - 2026-09-12
|
|
9
31
|
|
|
10
32
|
### Changed
|
package/README-es.md
CHANGED
|
@@ -8,13 +8,16 @@
|
|
|
8
8
|
*Conoce cuánto cuesta cada sesión — antes de que te cueste a ti.*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-budget)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
14
|
+
[](https://dsh.market/)
|
|
13
15
|
[](#)
|
|
14
16
|
[](https://github.com/PerryLink/dsh-budget/actions)
|
|
15
17
|
[](https://github.com/PerryLink/dsh-budget/releases)
|
|
16
18
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
17
19
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
20
|
+
[](https://dshfind.com/es/plugins/PerryLink/dsh-budget?ref=badge)
|
|
18
21
|
|
|
19
22
|
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
20
23
|
|
|
@@ -26,7 +29,7 @@
|
|
|
26
29
|
|
|
27
30
|
| Superficie | Estado |
|
|
28
31
|
|---|---|
|
|
29
|
-
| Harness | DeepSeek Harness `dsh-v0.1.
|
|
32
|
+
| Harness | DeepSeek Harness `dsh-v0.1.7-alpha.2` (GitHub tag, adaptado el 2026-09-18; rango de peer `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0 || >=0.1.6-0 <0.2.0 || >=0.1.7-0 <0.2.0`): los precios del catálogo alpha.2 están integrados en la tabla y los modelos sin precio aparecen como "sin precio" en lugar de una estimación inventada; la puerta de auditoría sigue suprimiendo los appends `budget/alert`/`budget/block` (vocabulario de eventos de sesión fail-closed). Verificado el 2026-09-18 mediante la cadena typecheck de dos reglas y la puerta local completa; los ítems del panel del navegador quedan 人工·未测即未完成 (checklist manual del mantenedor). |
|
|
30
33
|
|
|
31
34
|
| Eventos de auditoría | Se escriben en harness anteriores a `0.1.2-rc.1`; se suprimen con una razón de degradación registrada en `0.1.2-rc.1` y posteriores (vocabulario de eventos de sesión fail-closed, sin superficie de registro externa) || Node | `^22.19.0 \|\| >=24.0.0` |
|
|
32
35
|
| Superficies | Host + cliente Web (pestaña Budget en Settings); comando `/budget` |
|
|
@@ -71,7 +74,7 @@ Todos los ajustes son campos `Config` de Schemastery (modificables desde cordis.
|
|
|
71
74
|
| Clave | Por defecto | Significado |
|
|
72
75
|
|---|---|---|
|
|
73
76
|
| `prices` | `{}` | Precios USD por 1M tokens por modelo, fusionados sobre la tabla integrada |
|
|
74
|
-
| `defaultPrice` | `
|
|
77
|
+
| `defaultPrice` | señal sin precio (`priced: false`, números en cero) | Respaldo para modelos ausentes de ambas tablas: por defecto contribuye 0 a la contabilidad y se muestra como "sin precio"; defina números con `priced: true` para fijar precios explícitos |
|
|
75
78
|
| `budgets.session` / `daily` / `monthly` | `10` / `50` / `500` | Límites de presupuesto USD por ámbito; omitir para ilimitado |
|
|
76
79
|
| `warnRatio` | `0.8` | Alertar cuando el uso alcance esta fracción del límite (0..1) |
|
|
77
80
|
| `overLimit` | `alert` | `alert` / `block` / `degrade` tras cruzar un límite |
|
|
@@ -123,7 +126,7 @@ Todos los ajustes son campos `Config` de Schemastery (modificables desde cordis.
|
|
|
123
126
|
```sh
|
|
124
127
|
pnpm install # node ^22.19 || >=24
|
|
125
128
|
pnpm run typecheck # tsc: src + tests contra el checkout local del harness
|
|
126
|
-
pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.
|
|
129
|
+
pnpm run typecheck:ci # tsc contra los tipos publicados 0.1.7-alpha.2 (sin paths)
|
|
127
130
|
pnpm test # vitest
|
|
128
131
|
pnpm run build # declaraciones tsc + bundles tsdown (lib/)
|
|
129
132
|
pnpm run verify:self-contained # las especificaciones de dependencias resuelven desde el registry
|
|
@@ -141,46 +144,56 @@ pnpm pack # el tarball publicado
|
|
|
141
144
|
|
|
142
145
|
## PerryLink DSH Plugin Family
|
|
143
146
|
|
|
144
|
-
|
|
147
|
+
This project is one of the **45 DeepSeek Harness plugins** maintained by [PerryLink](https://github.com/PerryLink). If this one helps you, the others likely will too:
|
|
145
148
|
|
|
146
149
|
| Plugin | One-liner |
|
|
147
150
|
|---|---|
|
|
148
|
-
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** |
|
|
149
|
-
| **[dsh-
|
|
150
|
-
| **[dsh-
|
|
151
|
-
| **[dsh-
|
|
152
|
-
| **[dsh-
|
|
153
|
-
| **[dsh-
|
|
154
|
-
| **[dsh-
|
|
155
|
-
| **[dsh-
|
|
156
|
-
| **[dsh-
|
|
157
|
-
| **[dsh-
|
|
158
|
-
| **[dsh-
|
|
159
|
-
| **[dsh-
|
|
160
|
-
| **[dsh-
|
|
161
|
-
| **[dsh-
|
|
162
|
-
| **[dsh-
|
|
163
|
-
| **[dsh-
|
|
164
|
-
| **[dsh-
|
|
165
|
-
| **[dsh-
|
|
166
|
-
| **[dsh-
|
|
167
|
-
| **[dsh-
|
|
168
|
-
| **[dsh-
|
|
169
|
-
| **[dsh-
|
|
170
|
-
| **[dsh-
|
|
171
|
-
| **[dsh-
|
|
172
|
-
| **[dsh-
|
|
173
|
-
| **[dsh-
|
|
174
|
-
| **[dsh-
|
|
175
|
-
| **[dsh-
|
|
176
|
-
| **[dsh-
|
|
177
|
-
| **[dsh-
|
|
178
|
-
| **[dsh-
|
|
179
|
-
| **[dsh-
|
|
180
|
-
| **[dsh-
|
|
181
|
-
| **[dsh-
|
|
182
|
-
| **[dsh-
|
|
183
|
-
| **[dsh-
|
|
151
|
+
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** | Second-model auto-review on the approval chain, fail-closed by default | |
|
|
152
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
153
|
+
| **[dsh-background-agents](https://github.com/PerryLink/dsh-background-agents)** | Durable background child agents with a Web UI sidebar, messaging and interrupt | |
|
|
154
|
+
| **[dsh-budget](https://github.com/PerryLink/dsh-budget)** | Cost governance for DeepSeek Harness: budgets, carbon, and latency in one panel. | |
|
|
155
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
156
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
157
|
+
| **[dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind)** | Claude Code /rewind-equivalent: snapshots, session forks, one-shot restore | |
|
|
158
|
+
| **[dsh-claude-move](https://github.com/PerryLink/dsh-claude-move)** | Migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH | |
|
|
159
|
+
| **[dsh-click](https://github.com/PerryLink/dsh-click)** | Cross-platform native desktop control for DeepSeek Harness — Windows first. | |
|
|
160
|
+
| **[dsh-composer-history](https://github.com/PerryLink/dsh-composer-history)** | Terminal-style input history for the web composer: arrows, Ctrl+R search | |
|
|
161
|
+
| **[dsh-data-quality](https://github.com/PerryLink/dsh-data-quality)** | Dataset quality checks and citation cross-checks (the optional numeric bridge consumed here) | |
|
|
162
|
+
| **[dsh-defend](https://github.com/PerryLink/dsh-defend)** | Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness. | |
|
|
163
|
+
| **[dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck)** | Engineering-discipline guard: requirements grill, test gates, adversary review | |
|
|
164
|
+
| **[dsh-draw](https://github.com/PerryLink/dsh-draw)** | Unified static-image generation routing for DeepSeek Harness. | |
|
|
165
|
+
| **[dsh-fast](https://github.com/PerryLink/dsh-fast)** | Read-only performance diagnostics for DeepSeek Harness. | |
|
|
166
|
+
| **[dsh-fund-research](https://github.com/PerryLink/dsh-fund-research)** | Deterministic research reports for Chinese public mutual funds | |
|
|
167
|
+
| **[dsh-github](https://github.com/PerryLink/dsh-github)** | GitHub PR/issues integration for DSH, every write gated by approval | |
|
|
168
|
+
| **[dsh-industry-research](https://github.com/PerryLink/dsh-industry-research)** | Industry research orchestration that seals its deliverables through this plugin's `ctx.researchReport.assemble` | |
|
|
169
|
+
| **[dsh-laya](https://github.com/PerryLink/dsh-laya)** | Laya typed decisions (`noul`/`choice`/`score`) as a first-class Cordis service and model-visible tools | |
|
|
170
|
+
| **[dsh-library](https://github.com/PerryLink/dsh-library)** | Local document knowledge base for DeepSeek Harness. | |
|
|
171
|
+
| **[dsh-local-ai](https://github.com/PerryLink/dsh-local-ai)** | Local-model (Ollama) integration for DeepSeek Harness. | |
|
|
172
|
+
| **[dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions)** | LSP diagnostics, formatting, completion, code actions and rename over language servers | |
|
|
173
|
+
| **[dsh-mask](https://github.com/PerryLink/dsh-mask)** | PII masking middleware: anonymize at the model boundary, restore at the display layer | |
|
|
174
|
+
| **[dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel)** | Read-only MCP runtime panel: /mcp command + Settings tab with status, tools and errors | |
|
|
175
|
+
| **[dsh-memento](https://github.com/PerryLink/dsh-memento)** | Approval-gated cross-session memory: ctx.memory seam + SQLite + memory tool | |
|
|
176
|
+
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | OpenTelemetry and Langfuse observability exporter for DeepSeek Harness. | |
|
|
177
|
+
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles-equivalent runtime style switching | |
|
|
178
|
+
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Claude Code-style declarative allow/deny/ask permission rules with audit | |
|
|
179
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
180
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
181
|
+
| **[dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide)** | Plugin-development knowledge base as an on-demand agent skill | |
|
|
182
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
183
|
+
| **[dsh-plugin-upgrade](https://github.com/PerryLink/dsh-plugin-upgrade)** | One-package, one-corridor-index plugin upgrade skill: routes a repository to the matching closed corridor card | |
|
|
184
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
185
|
+
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Multi-channel approval/question bridge: WeChat/Telegram/Feishu, session console | |
|
|
186
|
+
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Verifiable research-report engine: content-addressed evidence ledger and sealed versions | |
|
|
187
|
+
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Multi-dimensional quality scoring for DeepSeek Harness plugins. | |
|
|
188
|
+
| **[dsh-session-pin](https://github.com/PerryLink/dsh-session-pin)** | Pin sessions in the Web sidebar with durable ordering | |
|
|
189
|
+
| **[dsh-session-sync](https://github.com/PerryLink/dsh-session-sync)** | Cross-device session sync for DeepSeek Harness — a dedicated git mirror of your session store. | |
|
|
190
|
+
| **[dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security)** | Security-audit skill pack: secret scan, dependency and supply-chain review | |
|
|
191
|
+
| **[dsh-talk](https://github.com/PerryLink/dsh-talk)** | Voice-first session loop for DeepSeek Harness: talk to it, hear it answer. | |
|
|
192
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
193
|
+
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
194
|
+
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/Dida365 task bridge: session-header panel + 11 tools | |
|
|
195
|
+
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
196
|
+
|
|
184
197
|
|
|
185
198
|
## License
|
|
186
199
|
|
package/README-hi.md
CHANGED
|
@@ -8,13 +8,16 @@
|
|
|
8
8
|
*हर सत्र की लागत जानें — उससे पहले कि वह आप पर भारी पड़े।*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-budget)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
14
|
+
[](https://dsh.market/)
|
|
13
15
|
[](#)
|
|
14
16
|
[](https://github.com/PerryLink/dsh-budget/actions)
|
|
15
17
|
[](https://github.com/PerryLink/dsh-budget/releases)
|
|
16
18
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
17
19
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
20
|
+
[](https://dshfind.com/hi/plugins/PerryLink/dsh-budget?ref=badge)
|
|
18
21
|
|
|
19
22
|
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
20
23
|
|
|
@@ -26,7 +29,7 @@
|
|
|
26
29
|
|
|
27
30
|
| सतह | स्थिति |
|
|
28
31
|
|---|---|
|
|
29
|
-
| Harness | DeepSeek Harness `dsh-v0.1.
|
|
32
|
+
| Harness | DeepSeek Harness `dsh-v0.1.7-alpha.2` (GitHub tag, 2026-09-18 को अनुकूलित; peer रेंज `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0 || >=0.1.6-0 <0.2.0 || >=0.1.7-0 <0.2.0`): alpha.2 कैटलॉग कीमतें तालिका में अंतर्निहित हैं और अज्ञात मॉडल मनगढ़ंत अनुमान के बजाय "unpriced" के रूप में दिखते हैं; ऑडिट गेट `budget/alert`/`budget/block` appends को दबाना जारी रखता है (fail-closed सत्र इवेंट शब्दावली)। 2026-09-18 को दो-रूलर typecheck श्रृंखला और पूर्ण स्थानीय गेट द्वारा सत्यापित; ब्राउज़र पैनल आइटम 人工·未测即未完成 (अनुरक्षक मैनुअल चेकलिस्ट) रहते हैं। |
|
|
30
33
|
|
|
31
34
|
| ऑडिट इवेंट | `0.1.2-rc.1` से पहले के harness पर लिखे जाते हैं; `0.1.2-rc.1` और बाद में दबाए जाते हैं और डिग्रेडेशन कारण लॉग होता है (fail-closed सत्र इवेंट शब्दावली, कोई बाहरी पंजीकरण सतह नहीं) || Node | `^22.19.0 \|\| >=24.0.0` |
|
|
32
35
|
| सतहें | Host + वेब क्लाइंट (Settings में Budget टैब); `/budget` कमांड |
|
|
@@ -71,7 +74,7 @@ dsh --profile web --dump-config | grep -A2 'id: budget'
|
|
|
71
74
|
| कुंजी | डिफ़ॉल्ट | अर्थ |
|
|
72
75
|
|---|---|---|
|
|
73
76
|
| `prices` | `{}` | प्रति मॉडल USD प्रति 1M टोकन, बिल्ट-इन तालिका पर मर्ज |
|
|
74
|
-
| `defaultPrice` | `
|
|
77
|
+
| `defaultPrice` | unpriced संकेत (`priced: false`, शून्य संख्याएँ) | दोनों तालिकाओं से अनुपस्थित मॉडलों का फ़ॉलबैक: डिफ़ॉल्ट लेखांकन में 0 योगदान देता है और "unpriced" के रूप में दिखता है; अज्ञात मॉडलों को स्पष्ट रूप से मूल्य देने के लिए `priced: true` के साथ संख्याएँ सेट करें |
|
|
75
78
|
| `budgets.session` / `daily` / `monthly` | `10` / `50` / `500` | प्रति स्कोप USD बजट सीमा; असीमित के लिए हटाएँ |
|
|
76
79
|
| `warnRatio` | `0.8` | उपयोग सीमा के इस अंश तक पहुँचने पर अलर्ट (0..1) |
|
|
77
80
|
| `overLimit` | `alert` | सीमा पार होने पर: `alert` / `block` / `degrade` |
|
|
@@ -123,7 +126,7 @@ dsh --profile web --dump-config | grep -A2 'id: budget'
|
|
|
123
126
|
```sh
|
|
124
127
|
pnpm install # node ^22.19 || >=24
|
|
125
128
|
pnpm run typecheck # tsc: src + tests स्थानीय हार्नेस चेकआउट के विरुद्ध
|
|
126
|
-
pnpm run typecheck:ci # tsc प्रकाशित 0.1.
|
|
129
|
+
pnpm run typecheck:ci # tsc प्रकाशित 0.1.7-alpha.2 प्रकारों के विरुद्ध (बिना paths)
|
|
127
130
|
pnpm test # vitest
|
|
128
131
|
pnpm run build # tsc घोषणाएँ + tsdown बंडल (lib/)
|
|
129
132
|
pnpm run verify:self-contained # निर्भरता स्पेक registry से हल होती हैं
|
|
@@ -141,46 +144,56 @@ pnpm pack # प्रकाशित tarball
|
|
|
141
144
|
|
|
142
145
|
## PerryLink DSH Plugin Family
|
|
143
146
|
|
|
144
|
-
|
|
147
|
+
This project is one of the **45 DeepSeek Harness plugins** maintained by [PerryLink](https://github.com/PerryLink). If this one helps you, the others likely will too:
|
|
145
148
|
|
|
146
149
|
| Plugin | One-liner |
|
|
147
150
|
|---|---|
|
|
148
|
-
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** |
|
|
149
|
-
| **[dsh-
|
|
150
|
-
| **[dsh-
|
|
151
|
-
| **[dsh-
|
|
152
|
-
| **[dsh-
|
|
153
|
-
| **[dsh-
|
|
154
|
-
| **[dsh-
|
|
155
|
-
| **[dsh-
|
|
156
|
-
| **[dsh-
|
|
157
|
-
| **[dsh-
|
|
158
|
-
| **[dsh-
|
|
159
|
-
| **[dsh-
|
|
160
|
-
| **[dsh-
|
|
161
|
-
| **[dsh-
|
|
162
|
-
| **[dsh-
|
|
163
|
-
| **[dsh-
|
|
164
|
-
| **[dsh-
|
|
165
|
-
| **[dsh-
|
|
166
|
-
| **[dsh-
|
|
167
|
-
| **[dsh-
|
|
168
|
-
| **[dsh-
|
|
169
|
-
| **[dsh-
|
|
170
|
-
| **[dsh-
|
|
171
|
-
| **[dsh-
|
|
172
|
-
| **[dsh-
|
|
173
|
-
| **[dsh-
|
|
174
|
-
| **[dsh-
|
|
175
|
-
| **[dsh-
|
|
176
|
-
| **[dsh-
|
|
177
|
-
| **[dsh-
|
|
178
|
-
| **[dsh-
|
|
179
|
-
| **[dsh-
|
|
180
|
-
| **[dsh-
|
|
181
|
-
| **[dsh-
|
|
182
|
-
| **[dsh-
|
|
183
|
-
| **[dsh-
|
|
151
|
+
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** | Second-model auto-review on the approval chain, fail-closed by default | |
|
|
152
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
153
|
+
| **[dsh-background-agents](https://github.com/PerryLink/dsh-background-agents)** | Durable background child agents with a Web UI sidebar, messaging and interrupt | |
|
|
154
|
+
| **[dsh-budget](https://github.com/PerryLink/dsh-budget)** | Cost governance for DeepSeek Harness: budgets, carbon, and latency in one panel. | |
|
|
155
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
156
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
157
|
+
| **[dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind)** | Claude Code /rewind-equivalent: snapshots, session forks, one-shot restore | |
|
|
158
|
+
| **[dsh-claude-move](https://github.com/PerryLink/dsh-claude-move)** | Migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH | |
|
|
159
|
+
| **[dsh-click](https://github.com/PerryLink/dsh-click)** | Cross-platform native desktop control for DeepSeek Harness — Windows first. | |
|
|
160
|
+
| **[dsh-composer-history](https://github.com/PerryLink/dsh-composer-history)** | Terminal-style input history for the web composer: arrows, Ctrl+R search | |
|
|
161
|
+
| **[dsh-data-quality](https://github.com/PerryLink/dsh-data-quality)** | Dataset quality checks and citation cross-checks (the optional numeric bridge consumed here) | |
|
|
162
|
+
| **[dsh-defend](https://github.com/PerryLink/dsh-defend)** | Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness. | |
|
|
163
|
+
| **[dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck)** | Engineering-discipline guard: requirements grill, test gates, adversary review | |
|
|
164
|
+
| **[dsh-draw](https://github.com/PerryLink/dsh-draw)** | Unified static-image generation routing for DeepSeek Harness. | |
|
|
165
|
+
| **[dsh-fast](https://github.com/PerryLink/dsh-fast)** | Read-only performance diagnostics for DeepSeek Harness. | |
|
|
166
|
+
| **[dsh-fund-research](https://github.com/PerryLink/dsh-fund-research)** | Deterministic research reports for Chinese public mutual funds | |
|
|
167
|
+
| **[dsh-github](https://github.com/PerryLink/dsh-github)** | GitHub PR/issues integration for DSH, every write gated by approval | |
|
|
168
|
+
| **[dsh-industry-research](https://github.com/PerryLink/dsh-industry-research)** | Industry research orchestration that seals its deliverables through this plugin's `ctx.researchReport.assemble` | |
|
|
169
|
+
| **[dsh-laya](https://github.com/PerryLink/dsh-laya)** | Laya typed decisions (`noul`/`choice`/`score`) as a first-class Cordis service and model-visible tools | |
|
|
170
|
+
| **[dsh-library](https://github.com/PerryLink/dsh-library)** | Local document knowledge base for DeepSeek Harness. | |
|
|
171
|
+
| **[dsh-local-ai](https://github.com/PerryLink/dsh-local-ai)** | Local-model (Ollama) integration for DeepSeek Harness. | |
|
|
172
|
+
| **[dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions)** | LSP diagnostics, formatting, completion, code actions and rename over language servers | |
|
|
173
|
+
| **[dsh-mask](https://github.com/PerryLink/dsh-mask)** | PII masking middleware: anonymize at the model boundary, restore at the display layer | |
|
|
174
|
+
| **[dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel)** | Read-only MCP runtime panel: /mcp command + Settings tab with status, tools and errors | |
|
|
175
|
+
| **[dsh-memento](https://github.com/PerryLink/dsh-memento)** | Approval-gated cross-session memory: ctx.memory seam + SQLite + memory tool | |
|
|
176
|
+
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | OpenTelemetry and Langfuse observability exporter for DeepSeek Harness. | |
|
|
177
|
+
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles-equivalent runtime style switching | |
|
|
178
|
+
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Claude Code-style declarative allow/deny/ask permission rules with audit | |
|
|
179
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
180
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
181
|
+
| **[dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide)** | Plugin-development knowledge base as an on-demand agent skill | |
|
|
182
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
183
|
+
| **[dsh-plugin-upgrade](https://github.com/PerryLink/dsh-plugin-upgrade)** | One-package, one-corridor-index plugin upgrade skill: routes a repository to the matching closed corridor card | |
|
|
184
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
185
|
+
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Multi-channel approval/question bridge: WeChat/Telegram/Feishu, session console | |
|
|
186
|
+
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Verifiable research-report engine: content-addressed evidence ledger and sealed versions | |
|
|
187
|
+
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Multi-dimensional quality scoring for DeepSeek Harness plugins. | |
|
|
188
|
+
| **[dsh-session-pin](https://github.com/PerryLink/dsh-session-pin)** | Pin sessions in the Web sidebar with durable ordering | |
|
|
189
|
+
| **[dsh-session-sync](https://github.com/PerryLink/dsh-session-sync)** | Cross-device session sync for DeepSeek Harness — a dedicated git mirror of your session store. | |
|
|
190
|
+
| **[dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security)** | Security-audit skill pack: secret scan, dependency and supply-chain review | |
|
|
191
|
+
| **[dsh-talk](https://github.com/PerryLink/dsh-talk)** | Voice-first session loop for DeepSeek Harness: talk to it, hear it answer. | |
|
|
192
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
193
|
+
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
194
|
+
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/Dida365 task bridge: session-header panel + 11 tools | |
|
|
195
|
+
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
196
|
+
|
|
184
197
|
|
|
185
198
|
## License
|
|
186
199
|
|
package/README-pt.md
CHANGED
|
@@ -8,13 +8,16 @@
|
|
|
8
8
|
*Saiba quanto cada sessão custa — antes que custe a você.*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-budget)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
14
|
+
[](https://dsh.market/)
|
|
13
15
|
[](#)
|
|
14
16
|
[](https://github.com/PerryLink/dsh-budget/actions)
|
|
15
17
|
[](https://github.com/PerryLink/dsh-budget/releases)
|
|
16
18
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
17
19
|
[](https://www.npmjs.com/package/dsh-budget)
|
|
20
|
+
[](https://dshfind.com/pt/plugins/PerryLink/dsh-budget?ref=badge)
|
|
18
21
|
|
|
19
22
|
[English](README.md) · [简体中文](README-zh.md) · [Español](README-es.md) · [Português](README-pt.md) · [हिन्दी](README-hi.md)
|
|
20
23
|
|
|
@@ -26,7 +29,7 @@
|
|
|
26
29
|
|
|
27
30
|
| Superfície | Status |
|
|
28
31
|
|---|---|
|
|
29
|
-
| Harness | DeepSeek Harness `dsh-v0.1.
|
|
32
|
+
| Harness | DeepSeek Harness `dsh-v0.1.7-alpha.2` (GitHub tag, adaptado em 2026-09-18; faixa de peer `>=0.1.2-rc.1 <0.2.0 || >=0.1.5-alpha.1 <0.2.0 || >=0.1.6-0 <0.2.0 || >=0.1.7-0 <0.2.0`): os preços do catálogo alpha.2 estão embutidos na tabela e modelos sem preço aparecem como "sem preço" em vez de uma estimativa inventada; a porta de auditoria continua suprimindo os appends `budget/alert`/`budget/block` (vocabulário de eventos de sessão fail-closed). Verificado em 2026-09-18 pela cadeia typecheck de duas réguas e pela porta local completa; os itens do painel no navegador ficam 人工·未测即未完成 (checklist manual do mantenedor). |
|
|
30
33
|
|
|
31
34
|
| Eventos de auditoria | Gravados em harness anteriores a `0.1.2-rc.1`; suprimidos com uma razão de degradação registrada em `0.1.2-rc.1` e posteriores (vocabulário de eventos de sessão fail-closed, sem superfície de registro externa) || Node | `^22.19.0 \|\| >=24.0.0` |
|
|
32
35
|
| Superfícies | Host + cliente Web (aba Budget em Settings); comando `/budget` |
|
|
@@ -71,7 +74,7 @@ Todos os ajustes são campos `Config` do Schemastery (alteráveis pelo cordis.ym
|
|
|
71
74
|
| Chave | Padrão | Significado |
|
|
72
75
|
|---|---|---|
|
|
73
76
|
| `prices` | `{}` | Preços USD por 1M de tokens por modelo, mesclados sobre a tabela integrada |
|
|
74
|
-
| `defaultPrice` | `
|
|
77
|
+
| `defaultPrice` | sinal sem preço (`priced: false`, números zerados) | Reserva para modelos ausentes de ambas as tabelas: por padrão contribui 0 para a contabilidade e aparece como "sem preço"; defina números com `priced: true` para precificar explicitamente |
|
|
75
78
|
| `budgets.session` / `daily` / `monthly` | `10` / `50` / `500` | Tetos de orçamento USD por escopo; omitir para ilimitado |
|
|
76
79
|
| `warnRatio` | `0.8` | Alertar quando o uso atingir esta fração do teto (0..1) |
|
|
77
80
|
| `overLimit` | `alert` | `alert` / `block` / `degrade` após cruzar um teto |
|
|
@@ -123,7 +126,7 @@ Todos os ajustes são campos `Config` do Schemastery (alteráveis pelo cordis.ym
|
|
|
123
126
|
```sh
|
|
124
127
|
pnpm install # node ^22.19 || >=24
|
|
125
128
|
pnpm run typecheck # tsc: src + tests contra o checkout local do harness
|
|
126
|
-
pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.
|
|
129
|
+
pnpm run typecheck:ci # tsc contra os tipos publicados 0.1.7-alpha.2 (sem paths)
|
|
127
130
|
pnpm test # vitest
|
|
128
131
|
pnpm run build # declarações tsc + bundles tsdown (lib/)
|
|
129
132
|
pnpm run verify:self-contained # especificações de dependências resolvem pelo registry
|
|
@@ -141,46 +144,56 @@ pnpm pack # o tarball publicado
|
|
|
141
144
|
|
|
142
145
|
## PerryLink DSH Plugin Family
|
|
143
146
|
|
|
144
|
-
|
|
147
|
+
This project is one of the **45 DeepSeek Harness plugins** maintained by [PerryLink](https://github.com/PerryLink). If this one helps you, the others likely will too:
|
|
145
148
|
|
|
146
149
|
| Plugin | One-liner |
|
|
147
150
|
|---|---|
|
|
148
|
-
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** |
|
|
149
|
-
| **[dsh-
|
|
150
|
-
| **[dsh-
|
|
151
|
-
| **[dsh-
|
|
152
|
-
| **[dsh-
|
|
153
|
-
| **[dsh-
|
|
154
|
-
| **[dsh-
|
|
155
|
-
| **[dsh-
|
|
156
|
-
| **[dsh-
|
|
157
|
-
| **[dsh-
|
|
158
|
-
| **[dsh-
|
|
159
|
-
| **[dsh-
|
|
160
|
-
| **[dsh-
|
|
161
|
-
| **[dsh-
|
|
162
|
-
| **[dsh-
|
|
163
|
-
| **[dsh-
|
|
164
|
-
| **[dsh-
|
|
165
|
-
| **[dsh-
|
|
166
|
-
| **[dsh-
|
|
167
|
-
| **[dsh-
|
|
168
|
-
| **[dsh-
|
|
169
|
-
| **[dsh-
|
|
170
|
-
| **[dsh-
|
|
171
|
-
| **[dsh-
|
|
172
|
-
| **[dsh-
|
|
173
|
-
| **[dsh-
|
|
174
|
-
| **[dsh-
|
|
175
|
-
| **[dsh-
|
|
176
|
-
| **[dsh-
|
|
177
|
-
| **[dsh-
|
|
178
|
-
| **[dsh-
|
|
179
|
-
| **[dsh-
|
|
180
|
-
| **[dsh-
|
|
181
|
-
| **[dsh-
|
|
182
|
-
| **[dsh-
|
|
183
|
-
| **[dsh-
|
|
151
|
+
| **[dsh-auto-review](https://github.com/PerryLink/dsh-auto-review)** | Second-model auto-review on the approval chain, fail-closed by default | |
|
|
152
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
153
|
+
| **[dsh-background-agents](https://github.com/PerryLink/dsh-background-agents)** | Durable background child agents with a Web UI sidebar, messaging and interrupt | |
|
|
154
|
+
| **[dsh-budget](https://github.com/PerryLink/dsh-budget)** | Cost governance for DeepSeek Harness: budgets, carbon, and latency in one panel. | |
|
|
155
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
156
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
157
|
+
| **[dsh-checkpoint-rewind](https://github.com/PerryLink/dsh-checkpoint-rewind)** | Claude Code /rewind-equivalent: snapshots, session forks, one-shot restore | |
|
|
158
|
+
| **[dsh-claude-move](https://github.com/PerryLink/dsh-claude-move)** | Migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH | |
|
|
159
|
+
| **[dsh-click](https://github.com/PerryLink/dsh-click)** | Cross-platform native desktop control for DeepSeek Harness — Windows first. | |
|
|
160
|
+
| **[dsh-composer-history](https://github.com/PerryLink/dsh-composer-history)** | Terminal-style input history for the web composer: arrows, Ctrl+R search | |
|
|
161
|
+
| **[dsh-data-quality](https://github.com/PerryLink/dsh-data-quality)** | Dataset quality checks and citation cross-checks (the optional numeric bridge consumed here) | |
|
|
162
|
+
| **[dsh-defend](https://github.com/PerryLink/dsh-defend)** | Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness. | |
|
|
163
|
+
| **[dsh-doublecheck](https://github.com/PerryLink/dsh-doublecheck)** | Engineering-discipline guard: requirements grill, test gates, adversary review | |
|
|
164
|
+
| **[dsh-draw](https://github.com/PerryLink/dsh-draw)** | Unified static-image generation routing for DeepSeek Harness. | |
|
|
165
|
+
| **[dsh-fast](https://github.com/PerryLink/dsh-fast)** | Read-only performance diagnostics for DeepSeek Harness. | |
|
|
166
|
+
| **[dsh-fund-research](https://github.com/PerryLink/dsh-fund-research)** | Deterministic research reports for Chinese public mutual funds | |
|
|
167
|
+
| **[dsh-github](https://github.com/PerryLink/dsh-github)** | GitHub PR/issues integration for DSH, every write gated by approval | |
|
|
168
|
+
| **[dsh-industry-research](https://github.com/PerryLink/dsh-industry-research)** | Industry research orchestration that seals its deliverables through this plugin's `ctx.researchReport.assemble` | |
|
|
169
|
+
| **[dsh-laya](https://github.com/PerryLink/dsh-laya)** | Laya typed decisions (`noul`/`choice`/`score`) as a first-class Cordis service and model-visible tools | |
|
|
170
|
+
| **[dsh-library](https://github.com/PerryLink/dsh-library)** | Local document knowledge base for DeepSeek Harness. | |
|
|
171
|
+
| **[dsh-local-ai](https://github.com/PerryLink/dsh-local-ai)** | Local-model (Ollama) integration for DeepSeek Harness. | |
|
|
172
|
+
| **[dsh-lsp-actions](https://github.com/PerryLink/dsh-lsp-actions)** | LSP diagnostics, formatting, completion, code actions and rename over language servers | |
|
|
173
|
+
| **[dsh-mask](https://github.com/PerryLink/dsh-mask)** | PII masking middleware: anonymize at the model boundary, restore at the display layer | |
|
|
174
|
+
| **[dsh-mcp-panel](https://github.com/PerryLink/dsh-mcp-panel)** | Read-only MCP runtime panel: /mcp command + Settings tab with status, tools and errors | |
|
|
175
|
+
| **[dsh-memento](https://github.com/PerryLink/dsh-memento)** | Approval-gated cross-session memory: ctx.memory seam + SQLite + memory tool | |
|
|
176
|
+
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | OpenTelemetry and Langfuse observability exporter for DeepSeek Harness. | |
|
|
177
|
+
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles-equivalent runtime style switching | |
|
|
178
|
+
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Claude Code-style declarative allow/deny/ask permission rules with audit | |
|
|
179
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
180
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
181
|
+
| **[dsh-plugin-guide](https://github.com/PerryLink/dsh-plugin-guide)** | Plugin-development knowledge base as an on-demand agent skill | |
|
|
182
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
183
|
+
| **[dsh-plugin-upgrade](https://github.com/PerryLink/dsh-plugin-upgrade)** | One-package, one-corridor-index plugin upgrade skill: routes a repository to the matching closed corridor card | |
|
|
184
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
185
|
+
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Multi-channel approval/question bridge: WeChat/Telegram/Feishu, session console | |
|
|
186
|
+
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Verifiable research-report engine: content-addressed evidence ledger and sealed versions | |
|
|
187
|
+
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Multi-dimensional quality scoring for DeepSeek Harness plugins. | |
|
|
188
|
+
| **[dsh-session-pin](https://github.com/PerryLink/dsh-session-pin)** | Pin sessions in the Web sidebar with durable ordering | |
|
|
189
|
+
| **[dsh-session-sync](https://github.com/PerryLink/dsh-session-sync)** | Cross-device session sync for DeepSeek Harness — a dedicated git mirror of your session store. | |
|
|
190
|
+
| **[dsh-skill-pack-security](https://github.com/PerryLink/dsh-skill-pack-security)** | Security-audit skill pack: secret scan, dependency and supply-chain review | |
|
|
191
|
+
| **[dsh-talk](https://github.com/PerryLink/dsh-talk)** | Voice-first session loop for DeepSeek Harness: talk to it, hear it answer. | |
|
|
192
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
193
|
+
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
194
|
+
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/Dida365 task bridge: session-header panel + 11 tools | |
|
|
195
|
+
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
196
|
+
|
|
184
197
|
|
|
185
198
|
## License
|
|
186
199
|
|