reasonix 1.38.7 → 1.38.8

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 +8 -8
package/README.md CHANGED
@@ -176,6 +176,7 @@ For advanced CLI usage and configuration, see the **[CLI reference](./docs/CLI.m
176
176
  [Configuration paths](./docs/CONFIG_PATHS.md) · [ACP editor integration](./docs/ACP.md)
177
177
  - **Features & troubleshooting:** [Subagent profiles](./docs/SUBAGENT_PROFILES.md) ·
178
178
  [Context Engine v2](./docs/SESSION_MEMORY_RETRIEVAL.md) ·
179
+ [File deliverables and the `present` tool](./docs/PRESENT_TOOL.md) ·
179
180
  [Capability diagnostics](./docs/CAPABILITY_DIAGNOSTICS.md) ·
180
181
  [Recovery and updates](./docs/RECOVERY.md) · [Bot guide](./docs/BOT_GUIDE.md) ·
181
182
  [Checkpoints & rewind](./docs/CHECKPOINTS.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.38.7",
3
+ "version": "1.38.8",
4
4
  "description": "Cache-first DeepSeek coding agent for the terminal.",
5
5
  "bin": {
6
6
  "reasonix": "bin/reasonix.js"
@@ -29,12 +29,12 @@
29
29
  "tui"
30
30
  ],
31
31
  "optionalDependencies": {
32
- "@reasonix/cli-darwin-arm64": "1.38.7",
33
- "@reasonix/cli-darwin-x64": "1.38.7",
34
- "@reasonix/cli-linux-arm64": "1.38.7",
35
- "@reasonix/cli-linux-x64": "1.38.7",
36
- "@reasonix/cli-win32-arm64": "1.38.7",
37
- "@reasonix/cli-win32-x64": "1.38.7"
32
+ "@reasonix/cli-darwin-arm64": "1.38.8",
33
+ "@reasonix/cli-darwin-x64": "1.38.8",
34
+ "@reasonix/cli-linux-arm64": "1.38.8",
35
+ "@reasonix/cli-linux-x64": "1.38.8",
36
+ "@reasonix/cli-win32-arm64": "1.38.8",
37
+ "@reasonix/cli-win32-x64": "1.38.8"
38
38
  },
39
- "reasonixCandidateSha": "036c7c50c5c154f747419aee6b75667f9044c8fa"
39
+ "reasonixCandidateSha": "7278072720a2dc7a31cce0eec18c1eacc149c0e0"
40
40
  }