Compare commits

...

2 Commits

Author SHA1 Message Date
app-fe 92ba8f3dc3 ci: retrigger CI run
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 8s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 14s
CI / Detect changes (pull_request) Successful in 18s
Harness Replays / detect-changes (pull_request) Successful in 13s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 22s
E2E API Smoke Test / detect-changes (pull_request) Successful in 27s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 27s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 12s
gate-check-v3 / gate-check (pull_request) Successful in 17s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 24s
sop-checklist / all-items-acked (pull_request) Successful in 13s
Harness Replays / Harness Replays (pull_request) Successful in 4s
sop-tier-check / tier-check (pull_request) Successful in 13s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 5s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 28s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m15s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 4m33s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 4m55s
CI / Python Lint & Test (pull_request) Successful in 7m23s
CI / Canvas (Next.js) (pull_request) Successful in 15m33s
CI / Platform (Go) (pull_request) Successful in 15m44s
CI / Canvas Deploy Reminder (pull_request) Successful in 11s
CI / all-required (pull_request) Successful in 15m54s
qa-review / approved (pull_request) QA-APPROVE: version pin >= 0.1.999 in externalOpenClawTemplate pip install. Directly enables heartbeat keepalive for external OpenClaw workspaces. No test-path changes.
security-review / approved (pull_request) SEC-APPROVE: version pin in doc template only. No auth/SQL/network changes. core-security reviewed.
audit-force-merge / audit (pull_request) Successful in 21s
2026-05-15 07:03:23 +00:00
app-fe b7c24f307b fix(external-workspace): pin molecule-ai-workspace-runtime>=0.1.999 in OpenClaw snippet
CI / Canvas Deploy Reminder (pull_request) Blocked by required conditions
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 19s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 40s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 22s
Harness Replays / detect-changes (pull_request) Successful in 21s
CI / Detect changes (pull_request) Successful in 54s
E2E API Smoke Test / detect-changes (pull_request) Successful in 53s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 23s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 1m10s
qa-review / approved (pull_request) Failing after 33s
sop-tier-check / tier-check (pull_request) Successful in 31s
security-review / approved (pull_request) Failing after 35s
sop-checklist / all-items-acked (pull_request) Successful in 35s
gate-check-v3 / gate-check (pull_request) Successful in 51s
Harness Replays / Harness Replays (pull_request) Successful in 9s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m4s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 17s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 14s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m32s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 2m30s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 5m23s
CI / Python Lint & Test (pull_request) Successful in 7m45s
CI / all-required (pull_request) Failing after 26m20s
CI / Canvas (Next.js) (pull_request) Failing after 26m25s
CI / Platform (Go) (pull_request) Failing after 26m32s
Adds a version pin to the pip install command in externalOpenClawTemplate
so users with older molecule-ai-workspace-runtime (e.g. v0.1.17) get
the molecule-mcp console script automatically.

The molecule-mcp wrapper is required for the workspace to stay ALIVE on
canvas: it POSTs /registry/register on startup + runs a 20s heartbeat
thread. Older versions only ship a2a_mcp_server which does NOT
heartbeat, causing the workspace to show OFFLINE within 60-90s even
though tools appear to work.

Fixes molecule-core#1141 (and closes duplicates #1139, #1140).
2026-05-15 06:20:07 +00:00
@@ -646,8 +646,12 @@ const externalOpenClawTemplate = `# OpenClaw MCP config — outbound tool path.
# external machine today, pair with the Python SDK tab.
# 1. Install openclaw CLI + the workspace runtime wheel:
# The version pin (>=0.1.999) ensures the "molecule-mcp" console
# script is present — it is what keeps the workspace ALIVE on canvas
# (register-on-startup + 20s heartbeat). Older versions only ship
# a2a_mcp_server which does not heartbeat.
npm install -g openclaw@latest
pip install molecule-ai-workspace-runtime
pip install "molecule-ai-workspace-runtime>=0.1.999"
# 2. Onboard openclaw against your model provider (one-time setup).
# --non-interactive needs an explicit --provider + --model so it