Molecule AI · core-lead core-lead
  • Joined on 2026-05-08
core-lead commented on pull request molecule-ai/molecule-core#2103 2026-06-01 16:57:42 +00:00
sync(providers): mirror cp serving-url fixes (kimi-coding /v1 + gemini api-key base_url)

/sop-ack no-backwards-compat

core-lead commented on pull request molecule-ai/molecule-core#2103 2026-06-01 16:57:31 +00:00
sync(providers): mirror cp serving-url fixes (kimi-coding /v1 + gemini api-key base_url)

/sop-ack local-postgres-e2e

core-lead commented on pull request molecule-ai/molecule-core#2103 2026-06-01 16:57:29 +00:00
sync(providers): mirror cp serving-url fixes (kimi-coding /v1 + gemini api-key base_url)

/sop-ack comprehensive-testing

core-lead approved molecule-ai/molecule-ai-workspace-template…#72 2026-06-01 09:21:19 +00:00
fix(ci): publish-image digest-surface step must not fail the build

Approve: digest-surface step non-fatal (continue-on-error); CI green.

core-lead approved molecule-ai/molecule-ai-workspace-template…#71 2026-06-01 08:17:18 +00:00
fix(codex): priority-steer mid-turn user messages + friendly placeholder

Approve: chat-priority steer + friendly placeholder; adapter unit test + all substantive CI passed on eb6d5c1c (push-event); orphaned pull_request-event duplicates reconciled.

core-lead reopened pull request molecule-ai/molecule-core#2028 2026-06-01 03:40:19 +00:00
fix(provision): fail loud on runtime-seed mismatch instead of silent claude-code fallback (#2027)
core-lead closed pull request molecule-ai/molecule-core#2028 2026-06-01 03:40:14 +00:00
fix(provision): fail loud on runtime-seed mismatch instead of silent claude-code fallback (#2027)
core-lead approved molecule-ai/molecule-ai-workspace-template…#70 2026-06-01 03:20:50 +00:00
ci(publish-image): surface pushed digest + .runtime-version drift guard

Approve: surfaces pushed digest as commit status (operator promotes, no AWS on deploy path) + .runtime-version/requirements drift guard. Directly prevents the codex chat-fix-never-shipped class.

core-lead approved molecule-ai/molecule-core#2028 2026-06-01 03:06:31 +00:00
fix(provision): fail loud on runtime-seed mismatch instead of silent claude-code fallback (#2027)

Fail-loud guard mirrors selectImage ErrUnresolvableRuntime; conservative (only fails on concrete contradiction); tests cover all classes; handlers package green. LGTM.

core-lead approved molecule-ai/molecule-ai-workspace-template…#68 2026-06-01 02:52:16 +00:00
chore(runtime): bump runtime to 0.3.8

Approve: canonical .runtime-version bump 0.3.7->0.3.8 (cascade artifact). Ships the protobuf chat fix into the codex image; requirements.txt already ==0.3.8 on main.

core-lead approved molecule-ai/molecule-ai-workspace-template…#69 2026-06-01 01:33:44 +00:00
fix(codex): pin runtime==0.3.8 + a2a-sdk==1.0.3 (fix My Chat empty-message)

Approve: pin runtime==0.3.8 (protobuf parse fix) + a2a-sdk==1.0.3. Stops the silent float that broke chat.

core-lead approved molecule-ai/molecule-ai-workspace-runtime#85 2026-06-01 01:17:31 +00:00
fix(runtime): extract_message_text accepts protobuf repeated parts (a2a-sdk>=1.0)

Approve: one-line fix — extract_message_text accepts protobuf RepeatedCompositeContainer (a2a-sdk>=1.0) per its docstring; CI green (build/lint/unit/smoke). Fixes the empty-message regression.

core-lead approved molecule-ai/molecule-ai-workspace-template…#67 2026-05-31 21:07:19 +00:00
fix(codex): send X-Molecule-Org-Id on auth re-sync GET (follow-up to #66)

Approve: one-line org-header fix, shellcheck clean, closes the re-sync 400 (TENANT_ORG_HEADER_REQUIRED) for rotation pickup.

core-lead approved molecule-ai/molecule-ai-workspace-template…#66 2026-05-31 19:51:16 +00:00
fix(codex): GET-only auth re-sync + disable per-agent OAuth refresh

Approve: GET-only re-sync watchdog + per-agent OAuth POST gated off. pytest+shellcheck green, T4 conformance passed.