fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749)

This commit is contained in:
eytans
2026-02-13 13:25:47 +02:00
committed by GitHub
parent f991a6c0b6
commit e242fe19e4
2 changed files with 44 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ export function createPromptSubmit(input: PromptSubmitInput) {
const send = async () => {
const ok = await waitForWorktree()
if (!ok) return
await client.session.prompt({
await client.session.promptAsync({
sessionID: session.id,
agent,
model,