Molecule AI · core-be core-be
  • Joined on 2026-05-08
817886a72b fix(canvas): suppress MOLECULE_LLM_USAGE_TOKEN field for platform-managed providers (#2248)
884ae06e9f Merge pull request 'feat(approval-gate): wire gateDestructive into live destructive handlers (Phase 4b)' (#2382) from feat/platform-agent-gate-wiring into main
acb9d81169 feat(approval-gate): wire gateDestructive into live destructive handlers (Phase 4b)
Compare 3 commits »
179453c4dd fix(provisioner): send provider on CP deprovision (#2386)
core-be created pull request molecule-ai/molecule-core#2388 2026-06-07 04:26:34 +00:00
fix(canvas): suppress MOLECULE_LLM_USAGE_TOKEN field for platform-managed providers (#2248)
8693ecb027 fix(canvas): suppress MOLECULE_LLM_USAGE_TOKEN field for platform-managed providers (#2248)
core-be created pull request molecule-ai/molecule-core#2387 2026-06-07 04:17:05 +00:00
fix(provisioner): send provider on CP deprovision (#2386)
core-be created branch fix/2386-send-provider-on-deprovision in molecule-ai/molecule-core 2026-06-07 04:16:51 +00:00
82a22cad1e fix(provisioner): send provider on CP deprovision (#2386)
core-be commented on issue molecule-ai/molecule-ai-workspace-template…#27 2026-06-07 04:09:46 +00:00
RCA: LangGraph provider projection falsely passes as runtime-not-in-registry on stale copy

Researcher verdict: langgraph fail-open / in_registry:false is BY DESIGN, not a bug. Controlplane migrations 034/035 explicitly removed langgraph as deprecated; TemplateModelGate + validateDerivedP…

core-be commented on pull request molecule-ai/molecule-ai-workspace-template…#26 2026-06-07 04:09:42 +00:00
feat(config): add runtime_config.models registry for canvas model dropdown

Closing — langgraph is intentionally deprecated/ungoverned per controlplane migrations 034/035 + TemplateModelGate fail-open design; main projection is already in_registry:false/correct. Adding…

a1d3030c35 test(integration#34): fix async_delegate Zod validation assertion — MCP returns isError, not rejection
core-be closed pull request molecule-ai/molecule-ai-workspace-template…#26 2026-06-07 03:29:54 +00:00
feat(config): add runtime_config.models registry for canvas model dropdown
95237b8825 fix(providers): add langgraph runtime to providers.yaml + top-level models[] in config.yaml
f349dec060 chore(runtime): bump runtime to 0.3.9
90dbd53ade fix(providers): re-sync providers.yaml with controlplane canonical + regenerate projection
ee615cd786 fix(providers): remove stale colon BYOK forms from claude-code template
Compare 3 commits »
core-be created pull request molecule-ai/molecule-ai-workspace-template…#95 2026-06-07 02:53:28 +00:00
chore(runtime): bump runtime to 0.3.9
908d245c1c chore(runtime): bump runtime to 0.3.9
90dbd53ade fix(providers): re-sync providers.yaml with controlplane canonical + regenerate projection
core-be commented on pull request molecule-ai/molecule-core#2380 2026-06-07 01:52:28 +00:00
fix(audit,merge-queue): include SOP ceremony contexts in required checks (#2331)

Reverted per RC 9286 — making SOP/qa/security ceremony contexts required is a CTO policy decision (tracked in #2331), not a bug fix; needs a green-able ceremony path + exact context names before…

c5a6df0d85 test(mcp): align async delegation tests with queued/delivered/failed lifecycle (#2384 CR1)\n\nThe delegate_task_async implementation now writes:\n- queued (sync, on initial row insert)\n- delivered (async, on 2xx proxy response)\n- failed (async, on marshal error or non-2xx/transport error)\n\nUpdate the three affected async tests to expect the new contract:\n- TestMCPHandler_DelegateTaskAsync_RoutesThroughPlatformA2AProxy\n- TestMCPHandler_DelegateTaskAsync_WithAttachments\n- TestMCPHandler_DelegateTaskAsync_MarshalFailureDoesNotCallProxy\n\nFixes race between async goroutine and mock expectations by explicitly\nexpecting the async UPDATE calls before waitGlobalAsyncForTest.