reasonix 1.17.16 → 1.17.17

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 +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -9,6 +9,8 @@
9
9
   · 
10
10
  <a href="./docs/GUIDE.md">Guide</a>
11
11
  &nbsp;·&nbsp;
12
+ <a href="./docs/ACP.md">ACP</a>
13
+ &nbsp;·&nbsp;
12
14
  <a href="./docs/SPEC.md">Spec</a>
13
15
  &nbsp;·&nbsp;
14
16
  <a href="https://esengine.github.io/DeepSeek-Reasonix/">Website</a>
@@ -130,6 +132,8 @@ commands, `@` references, and two-model setup are all in the
130
132
  structured output, resume, permission modes, and searchable pickers.
131
133
  - **[Guide](./docs/GUIDE.md)** — configuration, permissions & sandbox, plugins
132
134
  (MCP), slash commands, `@` references, two-model collaboration.
135
+ - **[ACP editor integration](./docs/ACP.md)** — launch Reasonix from an ACP
136
+ host, manage sessions and configuration, and integrate mid-turn steering.
133
137
  - **[Subagent profiles](./docs/SUBAGENT_PROFILES.md)** — create, share, preview,
134
138
  run, edit, and safely delete isolated agent profiles from desktop or CLI.
135
139
  - **[Capability diagnostics](./docs/CAPABILITY_DIAGNOSTICS.md)** —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.17.16",
3
+ "version": "1.17.17",
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.16",
33
- "@reasonix/cli-darwin-x64": "1.17.16",
34
- "@reasonix/cli-linux-arm64": "1.17.16",
35
- "@reasonix/cli-linux-x64": "1.17.16",
36
- "@reasonix/cli-win32-arm64": "1.17.16",
37
- "@reasonix/cli-win32-x64": "1.17.16"
32
+ "@reasonix/cli-darwin-arm64": "1.17.17",
33
+ "@reasonix/cli-darwin-x64": "1.17.17",
34
+ "@reasonix/cli-linux-arm64": "1.17.17",
35
+ "@reasonix/cli-linux-x64": "1.17.17",
36
+ "@reasonix/cli-win32-arm64": "1.17.17",
37
+ "@reasonix/cli-win32-x64": "1.17.17"
38
38
  }
39
39
  }