[codex] integrate goal command workflow (#1025)

* feat: integrate goal command workflow

* fix: keep goal done visible

* fix: add goal done slash command

* fix: promote queued message on run start
This commit is contained in:
ekko
2026-05-25 19:26:23 +08:00
committed by GitHub
parent 0eab6a1125
commit badb17cf8e
30 changed files with 1535 additions and 85 deletions
@@ -219,6 +219,13 @@ export default {
abort: '停止目前 Bridge 執行',
queue: '將訊息加入目前執行後的佇列',
plan: '產生一份 Markdown 實作計畫',
goal: '設定一個跨輪次持續推進的目標',
goalStatus: '查看目前目標狀態',
goalPause: '暫停目前目標循環',
goalResume: '繼續已暫停的目標循環',
goalDone: '完成並清除目前目標',
goalClear: '清除目前目標',
subgoal: '為目前目標追加驗收條件',
clear: '清空目前顯示內容',
clearHistory: '刪除目前會話已儲存的訊息歷史',
title: '重新命名目前會話',