npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@orange-jzh/dsh-client-ui-team

v0.1.0

Published

Web UI for durable agent teams on DeepSeek Harness: details overview team board and chat tool rows

Readme

@orange-jzh/dsh-client-ui-team

DeepSeek Harness 多智能体团队的 Web UI:会话概览详情栏的团队看板 + 对话流里的团队工具摘要卡片。与 @orange-jzh/dsh-team(host 编排层)配套使用。

特性

  • 团队看板(会话概览详情栏):成员(含工作中/空闲状态点、当前任务)、任务(含依赖与状态、认领人)、最近消息——实时反映团队进度
  • 对话流卡片:每个 team_* 工具调用渲染一行摘要(建队/招募/任务/消息/结束),不再显示通用 JSON 卡片
  • 零 RPC:所有数据来自 team 会话投影(host 侧折叠),重启/回放后看板与对话依然一致

安装

dsh plugin --profile web add @orange-jzh/dsh-team @orange-jzh/dsh-client-ui-team

依赖的 @deepseek-ai/dsh-client-*(runtime、ui-slots、ui-conversation、ui-tool)由 dsh Web 运行环境提供。

使用

安装后无需配置:队长会话创建团队后,详情栏概览页自动出现"团队"板块;对话流中的团队操作自动渲染为摘要卡片。

开发

# 类型与 node half
pnpm exec tsc -b packages/client/ui-team/tsconfig.json

# 浏览器 bundle(lib/client.js,经 tsdown 的 client face 构建)
pnpm exec tsdown --env.DSH_BUILD_FACE client

# 测试
pnpm exec vitest run packages/client/ui-team/tests

兼容性

  • 需要 dsh Web 运行环境提供 conversation.details.overview(详情栏概览贡献区)与 tool.call.toolview(工具视图)两个 slot
  • 需要 host 侧注册 team 会话投影(由 @orange-jzh/dsh-team 提供)

License

MIT