Merge remote-tracking branch 'origin/master' into codex/cli-one-shot-demo

# Conflicts:
#	examples/coding-agent/README.md
This commit is contained in:
Tianyi Cui
2026-07-15 22:56:10 +08:00
128 changed files with 5257 additions and 2710 deletions

View File

@@ -64,6 +64,8 @@ const GROUP_ORDER = [
'skill',
'compact',
'subagent',
'tasks',
'workflow',
'web',
'todo',
'cordis',
@@ -231,6 +233,14 @@ const SERVICE_ROLES: ServiceRole[] = [
consumers: ['tool-subagent'],
note: 'Providers implement transports; tool-subagent exposes one configured provider as a model-facing tool name.',
},
{
key: 'tasks',
pkg: 'tasks',
title: 'Background task registry',
mode: 'core',
consumers: ['tool-bash', 'tool-subagent', 'tool-tasks'],
note: 'Producers (tool-bash background commands, tool-subagent background delegations) register running work; tool-tasks is the model-facing control surface that reads, lists, and kills it.',
},
{
key: 'web',
pkg: 'web',