@sparkelf/dsh-plus 0.2.0-rc.12 → 0.2.0-rc.14
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/cordis.patch.yml +11 -0
- package/package.json +21 -20
package/cordis.patch.yml
CHANGED
|
@@ -6,12 +6,23 @@
|
|
|
6
6
|
trustedHosts: !!js ctx.webRuntime.trustedHosts
|
|
7
7
|
browserAuthentication: disabled
|
|
8
8
|
|
|
9
|
+
# The derived index behind session history search. `first-search` builds it when a
|
|
10
|
+
# search first asks for it rather than delaying every start.
|
|
9
11
|
- id: session-query-sqlite
|
|
10
12
|
config:
|
|
11
13
|
path: !!js dshHomePath('storages/session-query.sqlite')
|
|
12
14
|
openAt: first-search
|
|
13
15
|
|
|
16
|
+
# The model-facing tools over that index: search, trace, and event read. The
|
|
17
|
+
# backend above answers only once something mounts the tools that call it, so a
|
|
18
|
+
# deployment carrying the backend alone has an index nothing asks for.
|
|
19
|
+
- id: session-query-tool
|
|
20
|
+
config:
|
|
21
|
+
searchTimeoutMs: 900000
|
|
22
|
+
|
|
14
23
|
- insert:
|
|
24
|
+
- id: plus-session-query-tool
|
|
25
|
+
name: '@deepseek-ai/dsh-tool-session-query'
|
|
15
26
|
# The sidebar skill center. It reads the loaded skills through `ctx.skills`
|
|
16
27
|
# and registers its row and page into the shell's own slots, so the panel
|
|
17
28
|
# matches the official panels beside it.
|
package/package.json
CHANGED
|
@@ -3,27 +3,28 @@
|
|
|
3
3
|
"dsh-plus": "lib/bin.js"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
+
"@deepseek-ai/dsh-tool-session-query": ">=0.0.1-rc.1",
|
|
6
7
|
"@sparkelf/dsh-client-ui-skill-center": ">=0.2.0-rc.9",
|
|
7
8
|
"@sparkelf/dsh-mobile-bridge": ">=0.2.11",
|
|
8
|
-
"@sparkelf/dsh-patch-better-sidebar-browser-url-seed": ">=0.2.0-rc.
|
|
9
|
-
"@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.
|
|
10
|
-
"@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.
|
|
11
|
-
"@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.
|
|
12
|
-
"@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.
|
|
13
|
-
"@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.
|
|
14
|
-
"@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.
|
|
15
|
-
"@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.
|
|
16
|
-
"@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.
|
|
17
|
-
"@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.
|
|
18
|
-
"@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.
|
|
19
|
-
"@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.
|
|
20
|
-
"@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.
|
|
21
|
-
"@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.
|
|
22
|
-
"@sparkelf/dsh-patch-session-query-unindexable-session": ">=0.2.0-rc.
|
|
23
|
-
"@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.
|
|
24
|
-
"@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.
|
|
25
|
-
"@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.
|
|
26
|
-
"@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.
|
|
9
|
+
"@sparkelf/dsh-patch-better-sidebar-browser-url-seed": ">=0.2.0-rc.14",
|
|
10
|
+
"@sparkelf/dsh-patch-better-sidebar-html-preview-path": ">=0.2.0-rc.14",
|
|
11
|
+
"@sparkelf/dsh-patch-better-sidebar-main-view-session": ">=0.2.0-rc.14",
|
|
12
|
+
"@sparkelf/dsh-patch-better-sidebar-media-path": ">=0.2.0-rc.14",
|
|
13
|
+
"@sparkelf/dsh-patch-browser-auth-mode": ">=0.2.0-rc.14",
|
|
14
|
+
"@sparkelf/dsh-patch-composer-popover-boundaries": ">=0.2.0-rc.14",
|
|
15
|
+
"@sparkelf/dsh-patch-legacy-code-preset": ">=0.2.0-rc.14",
|
|
16
|
+
"@sparkelf/dsh-patch-mobile-journal-generation": ">=0.2.0-rc.14",
|
|
17
|
+
"@sparkelf/dsh-patch-officecli-deliverables": ">=0.2.0-rc.14",
|
|
18
|
+
"@sparkelf/dsh-patch-ptc-mcp-schema-types": ">=0.2.0-rc.14",
|
|
19
|
+
"@sparkelf/dsh-patch-responses-reasoning-status": ">=0.2.0-rc.14",
|
|
20
|
+
"@sparkelf/dsh-patch-session-export-chinese": ">=0.2.0-rc.14",
|
|
21
|
+
"@sparkelf/dsh-patch-session-format-legacy-restart": ">=0.2.0-rc.14",
|
|
22
|
+
"@sparkelf/dsh-patch-session-log-trajectory-toolbar": ">=0.2.0-rc.14",
|
|
23
|
+
"@sparkelf/dsh-patch-session-query-unindexable-session": ">=0.2.0-rc.14",
|
|
24
|
+
"@sparkelf/dsh-patch-subagent-settings-presets": ">=0.2.0-rc.14",
|
|
25
|
+
"@sparkelf/dsh-patch-web-base-path": ">=0.2.0-rc.14",
|
|
26
|
+
"@sparkelf/dsh-patch-workspace-storage-restore": ">=0.2.0-rc.14",
|
|
27
|
+
"@sparkelf/dsh-patch-wsl-native-open": ">=0.2.0-rc.14",
|
|
27
28
|
"@sparkelf/dsh-plugin-backup": ">=0.2.0-rc.8",
|
|
28
29
|
"@sparkelf/dsh-plugin-dataops": ">=0.2.0-rc.8",
|
|
29
30
|
"@sparkelf/dsh-plugin-mcp-credentials": ">=0.2.0-rc.8",
|
|
@@ -185,5 +186,5 @@
|
|
|
185
186
|
},
|
|
186
187
|
"type": "module",
|
|
187
188
|
"types": "lib/types/index.d.ts",
|
|
188
|
-
"version": "0.2.0-rc.
|
|
189
|
+
"version": "0.2.0-rc.14"
|
|
189
190
|
}
|