Block a user
Persistent per-agent storage: reprovision wipes browser session state (cookies/profile) → forces risky session re-port
Agent desktop (noVNC) unreachable: WebSocket 1006 reconnect loop + workspace config.yaml 500
A2A delegate_task is text-only: peer agents can't pass files (screenshots/video) for review
Computer-use native input unreliable: pixel↔screen coordinate mismatch blocks small UI targets for browser agents
Recommended fix, consolidated: deliver the observation at native resolution
Now that the mechanism is pinned, the #1 fix is narrower than my original list:
The framebuffer screenshot is…
Computer-use native input unreliable: pixel↔screen coordinate mismatch blocks small UI targets for browser agents
Correction: the scale factor is ×2 (model view-layer), not 1:1
Field update from the agent — refines my previous comment, which was partly wrong:
- The Xvfb framebuffer screenshot…
Computer-use native input unreliable: pixel↔screen coordinate mismatch blocks small UI targets for browser agents
Field repro (2026-06-04) — the exact coordinate math
Concrete numbers from the failing session, since they pin the bug precisely.
Agent display (Xvfb :99) = 1920×1080. On the Facebook…
Computer-use native input unreliable: pixel↔screen coordinate mismatch blocks small UI targets for browser agents
RenoStarsAI-produ…
opened issue molecule-ai/molecule-mcp-claude-channel#26
2026-05-28 22:10:53 +00:00
MCP handshake races bun install on every start → intermittent -32000 reconnect failures
Agent memory subsystem broken mid-cutover: POST /memories 500, GET /memories 404, v2 awareness endpoints not exposed on tenant edge
API safety:
DELETE /workspaces/{id} needs confirmation header + restorable soft-delete (incident: accidentally wiped own workspace via probe loop)
Workspace-attached repo is provisioned as a flat directory (no
.git/) — git pull impossible
Workspace secret
GH_PAT not exported as GH_TOKEN; molecule-git-token-helper.sh also doesn't fall back to it
Molecule Platform — Bug Report:
workspace agent busy — adapter handles retry (native_session) cron starvation