reasonix 1.17.9 → 1.17.11

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 +5 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -127,6 +127,11 @@ commands, `@` references, and two-model setup are all in the
127
127
 
128
128
  - **[Guide](./docs/GUIDE.md)** — configuration, permissions & sandbox, plugins
129
129
  (MCP), slash commands, `@` references, two-model collaboration.
130
+ - **[Subagent profiles](./docs/SUBAGENT_PROFILES.md)** — create, share, preview,
131
+ run, edit, and safely delete isolated agent profiles from desktop or CLI.
132
+ - **[Capability diagnostics](./docs/CAPABILITY_DIAGNOSTICS.md)** —
133
+ `reasonix doctor capabilities`, desktop Settings → Diagnostics, and the
134
+ `/reasonix-guide` skill for skills/hooks/MCP/plugin troubleshooting.
130
135
  - **[Bot guide](./docs/BOT_GUIDE.md)** — connect Feishu, Lark, and WeChat bots
131
136
  from the desktop app, then use approvals, YOLO, and commands from IM.
132
137
  - **[Spec](./docs/SPEC.md)** — engineering contract: architecture, registries,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.17.9",
3
+ "version": "1.17.11",
4
4
  "description": "Cache-first DeepSeek coding agent for the terminal.",
5
5
  "bin": {
6
6
  "reasonix": "bin/reasonix.js"
@@ -29,11 +29,11 @@
29
29
  "tui"
30
30
  ],
31
31
  "optionalDependencies": {
32
- "@reasonix/cli-darwin-arm64": "1.17.9",
33
- "@reasonix/cli-darwin-x64": "1.17.9",
34
- "@reasonix/cli-linux-arm64": "1.17.9",
35
- "@reasonix/cli-linux-x64": "1.17.9",
36
- "@reasonix/cli-win32-arm64": "1.17.9",
37
- "@reasonix/cli-win32-x64": "1.17.9"
32
+ "@reasonix/cli-darwin-arm64": "1.17.11",
33
+ "@reasonix/cli-darwin-x64": "1.17.11",
34
+ "@reasonix/cli-linux-arm64": "1.17.11",
35
+ "@reasonix/cli-linux-x64": "1.17.11",
36
+ "@reasonix/cli-win32-arm64": "1.17.11",
37
+ "@reasonix/cli-win32-x64": "1.17.11"
38
38
  }
39
39
  }