From 3d223872d7191a9ad031a402e7f2d1ecabf72f27 Mon Sep 17 00:00:00 2001 From: snowflake-xia Date: Mon, 15 Jun 2026 21:44:43 +0800 Subject: [PATCH] chore: bump CLI version to 1.8.0 Update npm package version and CHANGELOG for the 1.8.0 release. --- CHANGELOG.md | 16 ++++++++++++++++ npm/reasonix/package.json | 14 +++++++------- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a6b097f..4e2b9945c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/npm/reasonix/package.json b/npm/reasonix/package.json index eec030f82..fb31bcd72 100644 --- a/npm/reasonix/package.json +++ b/npm/reasonix/package.json @@ -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" @@ -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" } }