File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.22] - 2026-02-04
9+
10+ ### Added
11+ - 添加状态信息框组件并替换日志输出方式
12+ - 添加交互式引导系统和危险操作确认
13+ - 为命令添加 shell 自动补全功能
14+ - 实现统一的错误处理框架
15+
16+ ### Fixed
17+ - 修正更新完成后的版本验证命令
18+
19+
20+
821## [ Unreleased]
922
1023### Added
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const (
1818 repoOwner = "echoVic"
1919 repoName = "blade-agent-runtime"
2020 installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
21- currentVersion = "0.0.21 "
21+ currentVersion = "0.0.22 "
2222)
2323
2424func updateCmd () * cobra.Command {
You can’t perform that action at this time.
0 commit comments