@noirhare/dsh-bundle 0.1.4 → 0.1.6

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 +6 -2
  2. package/package.json +2 -2
package/cordis.patch.yml CHANGED
@@ -27,6 +27,10 @@
27
27
  sandbox: danger-full-access
28
28
  approval: never
29
29
 
30
+ # Configure web
31
+ - id: web
32
+ config:
33
+
30
34
  # Enable compaction
31
35
  - id: compaction-basic
32
36
  disabled: false
@@ -62,11 +66,11 @@
62
66
  inject:
63
67
  - agentPresetsRoots
64
68
  config:
65
- default: web
69
+ default: chat
66
70
  roots: !!js ctx.agentPresetsRoots
67
71
  includeShippedRoot: false
68
72
  # @noirhare/dsh-host-webserver
69
- - id: "webserver"
73
+ - id: webserver
70
74
  disabled: true
71
75
 
72
76
  - insert:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noirhare/dsh-bundle",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "license": "MIT",
5
5
  "author": "NoirHare",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "cordis.patch.yml"
16
16
  ],
17
17
  "dependencies": {
18
- "@noirhare/dsh-agent-presets-roots": "^0.1.3",
18
+ "@noirhare/dsh-agent-presets-roots": "^0.1.4",
19
19
  "@noirhare/dsh-host-webserver": "^0.1.0",
20
20
  "@noirhare/dsh-ui-notification": "^0.1.0",
21
21
  "@noirhare/dsh-web-search-tavily": "^0.1.0"