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

@knyazevai/dsh-fork-web

v0.1.5

Published

The opt-in fork Web bundle: the upstream browser surface plus fork Host rows and the Workspace UI overlay

Readme

@knyazevai/dsh-fork-web

English | 中文

可选的 fork Web profile 组合包。将它放在上游 dsh-base、dsh-web-app 和 dsh-fork-base 层之后,以添加 fork Workspace UI overlay,同时不修改上游 Web 组合包。

组合方式

该 bundle patch 只包含 insert,并为 dsh-fork-ui-workspace-overlay 挂载一行 ui-workspace-overlay。三个 Host fork 行仍由 dsh-fork-base 所有;本组合包不会复制或重新配置它们。

内置的 fork-web profile 模板按顺序挂载 dsh-base、dsh-web-app、dsh-fork-base 和 dsh-fork-web。显式的 web profile 仍是上游的两层组合,不包含 fork 行;已发布 CLI 的 dsh web 别名选择 fork-web。

挂载的能力

  • fork-ui-workspace-overlay/ 通过上游 UI 扩展点提供 fork 专属的置顶、未读、来源徽章和会话 ID 操作。“后台”Workspace 视图在后台功能就绪前不被贡献,因此只显示内置的 Workspaces 视图。

本包自身没有运行时 API。后续 profile patch 可以按 id 禁用 ui-workspace-overlay,同时保留上游 browser 行和 Host fork 行。

模型体验

Workspace UI overlay

模型看到的内容

不会添加 prompt section、工具 schema、消息或模型请求字段。所挂载的 ui-workspace-overlay 包只改变浏览器呈现和用户操作。

Token 影响

直接 Token 影响为零。仅浏览器侧的行操作不会添加模型输入或输出。

KV Cache 影响

该 overlay 不改写模型请求或其前缀,因此没有直接的缓存影响。

已知限制与延期工作

  • 该组合包要求声明的四个层以及 fork-ui-workspace-overlay 包位于同一 profile 解析环境中并已安装。
  • 显式的 web 模板有意不包含该组合包;部署需要选择 fork-web profile(或已发布 CLI 的 dsh web 别名),或显式组合等价的层。