mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: add /session command to list available sessions
This commit is contained in:
parent
b9a39b816c
commit
9021dd60a1
1 changed files with 5 additions and 0 deletions
|
|
@ -240,6 +240,11 @@ export function Autocomplete(props: {
|
|||
description: "list agents",
|
||||
onSelect: () => command.trigger("agent.list"),
|
||||
},
|
||||
{
|
||||
display: "/session",
|
||||
description: "list sessions",
|
||||
onSelect: () => command.trigger("session.list"),
|
||||
},
|
||||
{
|
||||
display: "/status",
|
||||
description: "show status",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue