@linxin666/dsh-client-ui-community-plugins 0.3.3 → 0.3.4
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/community.json +11 -0
- package/package.json +1 -1
package/community.json
CHANGED
|
@@ -30,6 +30,17 @@
|
|
|
30
30
|
"repo": "https://github.com/huiliyi37/dsh-tianshu-tui",
|
|
31
31
|
"category": "ui"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"id": "dsh-context",
|
|
35
|
+
"name": "上下文可视化",
|
|
36
|
+
"nameEn": "Context Visualizer",
|
|
37
|
+
"author": "bowenliang123",
|
|
38
|
+
"description": "一站式 DeepSeek Harness 上下文洞察与可视化插件:Context 面板与浏览器加 /context 命令,透视上下文构成、历史演进与压缩/剪枝等事件,并展示消息与图片的 token 占用。",
|
|
39
|
+
"descriptionEn": "A one-stop DeepSeek Harness context insight and visualization plugin: a Context dashboard and browser plus /context command that reveal composition, history evolution, compaction/prune events, and token cost per message and image.",
|
|
40
|
+
"repo": "https://github.com/bowenliang123/dsh-context",
|
|
41
|
+
"npm": "dsh-context",
|
|
42
|
+
"category": "tools"
|
|
43
|
+
},
|
|
33
44
|
{
|
|
34
45
|
"id": "dsh-builtin-toggles",
|
|
35
46
|
"name": "内置能力检查器",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linxin666/dsh-client-ui-community-plugins",
|
|
3
3
|
"description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|