mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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",
|
||||
onSelect: () => command.trigger("session.rename"),
|
||||
},
|
||||
{
|
||||
display: "/timeline",
|
||||
description: "jump to message",
|
||||
onSelect: () => command.trigger("session.timeline"),
|
||||
},
|
||||
)
|
||||
}
|
||||
results.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue