mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
- 60s deadline on adapter initialize / session create+load: an engine that launches but never completes the SDK handshake (e.g. an outdated local CLI) now fails with the adapter's stderr attached instead of leaving the turn (pending...) indefinitely; prompts themselves stay un-timed - dispose the adapter client when startup fails so the spawned process does not leak - set DEBUG_CLAUDE_AGENT_SDK=1 so the SDK logs the exact spawn command and claude's stderr to ~/.claude/debug/sdk-*.txt and startup errors point at that file (engine stderr is otherwise discarded entirely) - graft the user's login-shell PATH onto the adapter env on macOS/Linux: GUI launches inherit launchd's stripped PATH, which breaks node-shebang claude launchers (nvm/npm installs) and the engines' own subprocess spawns |
||
|---|---|---|
| .. | ||
| apps | ||
| packages | ||
| patches | ||
| .gitignore | ||
| ANALYTICS.md | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||