tui: add /timeline command to quickly navigate to specific messages in session history
This commit is contained in:
parent
f5ca78ed7b
commit
3f02eecf22
1 changed files with 5 additions and 0 deletions
|
|
@ -229,6 +229,11 @@ export function Autocomplete(props: {
|
||||||
description: "rename session",
|
description: "rename session",
|
||||||
onSelect: () => command.trigger("session.rename"),
|
onSelect: () => command.trigger("session.rename"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
display: "/timeline",
|
||||||
|
description: "jump to message",
|
||||||
|
onSelect: () => command.trigger("session.timeline"),
|
||||||
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
results.push(
|
results.push(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue