fix(tui): show background shell completion (#36534)
This commit is contained in:
parent
f112a73c06
commit
c0ed0106b1
5 changed files with 54 additions and 8 deletions
|
|
@ -132,6 +132,8 @@ export const Plugin = {
|
|||
return runtime.session.synthetic({
|
||||
sessionID,
|
||||
text: `<shell id="${callID}" state="${state}" command="${command}">\n${text}\n</shell>`,
|
||||
description: command,
|
||||
metadata: { source: "shell", state },
|
||||
})
|
||||
}),
|
||||
Effect.forkIn(scope, { startImmediately: true }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue