reasonix 1.17.10 → 1.17.12
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.
- package/README.md +5 -0
- 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.
|
|
3
|
+
"version": "1.17.12",
|
|
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.
|
|
33
|
-
"@reasonix/cli-darwin-x64": "1.17.
|
|
34
|
-
"@reasonix/cli-linux-arm64": "1.17.
|
|
35
|
-
"@reasonix/cli-linux-x64": "1.17.
|
|
36
|
-
"@reasonix/cli-win32-arm64": "1.17.
|
|
37
|
-
"@reasonix/cli-win32-x64": "1.17.
|
|
32
|
+
"@reasonix/cli-darwin-arm64": "1.17.12",
|
|
33
|
+
"@reasonix/cli-darwin-x64": "1.17.12",
|
|
34
|
+
"@reasonix/cli-linux-arm64": "1.17.12",
|
|
35
|
+
"@reasonix/cli-linux-x64": "1.17.12",
|
|
36
|
+
"@reasonix/cli-win32-arm64": "1.17.12",
|
|
37
|
+
"@reasonix/cli-win32-x64": "1.17.12"
|
|
38
38
|
}
|
|
39
39
|
}
|