feat(profiles): add the ACP application bundle

Introduce @deepseek-ai/dsh-acp-app as the thin application layer for the built-in acp profile. It contributes only the ACP protocol bridge and profile metadata; dsh-base remains the single owner of shared agent composition, providers, persistence, permissions, and tools.

Wire the bundle into CLI resolution, catalogs, workspace configuration, and built-bin coverage. The focused bundle and startup tests prove that base plus acp-app exposes automation sessions while keeping stdout reserved for ACP JSON-RPC.
This commit is contained in:
Tianyi Cui
2026-08-23 10:59:00 +08:00
parent a16822944b
commit 47a46e4cca
32 changed files with 492 additions and 20 deletions
+1
View File
@@ -257,6 +257,7 @@
{ "path": "./packages/test-support/agent-loop-testkit" },
{ "path": "./packages/acp/acp" },
{ "path": "./packages/examples/acp-demo" },
{ "path": "./packages/bundle/acp-app" },
{ "path": "./packages/bundle/base" },
{ "path": "./packages/bundle/headless" },
{ "path": "./packages/bundle/sdk-app" },