@noirhare/dsh-bundle 0.1.7 → 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 -6
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -55,12 +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
-
64
58
  # @noirhare/dsh-agent-presets-roots
65
59
  - id: agent-presets
66
60
  inject:
@@ -74,6 +68,13 @@
74
68
  disabled: true
75
69
 
76
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
77
78
  # @noirhare/dsh-agent-presets-roots
78
79
  - id: "@noirhare/dsh-agent-presets-roots"
79
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.7",
3
+ "version": "0.1.9",
4
4
  "license": "MIT",
5
5
  "author": "NoirHare",
6
6
  "repository": {