tpmjs/templates/vercel-executor/app/api/execute-tool
Ajax Davis 9bcc1a8c15 fix(executor): use correct Vercel Sandbox SDK API
Key fixes:
- Use await result.stdout() / stderr() instead of result.stdout property
- Use sandbox.writeFiles([{ path, content: Buffer }]) correctly
- Use object form of runCommand with cmd, args, cwd, env
- Proper error handling and result parsing
2026-01-09 02:21:51 +10:00
..
route.ts fix(executor): use correct Vercel Sandbox SDK API 2026-01-09 02:21:51 +10:00