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
commit e242fe19e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,