refactor(examples): fold plan mode into ACP demo

This commit is contained in:
Tianyi Cui
2026-07-21 00:40:15 +08:00
parent 0022979e4c
commit c3f4332b8d
96 changed files with 990 additions and 364 deletions

View File

@@ -484,14 +484,6 @@ const APP_EXAMPLES = [
config: 'examples/acp-agent/cordis.yml',
summary: 'The ACP demo exposes the same agent spine over JSON-RPC stdio, with no stdout logger and no pre-created agent; clients create sessions through the ACP bridge.',
},
{
id: 'plan-acp',
rel: 'examples/plan-acp-agent/composition.md',
title: 'Plan-Mode ACP Agent App Composition',
label: 'examples/plan-acp-agent',
config: 'examples/plan-acp-agent/cordis.yml',
summary: 'The plan-mode demo composes session modes onto the ACP server: the editor mode picker drives plan mode, and the model exits through the user-reviewed exit_plan_mode tool.',
},
]
type AppExample = typeof APP_EXAMPLES[number]