Skip to content

Commit fc05b4c

Browse files
committed
Replace spawn microtask-per-event model with frame-based scheduler at ~30 FPS
1 parent 127a990 commit fc05b4c

2 files changed

Lines changed: 417 additions & 77 deletions

File tree

spawn/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ export function registerSpawnTool(
402402
promptSnippet: SPAWN_PROMPT_SNIPPET,
403403
promptGuidelines: SPAWN_PROMPT_GUIDELINES,
404404
parameters: SPAWN_PARAMETERS,
405+
renderShell: "self",
405406

406407
async execute(
407408
_toolCallId: string,

0 commit comments

Comments
 (0)