# Release version 0.6.5

Bug fixes for terminal stability — fixed run button state synchronization and UUID generation in non-secure contexts.

- fix: sync run button state with terminal process via centralized exit tracking.
- fix: use randomUUID fallback for non-secure contexts in terminal-context.
-----------------------------
# 发布版本 0.6.5

终端稳定性修复 — 修复了运行按钮状态同步问题及非安全上下文中的 UUID 生成问题。

- 修复:通过集中式退出追踪机制同步运行按钮与终端进程状态;
- 修复:在非安全上下文中为 terminal-context 添加 randomUUID 回退方案。
This commit is contained in:
xintaofei
2026-04-02 19:35:35 +08:00
parent 4f394ea521
commit e87f930ec1
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "codeg"
version = "0.6.4"
version = "0.6.5"
description = "Agent Code Generation App"
authors = ["feitao"]
edition = "2021"