dsh-custom-mode 0.1.6-alpha.2 → 1.0.0

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,8 +33,8 @@ So:
33
33
 
34
34
  - `@deepseek-ai/dsh` `>=0.1.2-alpha.1` (declared as an *optional* peer: this package never imports it,
35
35
  it only reads the host services dsh injects)
36
- - The version mirrors **the DSH release this plugin was adapted to** (`0.1.6-alpha.1`). It is not
37
- bumped per change; see the repository README's "Versioning" section.
36
+ - The version is this package's own line (`1.0.0`, `1.0.1`, …). Which DSH it supports is declared in
37
+ `engines.dsh` and the peer range above; see the repository README's "Versioning" section.
38
38
  - Source is published as-is: **no build step, no dependencies** beyond Node's standard library.
39
39
 
40
40
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-custom-mode",
3
- "version": "0.1.6-alpha.2",
3
+ "version": "1.0.0",
4
4
  "description": "Settings page for the dsh-custom-mode agent preset: base-mode switching, per-row plugin switches, an editable system prompt, and mode renaming. Follows the DSH version.",
5
5
  "license": "MIT",
6
6
  "type": "module",