feat(headless): boot dsh -p from the shared composition; retire dsh-host-runtime

dsh -p now runs AppCLIEntry over the same cordis.yml as dsh web — one
composition, no disabled rows, no layer marks. The only surface difference
is port 0 (parallel runs never collide), and the printed URL opens the live
headless session in a browser while it runs. The model face gains what web
already had (ask_user_question, workspace context, model titles) per the
unification ruling. InProcessApiClient now wraps toFetchHandler(ctx.apiProxy)
directly, so bootHost/startHost lose their last consumer and the
dsh-host-runtime package retires; its api-proxy behavior specs move to
dsh-host-apiproxy where the implementation lives.
This commit is contained in:
imccyu
2026-07-25 12:50:09 +08:00
parent 4a27da44cf
commit 0e287b582c
3 changed files with 1 additions and 5 deletions

View File

@@ -285,7 +285,7 @@ export interface Config {
}
```
Source: [`packages/client/hmr/src/index.ts:31`](../packages/client/hmr/src/index.ts)
Source: [`packages/client/hmr/src/index.ts:30`](../packages/client/hmr/src/index.ts)
## `@deepseek-ai/dsh-code-runtime-worker`