[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:
@@ -219,6 +219,13 @@ export default {
|
||||
abort: '実行中の Bridge を停止',
|
||||
queue: '実行中の処理の後ろにメッセージをキュー追加',
|
||||
plan: 'Markdown の実装計画を作成',
|
||||
goal: 'Set a standing goal that continues across turns',
|
||||
goalStatus: 'Show the active goal status',
|
||||
goalPause: 'Pause the active goal loop',
|
||||
goalResume: 'Resume the paused goal loop',
|
||||
goalDone: 'Complete and clear the active goal',
|
||||
goalClear: 'Clear the active goal',
|
||||
subgoal: 'Add a criterion to the active goal',
|
||||
clear: '現在の表示をクリア',
|
||||
clearHistory: 'このセッションの保存済みメッセージ履歴を削除',
|
||||
title: 'このセッション名を変更',
|
||||
|
||||
Reference in New Issue
Block a user