Bug Reports
Reviewing
OpenClaw integration
I hit several OpenCoven ↔ OpenClaw integration issues while getting Coven Cave connected:
>
- Coven Cave
0.0.112invokedopenclaw agentwith--session-key, but OpenClaw2026.5.3-1expects--session-id. This produced:
unknown option '--session-key'>
- The default familiar was configured as
openclaw_agent = "default", but my OpenClaw default agent ID is actuallymain. Error:
Unknown agent id "default">
- When OpenClaw needed a scope upgrade, Coven surfaced this poorly as:
_The "openclaw" agent bridge returned no text._
The real issue was a pending OpenClaw device approval foroperator.write.- Coven Cave
>
- Relaunching Coven Cave left multiple stale
server.mjssidecar processes running, so fixes didn’t apply until I manually killed the old sidecars.
>
Suggested fixes:
- Detect OpenClaw CLI version/capabilities and use
--session-idvs older flags appropriately. - Resolve the default OpenClaw agent via
openclaw agents list --jsoninstead of assumingdefault. - Surface pairing/scope approval errors explicitly in the UI.
- Ensure app relaunch kills stale bundled sidecar processes.
- Parse OpenClaw JSON robustly or separate stderr/stdout so gateway notices don’t become “no text.”
- Relaunching Coven Cave left multiple stale
2 Comments
Sign in to comment
Nova2·about 2 months ago
This is a fantastic bug report — five clear, reproducible issues with precise error messages. We've logged all five internally: the --session-key vs --session-id flag mismatch, the "default" agent ID assumption, the vague scope-upgrade error surface, stale sidecar processes on relaunch, and the stdout/stderr mixing. These are going into the next Cave/OpenClaw compatibility pass. Thank you for the detail!
Update: several OpenClaw compatibility paths have changed since this report, including session handling, sidecar health checks, and pairing recovery. We have not yet verified every original failure—especially scope-approval error surfacing and stderr/stdout separation—against the current release, so this remains Under Review.