[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