reasonix 1.17.21 → 1.18.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 +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -139,6 +139,7 @@ For advanced CLI usage and configuration, see the **[CLI reference](./docs/CLI.m
139
139
  - **Getting started:** [Guide](./docs/GUIDE.md) · [CLI reference](./docs/CLI.md) ·
140
140
  [Configuration paths](./docs/CONFIG_PATHS.md) · [ACP editor integration](./docs/ACP.md)
141
141
  - **Features & troubleshooting:** [Subagent profiles](./docs/SUBAGENT_PROFILES.md) ·
142
+ [Context Engine v2](./docs/SESSION_MEMORY_RETRIEVAL.md) ·
142
143
  [Capability diagnostics](./docs/CAPABILITY_DIAGNOSTICS.md) ·
143
144
  [Recovery and Safe Mode](./docs/RECOVERY.md) · [Bot guide](./docs/BOT_GUIDE.md) ·
144
145
  [Checkpoints & rewind](./docs/CHECKPOINTS.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.17.21",
3
+ "version": "1.18.0",
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.21",
33
- "@reasonix/cli-darwin-x64": "1.17.21",
34
- "@reasonix/cli-linux-arm64": "1.17.21",
35
- "@reasonix/cli-linux-x64": "1.17.21",
36
- "@reasonix/cli-win32-arm64": "1.17.21",
37
- "@reasonix/cli-win32-x64": "1.17.21"
32
+ "@reasonix/cli-darwin-arm64": "1.18.0",
33
+ "@reasonix/cli-darwin-x64": "1.18.0",
34
+ "@reasonix/cli-linux-arm64": "1.18.0",
35
+ "@reasonix/cli-linux-x64": "1.18.0",
36
+ "@reasonix/cli-win32-arm64": "1.18.0",
37
+ "@reasonix/cli-win32-x64": "1.18.0"
38
38
  }
39
39
  }