mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
feat: add terminal input hook for extensions
This commit is contained in:
committed by
Mario Zechner
Unverified
parent
6da488a5aa
commit
30fd99bd82
@@ -170,6 +170,7 @@ const noOpUIContext: ExtensionUIContext = {
|
||||
confirm: async () => false,
|
||||
input: async () => undefined,
|
||||
notify: () => {},
|
||||
onTerminalInput: () => () => {},
|
||||
setStatus: () => {},
|
||||
setWorkingMessage: () => {},
|
||||
setWidget: () => {},
|
||||
|
||||
Reference in New Issue
Block a user