@noirhare/dsh-bundle 0.1.11 → 0.1.13

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.
Files changed (2) hide show
  1. package/cordis.patch.yml +11 -4
  2. package/package.json +4 -2
package/cordis.patch.yml CHANGED
@@ -47,10 +47,6 @@
47
47
  - id: tool-todo
48
48
  disabled: false
49
49
 
50
- # Enable ask
51
- - id: tool-ask-user
52
- name: "@deepseek-ai/dsh-tool-ask-user"
53
-
54
50
  # Enable web
55
51
  - id: tool-web
56
52
  disabled: false
@@ -79,14 +75,25 @@
79
75
  default: chat
80
76
  roots: !!js ctx.agentPresetsRoots
81
77
  includeShippedRoot: false
78
+ # @noirhare/dsh-client-ui-directory-picker-browse
79
+ - id: directory-picker
80
+ disabled: true
82
81
  # @noirhare/dsh-host-webserver
83
82
  - id: webserver
84
83
  disabled: true
85
84
 
86
85
  - insert:
86
+ # Enable ask
87
+ - id: tool-ask-user
88
+ name: "@deepseek-ai/dsh-tool-ask-user"
87
89
  # @noirhare/dsh-agent-presets-roots
88
90
  - id: "@noirhare/dsh-agent-presets-roots"
89
91
  name: "@noirhare/dsh-agent-presets-roots"
92
+ # @noirhare/dsh-client-ui-directory-picker-browse
93
+ - id: "@noirhare/dsh-directory-picker-browse-host"
94
+ name: "@noirhare/dsh-directory-picker-browse-host"
95
+ - id: "@noirhare/dsh-directory-picker-browse-client"
96
+ name: "@noirhare/dsh-directory-picker-browse-client"
90
97
  # @noirhare/dsh-host-webserver
91
98
  - id: "@noirhare/dsh-host-webserver"
92
99
  name: "@noirhare/dsh-host-webserver"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noirhare/dsh-bundle",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "license": "MIT",
5
5
  "author": "NoirHare",
6
6
  "repository": {
@@ -18,7 +18,9 @@
18
18
  "@noirhare/dsh-agent-presets-roots": "^0.1.5",
19
19
  "@noirhare/dsh-host-webserver": "^0.1.1",
20
20
  "@noirhare/dsh-ui-notification": "^0.1.1",
21
- "@noirhare/dsh-web-search-tavily": "^0.1.2"
21
+ "@noirhare/dsh-web-search-tavily": "^0.1.2",
22
+ "@noirhare/dsh-directory-picker-browse-client": "^0.1.0",
23
+ "@noirhare/dsh-directory-picker-browse-host": "^0.1.0"
22
24
  },
23
25
  "dsh": {
24
26
  "bundle": {