chore: generate
This commit is contained in:
parent
c5fb6281f0
commit
577139c626
12 changed files with 693 additions and 549 deletions
|
|
@ -96,7 +96,9 @@ const asks = () => {
|
|||
next: {
|
||||
...ctx,
|
||||
ask: (req: Omit<Permission.Request, "id" | "sessionID" | "tool">) =>
|
||||
Effect.sync(() => { items.push(req) }),
|
||||
Effect.sync(() => {
|
||||
items.push(req)
|
||||
}),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue