reasonix 1.19.2 → 1.19.3

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 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -141,7 +141,7 @@ For advanced CLI usage and configuration, see the **[CLI reference](./docs/CLI.m
141
141
  - **Features & troubleshooting:** [Subagent profiles](./docs/SUBAGENT_PROFILES.md) ·
142
142
  [Context Engine v2](./docs/SESSION_MEMORY_RETRIEVAL.md) ·
143
143
  [Capability diagnostics](./docs/CAPABILITY_DIAGNOSTICS.md) ·
144
- [Recovery and Safe Mode](./docs/RECOVERY.md) · [Bot guide](./docs/BOT_GUIDE.md) ·
144
+ [Recovery and updates](./docs/RECOVERY.md) · [Bot guide](./docs/BOT_GUIDE.md) ·
145
145
  [Checkpoints & rewind](./docs/CHECKPOINTS.md)
146
146
  - **Engineering & migration:** [Spec](./docs/SPEC.md) ·
147
147
  [Task contracts & pause policy](./docs/TASK_CONTRACT.md) ·
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
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.19.2",
33
- "@reasonix/cli-darwin-x64": "1.19.2",
34
- "@reasonix/cli-linux-arm64": "1.19.2",
35
- "@reasonix/cli-linux-x64": "1.19.2",
36
- "@reasonix/cli-win32-arm64": "1.19.2",
37
- "@reasonix/cli-win32-x64": "1.19.2"
32
+ "@reasonix/cli-darwin-arm64": "1.19.3",
33
+ "@reasonix/cli-darwin-x64": "1.19.3",
34
+ "@reasonix/cli-linux-arm64": "1.19.3",
35
+ "@reasonix/cli-linux-x64": "1.19.3",
36
+ "@reasonix/cli-win32-arm64": "1.19.3",
37
+ "@reasonix/cli-win32-x64": "1.19.3"
38
38
  },
39
- "reasonixCandidateSha": "c46e3af1c2732fe2b3dedb0bd47eb39a629357d2"
39
+ "reasonixCandidateSha": "15d335b86b311147442a2f5448daf9594205caa0"
40
40
  }