vibeinging/dsh-desktop--packages-dsh-project-tools ↗★ 585
@vibeinging/dsh-project-tools
Session-scoped project and conversation tools over productHost
AI 分析
为 Agent 作用域提供项目和对话列表工具。适合需要在 DSH 中管理项目与会话列表,且需要跨平台复用工具 Schema 的开发者。
インストール
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vibeinging/dsh-desktop#ba68de0b694688bac59c2fe360ddfe5a55cc3ee0&path:packages/dsh-project-toolsドキュメント
README 全文を読む ↗@vibeinging/dsh-project-tools
This DSH Profile Bundle contributes project_list and conversation_list to every Agent scope. It consumes the session-addressed productHost service instead of importing the desktop server, database, Renderer, Electron bridge, or IPC transport.
The package is a desktop-adapter: the Host resolves the initiating DSH Session to an authorized user, App Session, and project, while this Bundle owns the tool schemas, presentation, registration, and lifecycle cleanup. Another DSH host can reuse the same tools by providing compatible projectList(request, call) and conversationList(request, call) methods.
The package can become portable after a public ProductHost provider is available to an unmodified official Web Profile. The published rc.7 SDK does not currently contain that provider, so this package does not link an unpublished DSH source checkout or claim standalone official-Web compatibility.