@noirhare/dsh-bundle 0.1.12 → 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 +8 -0
  2. package/package.json +4 -2
package/cordis.patch.yml CHANGED
@@ -75,6 +75,9 @@
75
75
  default: chat
76
76
  roots: !!js ctx.agentPresetsRoots
77
77
  includeShippedRoot: false
78
+ # @noirhare/dsh-client-ui-directory-picker-browse
79
+ - id: directory-picker
80
+ disabled: true
78
81
  # @noirhare/dsh-host-webserver
79
82
  - id: webserver
80
83
  disabled: true
@@ -86,6 +89,11 @@
86
89
  # @noirhare/dsh-agent-presets-roots
87
90
  - id: "@noirhare/dsh-agent-presets-roots"
88
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"
89
97
  # @noirhare/dsh-host-webserver
90
98
  - id: "@noirhare/dsh-host-webserver"
91
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.12",
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": {