tui: add /timeline command to quickly navigate to specific messages in session history

This commit is contained in:
Dax Raad
2025-11-02 13:26:58 -05:00
committed by opencode
parent f5ca78ed7b
commit 3f02eecf22

View File

@@ -229,6 +229,11 @@ export function Autocomplete(props: {
description: "rename session",
onSelect: () => command.trigger("session.rename"),
},
{
display: "/timeline",
description: "jump to message",
onSelect: () => command.trigger("session.timeline"),
},
)
}
results.push(