fix: surface agent stderr in RPC errors and default cwd for remote providers

This commit is contained in:
abcxff 2026-03-25 00:01:17 -04:00 committed by ABCxFF
parent f353e39fc6
commit 833b57deb1
15 changed files with 48 additions and 13 deletions

View file

@ -13,7 +13,6 @@ const client = await SandboxAgent.start({
const session = await client.createSession({
agent: detectAgent(),
cwd: "/home/user",
});
session.onEvent((event) => {