iterate-plugin 2.9.4 → 2.10.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iterate-plugin",
3
- "version": "2.9.4",
3
+ "version": "2.10.0",
4
4
  "description": "dsh plugin that turns the iterate skill into an autonomous closed-loop harness: plan -> parallel review xN -> atomic fixes -> validate -> loop -> auto-stop, plus a dry-run pure-review mode with multi-round convergence and a meta-review that audits the report and emits a final review report.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -61,11 +61,11 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@deepseek-ai/cordis": "4.0.1",
64
- "@deepseek-ai/dsh-tools": "0.1.0-rc.8",
64
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.1",
65
65
  "js-yaml": "4.3.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@deepseek-ai/dsh-session": "0.1.0-rc.8",
68
+ "@deepseek-ai/dsh-session": "0.1.1-rc.1",
69
69
  "@types/js-yaml": "4.0.9",
70
70
  "@types/node": "22.15.0",
71
71
  "@types/react": "19.2.2",