reasonix 1.20.0 → 1.21.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.
- package/README.md +2 -1
- 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
|
|
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.
|
|
3
|
+
"version": "1.21.0",
|
|
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.
|
|
33
|
-
"@reasonix/cli-darwin-x64": "1.
|
|
34
|
-
"@reasonix/cli-linux-arm64": "1.
|
|
35
|
-
"@reasonix/cli-linux-x64": "1.
|
|
36
|
-
"@reasonix/cli-win32-arm64": "1.
|
|
37
|
-
"@reasonix/cli-win32-x64": "1.
|
|
32
|
+
"@reasonix/cli-darwin-arm64": "1.21.0",
|
|
33
|
+
"@reasonix/cli-darwin-x64": "1.21.0",
|
|
34
|
+
"@reasonix/cli-linux-arm64": "1.21.0",
|
|
35
|
+
"@reasonix/cli-linux-x64": "1.21.0",
|
|
36
|
+
"@reasonix/cli-win32-arm64": "1.21.0",
|
|
37
|
+
"@reasonix/cli-win32-x64": "1.21.0"
|
|
38
38
|
},
|
|
39
|
-
"reasonixCandidateSha": "
|
|
39
|
+
"reasonixCandidateSha": "3f7dbfff0c01a2ae878c78bbcf7c02f06e1c20de"
|
|
40
40
|
}
|