reasonix 1.21.3 → 1.21.4
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 +11 -8
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/logo.svg" alt="Reasonix" width="
|
|
2
|
+
<img src="docs/logo-ghost-wave-effect.svg" alt="Reasonix" width="360"/>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -39,8 +39,13 @@
|
|
|
39
39
|
|
|
40
40
|
<br/>
|
|
41
41
|
|
|
42
|
-
<
|
|
43
|
-
<
|
|
42
|
+
<p align="center"><strong>Open source · MIT · a single Go binary</strong></p>
|
|
43
|
+
<h3 align="center">A coding agent you can leave running.</h3>
|
|
44
|
+
<p align="center">One local engine, four ways in — terminal, desktop app, browser, or your editor over ACP. Plan mode, permissions, a workspace sandbox and per-turn checkpoints keep a long autonomous run something you can still read and undo.</p>
|
|
45
|
+
|
|
46
|
+
<div align="center">
|
|
47
|
+
<video src="https://github.com/user-attachments/assets/ab2f3878-e224-4931-8254-060e7695cfb9" controls preload="metadata" width="560"></video>
|
|
48
|
+
</div>
|
|
44
49
|
|
|
45
50
|
<br/>
|
|
46
51
|
|
|
@@ -182,15 +187,13 @@ A small list of folks whose work has shaped Reasonix the most — the current to
|
|
|
182
187
|
| Contributor | Contributor | Contributor | Contributor |
|
|
183
188
|
| --- | --- | --- | --- |
|
|
184
189
|
| [**SivanCola**](https://github.com/SivanCola) | [**esengine**](https://github.com/esengine) | [**ttmouse**](https://github.com/ttmouse) | [**lifu963**](https://github.com/lifu963) |
|
|
185
|
-
| **reasonix**
|
|
186
|
-
| **merge-order-check**
|
|
190
|
+
| **reasonix** | [**HUQIANTAO**](https://github.com/HUQIANTAO) | [**GTC2080**](https://github.com/GTC2080) | [**light-front-theory**](https://github.com/light-front-theory) |
|
|
191
|
+
| **merge-order-check** | [**Li-Charles-One**](https://github.com/Li-Charles-One) | [**eghrhegpe**](https://github.com/eghrhegpe) | **wufengfan** |
|
|
187
192
|
| [**CVEngineer66**](https://github.com/CVEngineer66) | [**dependabot\[bot\]**](https://github.com/apps/dependabot) | [**lanshi17**](https://github.com/lanshi17) | [**SuMuxi66**](https://github.com/SuMuxi66) |
|
|
188
193
|
| [**CnsMaple**](https://github.com/CnsMaple) | [**cyq1017**](https://github.com/cyq1017) | [**JesonChou**](https://github.com/JesonChou) | [**XTLine**](https://github.com/XTLine) |
|
|
189
194
|
<!-- reasonix-top-contributors:end -->
|
|
190
195
|
|
|
191
|
-
|
|
192
|
-
for designing the project logo, and to
|
|
193
|
-
[AIGC Link](https://xhslink.com/m/80ngts127cA) for promoting the project on XiaoHongShu.
|
|
196
|
+
Special thanks to [**Bernardxu123**](https://github.com/Bernardxu123) for designing the project logo and intro video.
|
|
194
197
|
|
|
195
198
|
<p align="center">
|
|
196
199
|
<a href="https://github.com/esengine/DeepSeek-Reasonix/graphs/contributors">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reasonix",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.4",
|
|
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.21.
|
|
33
|
-
"@reasonix/cli-darwin-x64": "1.21.
|
|
34
|
-
"@reasonix/cli-linux-arm64": "1.21.
|
|
35
|
-
"@reasonix/cli-linux-x64": "1.21.
|
|
36
|
-
"@reasonix/cli-win32-arm64": "1.21.
|
|
37
|
-
"@reasonix/cli-win32-x64": "1.21.
|
|
32
|
+
"@reasonix/cli-darwin-arm64": "1.21.4",
|
|
33
|
+
"@reasonix/cli-darwin-x64": "1.21.4",
|
|
34
|
+
"@reasonix/cli-linux-arm64": "1.21.4",
|
|
35
|
+
"@reasonix/cli-linux-x64": "1.21.4",
|
|
36
|
+
"@reasonix/cli-win32-arm64": "1.21.4",
|
|
37
|
+
"@reasonix/cli-win32-x64": "1.21.4"
|
|
38
38
|
},
|
|
39
|
-
"reasonixCandidateSha": "
|
|
39
|
+
"reasonixCandidateSha": "7d6efda12ad107ede45effd3c37a003f9d27901d"
|
|
40
40
|
}
|