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

@kkutysllb/dsh-git-panel

v1.0.2

Published

dsh-external in-box dsh bundle: standalone git workspace panel as an independent right-side floating panel. v1.0.1 adds a GitHub section backed by the gh CLI: open PR/issue lists with counts, one-click create PR (auto-pushes the current branch), squash me

Readme

@kkutysllb/dsh-git-panel

独立 git 工作区面板——server 只读 git 快照 RPC(/dsh-git-panel/api/snapshot 与 open-plan 回退)+ client 页面内浮动面板(分支/工作区/计划视图),注册进侧边栏 Tab 体系。v1.0.1 新增 GitHub 管理(gh CLI 软依赖:PR/Issue 列表、一键创建 PR、Squash 合并、新建 Issue)。原 KCoder 桌面端宿主 git-panel 的插件化整体替代。

自 KCoder 内置包独立发布的 dsh 插件(v1.0.0 起独立版本线)。

安装 / Install

# npm registry(推荐:版本可被插件管理检测,用户手动更新)
# npm registry (recommended: version detection with manual updates)
dsh plugin --profile web add @kkutysllb/dsh-git-panel

# GitHub 直装 / install straight from GitHub
dsh plugin --profile web add github:kkutysllb/dsh-git-panel

# 或从 dsh-plugins 真源仓 / or from the dsh-plugins monorepo
dsh plugin --profile web add github:kkutysllb/dsh-plugins#dsh-git-panel

装好后重启 web profile 即生效:标题栏出现「git 工作区」开关按钮(非 git 工作区置灰),页面内注册独立浮动面板——变更/工作位置/分支、提交或推送、 比较分支外链、GitHub 管理(PR/Issue)、任务计划;多窗口各自跟随自己的 会话工作区。gh 管理能力需本机装有 gh CLI 并 gh auth login(缺席仅降级 GitHub 区块,其余功能不受影响)。

After install, restart the web profile: a "git workspace" toggle appears in the titlebar (dimmed outside a git workspace) and an independent floating panel registers in-page — changes/worktrees/branches, commit & push, compare link, GitHub management (PR/Issue), task plans; each window follows its own session workspace. The GitHub section needs the gh CLI installed and gh auth login; without it only that section degrades.

每个版本的变更说明(新增 / 变更 / 修复)见 release/; package.json 的 version 是插件管理检测新版本的信号,更新由用户手动触发。

Per-version changes (added / changed / fixed) live under release/; the package.json version drives update detection.

QiLin(麒麟)双通道适配(v1.0.2 起)

manifest 同时声明 qilin 与 dsh 两个通道的 bundle.patch / client: QiLin(dsh 0.1.6-alpha.2 合并后)的插件管理器只认原生键 qilin.bundle.patch(缺失会报「没有声明组合包」),DSH 宿主仍读 dsh.*;两通道指向同一份 cordis.patch.yml 与 client 交付物, 行为完全一致。

麒麟(QiLin)引擎安装

# npm registry(推荐:版本可被插件管理检测,用户手动更新)
qilin plugin --profile qilin add @kkutysllb/dsh-git-panel

# GitHub 直装 / install straight from GitHub
qilin plugin --profile qilin add github:kkutysllb/dsh-git-panel

装完在 QiLin 设置 → 插件里可见、可启停;Git 面板需要系统 git (gh 可选)。

注意事项(QiLin)

  • 必须经 qilin plugin add 装进 profile:包会落到 profile 私有的 ~/.qilin/profiles/<name>/node_modules——裸包名原生解析的第一跳。 不要手工把包目录放进共享的 ~/.qilin/profiles/node_modules: dsh alpha.2 合并后的 runtime+enforce 解析把该目录划为安装保留区, 放那里的 bundle 层包激活时直接 failed to import。
  • 引擎版本:运行需要带 dsh 兼容层的 QiLin 3.0.0+;插件管理 (设置页展示/启停)要求 3.0.2+(alpha.2 合并后只认 qilin.bundle.patch 原生键)。
  • 运行时解析:dsh alpha.2 起依赖解析默认运行时模式(PR #4471), 插件运行期导入由 profile 安装图经进程内 generation 解析;本仓 host 侧零 npm 运行时依赖,天然兼容。

形态

  • 纯产物直提包:entry.js(cordis 层挂载)+ client.js(window.__ModuleLoader__.load({id}) 注册,经 /plugins combo 路由拼接执行) + cordis.patch.yml(bundle 层声明)。
  • client 面:是;无原生构建、无 server 依赖安装(如含 server 半则在 entry.js 内实现)。

GitHub 管理(v1.0.1)

面板新增 GitHub 区块(懒加载,不参与轮询;标题展示 owner/repo):

  • 开放 PR / Issue 清单:数量徽标,行点击经 open-url(http/https 白名单)系统浏览器打开;
  • 一键创建 PR:flyout 填标题/描述;当前分支未推送或落后上游时 server 先 push -u;
  • PR Squash 合并:行内二次确认(草稿 PR 不出合并动作);
  • 新建 Issue:flyout 填标题/描述;
  • 新增 RPC:gh-list / gh-create-pr / gh-merge-pr(merge|squash|rebase,缺省 squash)/ gh-create-issue / open-url;
  • gh CLI 未安装或未登录时区块降级为安装/登录提示,git 面板本体不受影响。

开发

  • 本仓为开发真源;改动后跑 node scripts/sync-to-dsh-plugins.mjs 同步 dsh-plugins 镜像并提交推送。
  • pnpm smoke(prepack 自动)做契约形态校验;node tests/run-tests.mjs 跑单测;node scripts/create-github-releases.mjs 同步 release/ 到 GitHub Releases。

许可

MIT © dsh-external