Skip to content

Commit 2ae2bcc

Browse files
committed
fix(cli): avoid duplicate transcript help entry
Let the slash-command catalog own the /transcript help row and keep the keybindings section limited to actual keybindings. Generated-by: Codex
1 parent 7b07eb2 commit 2ae2bcc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/pi-tui-runner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,6 @@ export async function runMakaPiTui(input: MakaPiTuiInput): Promise<void> {
20532053
const keybindings = [
20542054
' Ctrl+O — expand or collapse all tool output',
20552055
' Ctrl+T — expand or collapse the latest thinking block',
2056-
' /transcript — browse the full transcript inside Maka',
20572056
' Scroll the live transcript with your terminal or trackpad',
20582057
' Enter (during a turn) — steer: inject a message into the running turn',
20592058
' Alt+Enter (during a turn) — queue a message for the next turn',

0 commit comments

Comments
 (0)