dshmarket 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  English | [中文](README.zh.md)
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/dshmarket)](https://www.npmjs.com/package/dshmarket)
6
- [![downloads](https://img.shields.io/npm/dm/dshmarket)](https://www.npmjs.com/package/dshmarket)
6
+ [![stars](https://img.shields.io/github/stars/dsh-market/dsh-market?style=flat)](https://github.com/dsh-market/dsh-market)
7
7
 
8
8
  The plugin market inside DeepSeek Harness. Open Settings → **Plugin Market** → browse, search, one-click install.
9
9
 
package/README.zh.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [English](README.md) | 中文
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/dshmarket)](https://www.npmjs.com/package/dshmarket)
6
- [![downloads](https://img.shields.io/npm/dm/dshmarket)](https://www.npmjs.com/package/dshmarket)
6
+ [![stars](https://img.shields.io/github/stars/dsh-market/dsh-market?style=flat)](https://github.com/dsh-market/dsh-market)
7
7
 
8
8
  装在 DeepSeek Harness 里的插件市场。打开设置 → **插件市场** → 逛一逛,点一下,装好。
9
9
 
package/client/client.js CHANGED
@@ -1,4 +1,4 @@
1
- window.__ModuleLoader__.load({ id: "dsh-market", factory: (require) => {
1
+ window.__ModuleLoader__.load({ id: "dshmarket", factory: (require) => {
2
2
  var module = { exports: {} }; var exports = module.exports;
3
3
  'use strict'
4
4
 
@@ -178,7 +178,7 @@ const CSS = `
178
178
  function injectStyles() {
179
179
  if (document.querySelector('style[data-plugin-css="dsh-market/market"]') !== null) return
180
180
  const tag = document.createElement('style')
181
- tag.dataset.plugin = 'dsh-market'
181
+ tag.dataset.plugin = "dshmarket"
182
182
  tag.dataset.pluginCss = 'dsh-market/market'
183
183
  tag.textContent = CSS
184
184
  document.head.appendChild(tag)
package/cordis.patch.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  # dsh bundle patch: inserts this plugin into a profile's layer stack.
2
2
  - insert:
3
3
  - id: dsh-market
4
- name: 'dsh-market'
4
+ name: 'dshmarket'
@@ -3,7 +3,7 @@
3
3
  "url": "https://awesome-dsh-plugin.com",
4
4
  "source": "https://github.com/awesome-dsh-plugin/awesome-dsh-plugin",
5
5
  "updated": "2026-08-14",
6
- "count": 231,
6
+ "count": 237,
7
7
  "categories": {
8
8
  "ui": {
9
9
  "en": "UI Enhancements",
@@ -233,6 +233,20 @@
233
233
  "install": "dsh plugin --profile web add github:vlln/dsh-task-status",
234
234
  "added": "2026-08-13"
235
235
  },
236
+ {
237
+ "name": "dsh-answer-pet",
238
+ "owner": "Nanki-nn",
239
+ "url": "https://github.com/Nanki-nn/dsh-answer-pet",
240
+ "category": "ui",
241
+ "description": {
242
+ "en": "Animated blue-whale desktop pet with per-session response progress, model activity and tool-call traces, token counts, output speed, elapsed time, and collapsible multi-session status cards.",
243
+ "zh": "蓝鲸桌面宠物:按会话实时展示回答进度、模型动作与工具调用轨迹、token、输出速率与耗时,并支持多会话状态卡片展开和收起。"
244
+ },
245
+ "npm": null,
246
+ "stars": null,
247
+ "install": "dsh plugin --profile web add github:Nanki-nn/dsh-answer-pet",
248
+ "added": "2026-08-14"
249
+ },
236
250
  {
237
251
  "name": "dsh-web-archive",
238
252
  "owner": "renat3u",
@@ -704,9 +718,37 @@
704
718
  "en": "Auto-resumes interrupted DSH Web requests: sends a queued 「继续」 after network, timeout or host-crash failures, with error classification, adaptive backoff, templated continue text and browser notifications.",
705
719
  "zh": "DSH Web 请求中断自动续跑:网络、超时或宿主崩溃等非人为失败后自动发送「继续」,支持错误分类、自适应退避、模板化继续文本与浏览器通知。"
706
720
  },
721
+ "npm": "dsh-client-auto-continue",
722
+ "stars": null,
723
+ "install": "dsh plugin --profile web add dsh-client-auto-continue",
724
+ "added": "2026-08-14"
725
+ },
726
+ {
727
+ "name": "dsh-chat-outline",
728
+ "owner": "liliuCourier",
729
+ "url": "https://github.com/liliuCourier/dsh-chat-outline",
730
+ "category": "ui",
731
+ "description": {
732
+ "en": "Persistent left-hand conversation outline: questions and final replies per turn, keyword filter, one-click jump.",
733
+ "zh": "对话栏左侧常驻大纲:按轮次列出提问与最后回复,支持关键词过滤与一键跳转。"
734
+ },
735
+ "npm": "dsh-chat-outline",
736
+ "stars": null,
737
+ "install": "dsh plugin --profile web add dsh-chat-outline",
738
+ "added": "2026-08-14"
739
+ },
740
+ {
741
+ "name": "dsh-token-usage",
742
+ "owner": "LaoYueHanNi",
743
+ "url": "https://github.com/LaoYueHanNi/dsh-token-usage",
744
+ "category": "ui",
745
+ "description": {
746
+ "en": "Per-request model token usage tracked to per-day JSONL files, with a stats page in Web settings: daily trend chart, per-model breakdown, and date/model filters.",
747
+ "zh": "按请求持久化模型 token 用量,Web 设置「Token 用量」统计页:按日趋势图、按模型明细表、日期/模型筛选。"
748
+ },
707
749
  "npm": null,
708
750
  "stars": null,
709
- "install": "dsh plugin --profile web add github:HsiangNianian/dsh-auto-continue",
751
+ "install": "dsh plugin --profile web add github:LaoYueHanNi/dsh-token-usage",
710
752
  "added": "2026-08-14"
711
753
  },
712
754
  {
@@ -933,6 +975,20 @@
933
975
  "install": "dsh plugin --profile web add dsh-prompt-stash",
934
976
  "added": "2026-08-14"
935
977
  },
978
+ {
979
+ "name": "dsh-side-chat",
980
+ "owner": "heartmove",
981
+ "url": "https://github.com/heartmove/dsh-side-chat",
982
+ "category": "session",
983
+ "description": {
984
+ "en": "Select part of a conversation and ask about it in a right-side side chat; bring AI replies back to the main chat directly or as a summary.",
985
+ "zh": "选中对话片段,在右侧面板的侧边聊天中提问(按会话隔离);AI 回复可原文或摘要后带回主会话。"
986
+ },
987
+ "npm": null,
988
+ "stars": null,
989
+ "install": "dsh plugin --profile web add github:heartmove/dsh-side-chat",
990
+ "added": "2026-08-14"
991
+ },
936
992
  {
937
993
  "name": "distill",
938
994
  "owner": "LoserFox",
@@ -1586,9 +1642,9 @@
1586
1642
  "en": "The plugin market inside DSH: a Settings page to browse and search the full community catalog by category, with confirmed one-click installs and an installed-plugins view.",
1587
1643
  "zh": "装在 DSH 里的插件市场:设置页内逛/搜全部社区插件,按分类筛选,确认后一键安装,已装插件一目了然。"
1588
1644
  },
1589
- "npm": null,
1645
+ "npm": "dshmarket",
1590
1646
  "stars": 4,
1591
- "install": "dsh plugin --profile web add github:dsh-market/dsh-market",
1647
+ "install": "dsh plugin --profile web add dshmarket",
1592
1648
  "added": "2026-08-14"
1593
1649
  },
1594
1650
  {
@@ -1927,6 +1983,20 @@
1927
1983
  "install": "dsh plugin --profile web add github:xiaoyuyu6420/dsh-backup",
1928
1984
  "added": "2026-08-14"
1929
1985
  },
1986
+ {
1987
+ "name": "dsh-tool-search",
1988
+ "owner": "Letter2025",
1989
+ "url": "https://github.com/Letter2025/dsh-tool-search",
1990
+ "category": "tools",
1991
+ "description": {
1992
+ "en": "Hermes-style tool search & slimming: progressive disclosure, semantic search, describe, and call long-tail tools on demand while core tools stay eager.",
1993
+ "zh": "Hermes 风格工具搜索与瘦身:渐进式披露,语义搜索/查看/调用长尾工具,核心工具保持直通。"
1994
+ },
1995
+ "npm": "dsh-tool-search",
1996
+ "stars": null,
1997
+ "install": "dsh plugin --profile web add dsh-tool-search",
1998
+ "added": "2026-08-14"
1999
+ },
1930
2000
  {
1931
2001
  "name": "dsh-hdc-bridge",
1932
2002
  "owner": "1na-ko",
@@ -2389,6 +2459,20 @@
2389
2459
  "install": "dsh plugin --profile web add github:imetn/dsh-lark-bridge",
2390
2460
  "added": "2026-08-14"
2391
2461
  },
2462
+ {
2463
+ "name": "dsh-notify-bark",
2464
+ "owner": "pc439527",
2465
+ "url": "https://github.com/pc439527/dsh-notify-bark",
2466
+ "category": "notify",
2467
+ "description": {
2468
+ "en": "Bark push notifications to iPhone: turn completion, waiting-for-input, and approval events sent from the DSH Host.",
2469
+ "zh": "Bark 推送通知到 iPhone:回合完成、等待回答、等待授权等事件由 Host 端发送。"
2470
+ },
2471
+ "npm": null,
2472
+ "stars": null,
2473
+ "install": "dsh plugin --profile web add github:pc439527/dsh-notify-bark",
2474
+ "added": "2026-08-14"
2475
+ },
2392
2476
  {
2393
2477
  "name": "llm-adaptive",
2394
2478
  "owner": "dylan121322",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dshmarket",
3
3
  "description": "Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "typecheck": "tsc -p tsconfig.json --noEmit",
25
25
  "build": "tsc -p tsconfig.json",
26
26
  "check": "npm run typecheck && npm run build",
27
- "prepack": "npm run build",
27
+ "prepack": "npm run build && node scripts/preflight.mjs",
28
28
  "prepare": "npm run build",
29
29
  "snapshot": "curl -sf https://awesome-dsh-plugin.com/plugins.json -o data/registry-snapshot.json"
30
30
  },