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

mintcat-code

v1.8.15

Published

Interactive AI coding assistant in the terminal

Readme

mintcat-code

在终端中交互使用的 AI 编程助手,主要能力如下。

| 功能 | 说明 | | --- | --- | | Claude 群控 | 多实例协作:同机主从编排、局域网内发现与通讯,配合管道与消息路由 | | ACP 协议 | 接入支持 ACP 的 IDE,支持会话、Skills 与权限相关能力 | | Remote Control 自托管 | 可部署远程控制端,在浏览器等环境查看与操作 | | Langfuse 可观测 | 记录与查看 Agent 循环、便于排查与建数据集 | | Web 搜索 | 内置网页搜索,支持多搜索引擎 | | 穷鬼模式 | 降低侧路请求与消耗,通过 /poor 开关 | | Channels 通知 | 经 MCP 等通道把外部消息推入会话(含常见协作与消息平台) | | 多模型供应商 | 兼容多种 API 形态,便于对接不同服务商 | | Computer Use | 截屏、键鼠控制等桌面自动化相关能力 | | Chrome 控制 | 浏览器侧自动化、表单与数据相关能力 | | Sentry | 错误上报与追踪(可配置) | | GrowthBook | 功能开关与灰度(可配置) | | /dream 记忆 | 记忆文件整理与优化相关能力 |

安装 / 更新故障处理

如果全局安装或更新失败,先清理旧版本再安装最新版本:

npm rm -g mintcat-code
npm i -g mintcat-code@latest

仍失败时,可以指定明确版本号安装:

npm i -g mintcat-code@<版本号>