tui: add /timeline command to quickly navigate to specific messages in session history
parent
f5ca78ed7b
commit
3f02eecf22
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue