-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "dsh-session-title-cold",
"version": "1.0.0",
"description": "冷会话标题回填:把持久化日志里的 session/title 事件折叠进 projection 缓存,让 session.list 的 projections 带上真实标题——侧边栏会话列表不再全部显示工作区目录名(dsh)。",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"cordis.patch.yml",
"README.md"
],
"license": "MIT",
"keywords": [
"dsh-plugin",
"deepseek-harness",
"session",
"title",
"projection",
"sidebar",
"cordis"
],
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"peerDependencies": {
"@deepseek-ai/cordis": "^4.0.1"
},
"engines": {
"node": ">=18"
}
}