From b920b6315c6f5622dd59e397baffba738cab7a79 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Thu, 23 Apr 2026 11:32:41 +0000 Subject: [PATCH] chore: bump version to 4.0.9 and update package info - Rename package to @costrict/csc - Update description to costrict - Add CHANGELOG for v4.0.9 --- CHANGELOG.md | 9 +++++++++ package.json | 6 +++--- scripts/defines.ts | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbb61302..c4871a700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [4.0.9] - 2026-04-23 + +### 变更 + +- **Commands**: 移除 `desktop` 命令及相关注册 +- **UI**: `LogoV2` 强制使用 condensed 模式,跳过 release notes / onboarding 检测 +- **Tips**: 将 desktop app 提示文案更新为 CoStrict Web +- **Package**: 包名改为 `@costrict/csc`,描述更新为 `costrict` + ## [4.0.8] - 2026-04-17 ### 新功能 diff --git a/package.json b/package.json index fe7098c9d..f23431bd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "claude-code-best", - "version": "4.0.8", - "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", + "name": "@costrict/csc", + "version": "4.0.9", + "description": "costrict", "type": "module", "author": "claude-code-best ", "repository": { diff --git a/scripts/defines.ts b/scripts/defines.ts index 78619a072..d923ee2ee 100644 --- a/scripts/defines.ts +++ b/scripts/defines.ts @@ -7,7 +7,7 @@ */ export function getMacroDefines(): Record { return { - "MACRO.VERSION": JSON.stringify("4.0.8"), + "MACRO.VERSION": JSON.stringify("4.0.9"), "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()), "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""), "MACRO.ISSUES_EXPLAINER": JSON.stringify(""),