refactor(examples): fold plan mode into ACP demo
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user