2026-07-27 14:59:24 +08:00
|
|
|
# Opt-in Web composition for inspecting the self-referential Cordis tools.
|
|
|
|
|
# Temporary Plugin code can reach every injected live capability; treat this
|
|
|
|
|
# deployment like shell access, not as a security boundary.
|
2026-08-06 04:40:32 +08:00
|
|
|
# This file is a PATCH OVERLAY over the web profile (dsh-base + dsh-web-app
|
|
|
|
|
# bundle layers), not a tree: `dsh web --patch` applies it as one more sibling
|
|
|
|
|
# patch list at the same include level, so these patches reach every bundle
|
|
|
|
|
# row. A patch replaces the targeted row's whole `config`.
|
2026-07-29 13:58:21 +08:00
|
|
|
|
2026-08-06 04:40:32 +08:00
|
|
|
# Pinning the port here keeps this demo off the default 3080.
|
2026-07-29 13:58:21 +08:00
|
|
|
- id: webserver
|
2026-07-27 14:59:24 +08:00
|
|
|
config:
|
2026-07-29 13:58:21 +08:00
|
|
|
host: 127.0.0.1
|
|
|
|
|
port: 3081
|
|
|
|
|
|
|
|
|
|
- insert:
|
2026-08-12 23:51:31 +08:00
|
|
|
- id: cordis-host-runner
|
|
|
|
|
name: '@deepseek-ai/dsh-cordis-host-runner'
|
2026-07-29 13:58:21 +08:00
|
|
|
- id: tool-cordis
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-cordis'
|