@noirhare/dsh-nr-agent-presets 0.0.9 → 0.0.10

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.
@@ -1,9 +1,7 @@
1
1
  - id: persona
2
2
  name: "@deepseek-ai/dsh-persona"
3
3
  config:
4
- suffix: Your working directory is {{cwd}}.
5
- prefix: >-
6
- You are a coding agent.
4
+ prefix: Your working directory is {{cwd}}.
7
5
 
8
6
  - id: tool-todo
9
7
  name: "@deepseek-ai/dsh-tool-todo"
@@ -1,9 +1,7 @@
1
1
  - id: persona
2
2
  name: "@deepseek-ai/dsh-persona"
3
3
  config:
4
- suffix: Your working directory is {{cwd}}.
5
- prefix: >-
6
- You are a coding agent.
4
+ prefix: Your working directory is {{cwd}}.
7
5
 
8
6
  - id: tool-todo
9
7
  name: "@deepseek-ai/dsh-tool-todo"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noirhare/dsh-nr-agent-presets",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "NoirHare",