@noirhare/dsh-bundle 0.1.8 → 0.1.9

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 +7 -7
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -55,13 +55,6 @@
55
55
  - id: tool-web
56
56
  disabled: false
57
57
 
58
- # persona
59
- - id: persona
60
- name: "@deepseek-ai/dsh-persona"
61
- config:
62
- prefix: Your working directory is {{cwd}}.
63
- suffix: All interactions with users are conducted in Chinese.
64
-
65
58
  # @noirhare/dsh-agent-presets-roots
66
59
  - id: agent-presets
67
60
  inject:
@@ -75,6 +68,13 @@
75
68
  disabled: true
76
69
 
77
70
  - insert:
71
+ # persona
72
+ - id: persona
73
+ name: "@deepseek-ai/dsh-persona"
74
+ config:
75
+ prefix: Your working directory is {{cwd}}.
76
+ suffix: All interactions with users are conducted in Chinese.
77
+ includeRuntimeContext: false
78
78
  # @noirhare/dsh-agent-presets-roots
79
79
  - id: "@noirhare/dsh-agent-presets-roots"
80
80
  name: "@noirhare/dsh-agent-presets-roots"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noirhare/dsh-bundle",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "license": "MIT",
5
5
  "author": "NoirHare",
6
6
  "repository": {