# Release version 0.7.2
- feat(chat): show skills list on $ trigger for Codex instead of experts. - fix(chat): restore ~/.agents/skills/ as additional Codex skill dir. - fix(chat): support mid-text slash trigger and keyboard scroll in autocomplete. - fix(chat): stop plan in-progress spinner when agent is not streaming. ----------------------------- # 发布版本 0.7.2 - 新增(聊天):Codex 输入 $ 时显示技能列表,替代原有的专家列表; - 修复(聊天):恢复 ~/.agents/skills/ 作为 Codex 额外的技能目录; - 修复(聊天):支持在文本中间触发斜杠命令,自动补全支持键盘滚动; - 修复(聊天):当 agent 未在流式响应时停止 plan 进行中的 spinner。
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "codeg"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
description = "Agent Code Generation App"
|
||||
authors = ["feitao"]
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user