reasonix 1.20.0 → 1.21.1

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 +2 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -63,7 +63,8 @@
63
63
  summary, stale tool output is snipped/pruned before summary compaction, and the
64
64
  built-in tool schema contract is documented for regression review.
65
65
  - **Zero-friction distribution.** `CGO_ENABLED=0` single binary; cross-compile
66
- to six targets with one command. The only dependency is a TOML parser.
66
+ to six targets with one command. The result is a fully self-contained static
67
+ binary — nothing to install on the target machine beyond the binary itself.
67
68
 
68
69
  ## Install
69
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.20.0",
3
+ "version": "1.21.1",
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.20.0",
33
- "@reasonix/cli-darwin-x64": "1.20.0",
34
- "@reasonix/cli-linux-arm64": "1.20.0",
35
- "@reasonix/cli-linux-x64": "1.20.0",
36
- "@reasonix/cli-win32-arm64": "1.20.0",
37
- "@reasonix/cli-win32-x64": "1.20.0"
32
+ "@reasonix/cli-darwin-arm64": "1.21.1",
33
+ "@reasonix/cli-darwin-x64": "1.21.1",
34
+ "@reasonix/cli-linux-arm64": "1.21.1",
35
+ "@reasonix/cli-linux-x64": "1.21.1",
36
+ "@reasonix/cli-win32-arm64": "1.21.1",
37
+ "@reasonix/cli-win32-x64": "1.21.1"
38
38
  },
39
- "reasonixCandidateSha": "260c89709ecb597d46e4c76322f96f8d6d1b573e"
39
+ "reasonixCandidateSha": "2acea4c87308513739921507972d8fd47273ba66"
40
40
  }