SnowNightt/dsh-token-activity--packages-token-activity-bundle ↗★ 1
@snownightt/dsh-token-activity-bundle
Token-activity profile bundle: mounts the token-activity Host and Web-client plugins as one installable layer
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SnowNightt/dsh-token-activity#670f657c9c600b80eb7d5d5bc8b866fc8bb48eba&path:packages/token-activity-bundle说明文档
阅读完整 README ↗@snownightt/dsh-token-activity-bundle
Token 活动插件的组合包(profile bundle):一次安装即可同时挂载 Host 插件与 Web 客户端插件,并自动加入 profile 的 dsh.profile.bundles 层列表。
本包本身不含运行时代码,其全部内容就是 cordis.patch.yml(通过 dsh.bundle.patch 声明),以及对其依赖的两个插件包:
@snownightt/dsh-token-activity(Host)@snownightt/dsh-ui-token-activity(Web client)
安装
# 从 npm(发布后)
dsh plugin --profile web add @snownightt/dsh-token-activity-bundle
# 本地 checkout
dsh plugin --profile web add ./packages/token-activity-bundle
dsh plugin add 会把它加入 dsh.profile.bundles,随后 dsh web 启动时该层被组合进去,「使用量」设置页即出现。
前置条件
- 两个插件包已构建(
lib/产出)并在 npm 可解析(^0.1.0);本地联调时由 pnpm workspace 链接。 - 其注入的前置服务(
sessionProjections、sessionProjectionCache、sessionPersistence、sessions)由@deepseek-ai/dsh-base与@deepseek-ai/dsh-web-app组合包提供,无需用户手工挂载。