[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:
@@ -220,6 +220,13 @@ export default {
|
||||
abort: '停止当前 Bridge 运行',
|
||||
queue: '把消息加入当前运行后的队列',
|
||||
plan: '生成一份 Markdown 实施计划',
|
||||
goal: '设置一个跨轮次持续推进的目标',
|
||||
goalStatus: '查看当前目标状态',
|
||||
goalPause: '暂停当前目标循环',
|
||||
goalResume: '继续已暂停的目标循环',
|
||||
goalDone: '完成并清除当前目标',
|
||||
goalClear: '清除当前目标',
|
||||
subgoal: '为当前目标追加验收条件',
|
||||
clear: '清空当前显示内容',
|
||||
clearHistory: '删除当前会话已入库的消息历史',
|
||||
title: '重命名当前会话',
|
||||
|
||||
Reference in New Issue
Block a user