reasonix 1.17.8 → 1.17.10

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 +13 -14
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -169,20 +169,19 @@ If Reasonix has been useful and you'd like to say thanks, you can. It stays a co
169
169
 
170
170
  ## Acknowledgments
171
171
 
172
- A small list of folks whose work has shaped Reasonix the most — measured
173
- by both commit count and code volume. **Listed alphabetically, no ordering
174
- of importance.** The full contributor graph is on
175
- [GitHub](https://github.com/esengine/DeepSeek-Reasonix/graphs/contributors).
176
-
177
- - [**ctharvey**](https://github.com/ctharvey)
178
- - [**dimasd-angga**](https://github.com/dimasd-angga) (Dimas D. Angga)
179
- - [**Evan-Pycraft**](https://github.com/Evan-Pycraft)
180
- - [**ForeverYoungPp**](https://github.com/ForeverYoungPp)
181
- - [**GTC2080**](https://github.com/GTC2080) (TaoMu)
182
- - [**kabaka9527**](https://github.com/kabaka9527)
183
- - [**lisniuse**](https://github.com/lisniuse) (Richie)
184
- - [**wade19990814-hue**](https://github.com/wade19990814-hue)
185
- - [**wviana**](https://github.com/wviana) (Wesley Viana)
172
+ A small list of folks whose work has shaped Reasonix the most — the current top
173
+ 20 contributors by commit count. The full contributor graph is on
174
+ [GitHub](https://github.com/esengine/DeepSeek-Reasonix/graphs/contributors?all=1).
175
+
176
+ <!-- reasonix-top-contributors:start -->
177
+ | Contributor | Contributor | Contributor | Contributor |
178
+ | --- | --- | --- | --- |
179
+ | [**SivanCola**](https://github.com/SivanCola) | [**esengine**](https://github.com/esengine) | [**ttmouse**](https://github.com/ttmouse) | [**lifu963**](https://github.com/lifu963) |
180
+ | **reasonix** (anonymous) | [**HUQIANTAO**](https://github.com/HUQIANTAO) | [**GTC2080**](https://github.com/GTC2080) | [**light-front-theory**](https://github.com/light-front-theory) |
181
+ | **merge-order-check** (anonymous) | [**Li-Charles-One**](https://github.com/Li-Charles-One) | [**eghrhegpe**](https://github.com/eghrhegpe) | **wufengfan** (anonymous) |
182
+ | [**CVEngineer66**](https://github.com/CVEngineer66) | [**dependabot\[bot\]**](https://github.com/apps/dependabot) | [**lanshi17**](https://github.com/lanshi17) | [**SuMuxi66**](https://github.com/SuMuxi66) |
183
+ | [**CnsMaple**](https://github.com/CnsMaple) | [**cyq1017**](https://github.com/cyq1017) | [**JesonChou**](https://github.com/JesonChou) | [**XTLine**](https://github.com/XTLine) |
184
+ <!-- reasonix-top-contributors:end -->
186
185
 
187
186
  Also a separate thank-you to [**Bernardxu123**](https://github.com/Bernardxu123)
188
187
  for designing the project logo, and to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reasonix",
3
- "version": "1.17.8",
3
+ "version": "1.17.10",
4
4
  "description": "Cache-first DeepSeek coding agent for the terminal.",
5
5
  "bin": {
6
6
  "reasonix": "bin/reasonix.js"
@@ -29,11 +29,11 @@
29
29
  "tui"
30
30
  ],
31
31
  "optionalDependencies": {
32
- "@reasonix/cli-darwin-arm64": "1.17.8",
33
- "@reasonix/cli-darwin-x64": "1.17.8",
34
- "@reasonix/cli-linux-arm64": "1.17.8",
35
- "@reasonix/cli-linux-x64": "1.17.8",
36
- "@reasonix/cli-win32-arm64": "1.17.8",
37
- "@reasonix/cli-win32-x64": "1.17.8"
32
+ "@reasonix/cli-darwin-arm64": "1.17.10",
33
+ "@reasonix/cli-darwin-x64": "1.17.10",
34
+ "@reasonix/cli-linux-arm64": "1.17.10",
35
+ "@reasonix/cli-linux-x64": "1.17.10",
36
+ "@reasonix/cli-win32-arm64": "1.17.10",
37
+ "@reasonix/cli-win32-x64": "1.17.10"
38
38
  }
39
39
  }