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

@sanzhihema/dsh-client-ui-git-sync

v0.1.1

Published

Settings card for the dsh-git-sync plugin: enable the master switch, set the GitHub remote and sync interval, sign in with GitHub, and see the auth status 鈥?all in Settings 鈫?Plugins.

Readme

dsh-client-ui-git-sync

dsh-git-sync 插件的设置卡片。在 设置 → 插件 → 插件配置 里加入一张卡片,用于编辑 git-sync 设置命名空间(总开关、GitHub 仓库、分支、同步间隔、自动建仓)。

行为

  • settings.plugin.item 槽位按 git-sync 命名空间渲染一张卡片;仅当 host 的 @deepseek-ai/dsh-git-sync 插件提供该命名空间时显示。
  • 暂存编辑在保存时写入设置文档;host 插件实时读取,保存的仓库/开关改动在下次 /sync 生效。

Model Experience

该插件对模型透明:不向请求添加上下文,也不引入工具 schema,只有一张设置卡片及其背后的命名空间写入。

Token effect

无直接 token 影响。

KV Cache effect

独立模型请求;插件不会使请求复用失效。

Known Limitations and Deferred Work

  • 按保存批量写入,无单字段重置。 保存时写入所有已编辑字段;把某个字段恢复默认还不是独立操作。
  • 布尔字段用复选框、其它字段用文本输入(暂无更丰富的控件)。