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.
- package/README.md +13 -14
- 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 —
|
|
173
|
-
by
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
- [**
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
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.
|
|
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.
|
|
33
|
-
"@reasonix/cli-darwin-x64": "1.17.
|
|
34
|
-
"@reasonix/cli-linux-arm64": "1.17.
|
|
35
|
-
"@reasonix/cli-linux-x64": "1.17.
|
|
36
|
-
"@reasonix/cli-win32-arm64": "1.17.
|
|
37
|
-
"@reasonix/cli-win32-x64": "1.17.
|
|
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
|
}
|