fix(web): use prompt_async endpoint to avoid timeout over VPN/tunnel (#12749)
This commit is contained in:
parent
f991a6c0b6
commit
e242fe19e4
2 changed files with 44 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue