# 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:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
||||
|
||||
[[package]]
|
||||
name = "codeg"
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"async-trait",
|
||||
|
||||
Reference in New Issue
Block a user