reasonix 1.21.2 → 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.
Files changed (2) hide show
  1. package/README.md +11 -8
  2. 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="640"/>
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
- <h3 align="center">A DeepSeek-native AI coding agent for your terminal.</h3>
43
- <p align="center">A config- and plugin-driven harness a single static Go binary, tuned around DeepSeek's prefix cache so token costs stay low across long sessions.</p>
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** (anonymous) | [**HUQIANTAO**](https://github.com/HUQIANTAO) | [**GTC2080**](https://github.com/GTC2080) | [**light-front-theory**](https://github.com/light-front-theory) |
186
- | **merge-order-check** (anonymous) | [**Li-Charles-One**](https://github.com/Li-Charles-One) | [**eghrhegpe**](https://github.com/eghrhegpe) | **wufengfan** (anonymous) |
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
- Also a separate thank-you to [**Bernardxu123**](https://github.com/Bernardxu123)
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.2",
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.2",
33
- "@reasonix/cli-darwin-x64": "1.21.2",
34
- "@reasonix/cli-linux-arm64": "1.21.2",
35
- "@reasonix/cli-linux-x64": "1.21.2",
36
- "@reasonix/cli-win32-arm64": "1.21.2",
37
- "@reasonix/cli-win32-x64": "1.21.2"
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": "fda4b7a857e012a3a248de8a8ac790452935bad7"
39
+ "reasonixCandidateSha": "7d6efda12ad107ede45effd3c37a003f9d27901d"
40
40
  }