Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to the Go line (Reasonix 1.0+) are recorded here. The legacy
`0.x` TypeScript history lives on the [`v1`](https://github.com/esengine/DeepSeek-Reasonix/tree/v1)
branch.

## [1.8.0] — 2026-06-15

### Added

- (Your additions here)

### Fixed

- (Your fixes here)

### Changed

- (Your changes here)

[1.8.0]: https://github.com/esengine/DeepSeek-Reasonix/releases/tag/v1.8.0

## [1.0.0] — 2026-06-03

First stable release — a **ground-up rewrite in Go**. Not an upgrade of the `0.x`
Expand Down
14 changes: 7 additions & 7 deletions npm/reasonix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reasonix",
"version": "0.0.0",
"version": "1.8.0",
"description": "Cache-first DeepSeek coding agent for the terminal.",
"bin": {
"reasonix": "bin/reasonix.js"
Expand Down Expand Up @@ -29,11 +29,11 @@
"tui"
],
"optionalDependencies": {
"@reasonix/cli-darwin-arm64": "0.0.0",
"@reasonix/cli-darwin-x64": "0.0.0",
"@reasonix/cli-linux-arm64": "0.0.0",
"@reasonix/cli-linux-x64": "0.0.0",
"@reasonix/cli-win32-arm64": "0.0.0",
"@reasonix/cli-win32-x64": "0.0.0"
"@reasonix/cli-darwin-arm64": "1.8.0",
"@reasonix/cli-darwin-x64": "1.8.0",
"@reasonix/cli-linux-arm64": "1.8.0",
"@reasonix/cli-linux-x64": "1.8.0",
"@reasonix/cli-win32-arm64": "1.8.0",
"@reasonix/cli-win32-x64": "1.8.0"
}
}