forked from bots-garden/ori
Handoff — 2026-09-17 — ori launched for manual testing
- ori runs in the
claude-orisandbox:env -u CLAUDECODE CLAUDE_CODE_EXECUTABLE=/home/agent/.local/share/claude/versions/2.1.275 ./bin/ori --addr 0.0.0.0:8888(find it withpgrep -f bin/ori), log at/tmp/ori.log, real Claude Code adapter. Stop withpkill -f 'bin/ori '(mind the pattern: it must not match the shell running pkill). - The user is testing the uncommitted work since 2434cc7 (@ file selector, / skill+command selector, image and draw.io previews, terminal, editor). Their feedback is the input for the next session.
- Traps: bind
0.0.0.0so thesbx portsforward reaches the server;env -u CLAUDECODEremains mandatory; a curl WS probe against/wshangs on success. - Note for later:
@zed-industries/claude-code-acpis deprecated in favour of@agentclientprotocol/claude-agent-acp— the default--agent-cmd,template/Dockerfileand the docs may want migrating (not done, user's call). - Trap (blocking, hit this session): the Zed adapter's bundled Claude Code CLI is 2.1.44 and rejects
model: "fable[1m]"from~/.claude/settings.json(-32603 … issue with the selected model). Workaround:CLAUDE_CODE_EXECUTABLE=<path to current claude binary>in ori's environment (adapter env passthrough → SDKpathToClaudeCodeExecutable). Candidate permanent fixes, user's call: set it inkits/ori/spec.yamlstartup +template/Dockerfile(the image has the claude CLI at~/.local/bin/claude), document it in the run how-to, and/or migrate to@agentclientprotocol/claude-agent-acpwhose newer SDK may bundle a Fable-aware CLI (unverified).
1 2 3 4 5 6 7 |
|