@wha1echai/dsh-supervisor
DSH 控制面插件,为活跃会话提供进程内的 FleetService 服务层,供其他插件调用。
AI 分析
核心用途是作为会话管理的基础服务。适合需要开发跨会话通信、状态监控等高级扩展插件的 DSH 开发者。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wha1eChai/dsh-supervisor說明文件
閱讀完整 README ↗Usage
L1 is a service layer for other plugins. A Consumer declares fleet as a required service and uses only ctx.fleet:
export const inject = ['fleet']
export function apply(ctx: Context) {
const live = ctx.fleet.list()
// Register a tool, command, UI adapter, or transport using the JSON-safe view.
}
Installing the current bundle does not add model-visible tools. L2 will provide the standard fleet_* Consumer.