mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
fix: surface agent stderr in RPC errors & add defaultCwd param (#278)
This commit is contained in:
commit
e9fabbfe64
15 changed files with 48 additions and 13 deletions
|
|
@ -14,7 +14,6 @@ const client = await SandboxAgent.start({
|
|||
|
||||
const session = await client.createSession({
|
||||
agent: detectAgent(),
|
||||
cwd: "/home/user",
|
||||
});
|
||||
|
||||
session.onEvent((event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue