mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-15 21:11:08 +02:00
fix codex unresponsive
This commit is contained in:
parent
f2b5c6b1ab
commit
e6ff631191
8 changed files with 135 additions and 10 deletions
|
|
@ -53,6 +53,11 @@ export const CodeRunEvent = z.discriminatedUnion("type", [
|
|||
priority: z.string().optional(),
|
||||
})),
|
||||
}),
|
||||
z.object({
|
||||
type: z.literal("usage"),
|
||||
used: z.number().nonnegative(),
|
||||
size: z.number().positive(),
|
||||
}),
|
||||
z.object({
|
||||
type: z.literal("permission"),
|
||||
ask: PermissionAsk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue