Skip to content

Commit bd4c4ef

Browse files
committed
fix(cli): localize goal guidance after rebase
Keep the standalone visibility branch type-safe after the goal command entered the shared TUI catalog. Generated-by: Maka
1 parent 6e42cd3 commit bd4c4ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/cli/src/tui-primary-guidance.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const TUI_PRIMARY_GUIDANCE = {
3232
compact: '压缩会话上下文',
3333
context: '查看最近一次请求的上下文用量',
3434
exit: '退出 Maka',
35+
goal: '查看或控制自主目标(/goal [pause|resume|clear])',
3536
graph: '查看、启用、停用 Graph 模式,或执行一次 Graph 任务',
3637
help: '查看命令和快捷键',
3738
model: '选择模型',
@@ -77,6 +78,7 @@ const TUI_PRIMARY_GUIDANCE = {
7778
compact: 'Compact session context',
7879
context: 'Show latest request context usage',
7980
exit: 'Exit Maka',
81+
goal: 'Show or control the autonomous goal (/goal [pause|resume|clear])',
8082
graph: 'Show, enable, disable, or run one Graph turn',
8183
help: 'Show commands and keybindings',
8284
model: 'Select model',

0 commit comments

Comments
 (0)