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
This commit is contained in:
parent
55dd7fbba1
commit
b920b6315c
|
|
@ -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
|
||||
|
||||
### 新功能
|
||||
|
|
|
|||
|
|
@ -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 <claude-code-best@proton.me>",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
export function getMacroDefines(): Record<string, string> {
|
||||
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(""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user