Merge branch 'master' into feat/tui-package

This commit is contained in:
Tianyi Cui
2026-07-19 12:31:53 +08:00
committed by GitHub
28 changed files with 311 additions and 529 deletions

View File

@@ -245,7 +245,7 @@ const SERVICE_ROLES: ServiceRole[] = [
pkg: 'subagent',
title: 'Subagent provider registry',
mode: 'seam',
implementations: ['subagent-spawn', 'subagent-fork', 'subagent-acp', 'subagent-mock'],
implementations: ['subagent-spawn', 'subagent-fork', 'subagent-acp'],
consumers: ['tool-subagent'],
note: 'Providers implement transports; tool-subagent exposes one configured provider as a model-facing tool name.',
},