Merge branch 'master' into codex/ask-user-question

This commit is contained in:
Yichen Jiang
2026-07-09 11:11:07 +08:00
committed by GitHub
26 changed files with 1837 additions and 9 deletions

View File

@@ -163,7 +163,7 @@ const SERVICE_ROLES: ServiceRole[] = [
pkg: 'code-runtime',
title: 'Code-execution seam',
mode: 'seam',
implementations: [],
implementations: ['code-runtime-worker'],
consumers: [],
note: 'Runs one model-written program against host-provided async bindings; backends differ by substrate and language (the Code Mode RFC specifies the worker-thread backend and the tool-registry consumer).',
},