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

@ywandy/dsh-jizhi-bridge

v0.1.0

Published

Loads Jizhi workspace context and writes Jizhi-compatible tool JSONL from DSH sessions.

Readme

@ywandy/dsh-jizhi-bridge

English

这是连接 DeepSeek Harness 与既有极智 Agent 工作区的纯 Host 插件。

安装

dsh plugin --profile web add @ywandy/dsh-jizhi-bridge

Bundle patch 会自动挂载 Host 插件;本包不包含 Client bundle 或设置页面。

行为

  • 仅当 Session 的绝对 cwd 已存在 .jizhiagent/ 目录时启用。
  • 固定按 AGENTS.md、IDENTITY.md、USER.md、MEMORY.md、SUMMARY.md 顺序加载。
  • 每条被 Agent 领取且来源为 user 的消息刷新一次;同一 Agent Loop 的后续模型请求复用完全相同的提示词,保持前缀缓存稳定。
  • 在最终结果提交后,把模型可见的顶层工具调用写入 .jizhiagent/tools/call_id_<callId>.jsonl。
  • 成功、失败、文本、reasoning、图片和扩展 block 都会记录;桥接失败不会改变 DSH 工具结果。
  • 注册 DSH 标准 skill Provider,读取容器内 /agent/skills 的系统技能和 /agent/user/<net>/<user>/user_skills 的用户技能。
  • 从形如 /agent/user/<net>/<user>/workspace/... 的 Session cwd 提取 net/user;同名技能以系统目录为准。
  • 技能摘要由 DSH 按 cwd 缓存,只有模型调用 skill 时才加载完整 SKILL.md;挂载文件变化由 watcher 触发 catalog invalidate,不按每个 Agent Loop 强制扫描。

插件永远不会创建 .jizhiagent/。未进入 DSH 模型历史的 Code Mode 内部 dispatch 不会生成独立文件。

挂载 Skill 目录

DSH 服务容器必须把极智技能目录挂载到以下固定路径:

/agent/skills
/agent/user/<net>/<user>/user_skills

每个技能是目录下的一层子目录,并包含 SKILL.md。Provider 保留 frontmatter,并把该目录作为资源基目录,因此脚本和参考文件都按容器内相对路径解析。根目录缺失或单个文件异常时只记录 warning 并跳过,不影响 DSH 会话。

兼容范围

已验证 Node.js 22.19+、Cordis 4.0.1 和 DeepSeek Harness 0.1.0-rc.7。

许可证

MIT