feat: surface codex hook lifecycle progress

This commit is contained in:
AI Bot
2026-06-01 18:48:45 +08:00
parent 32a9c9a26a
commit b0a778ee68
9 changed files with 163 additions and 6 deletions

View File

@@ -1623,6 +1623,8 @@ public final class BossUi {
label = "图片 " + name;
} else if ("image_generation".equals(kind)) {
label = "图像生成 " + name;
} else if ("hook".equals(kind)) {
label = "钩子 " + name;
} else if ("review".equals(kind)) {
label = "Review " + name;
} else if ("command".equals(kind)) {