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

cc-channel-patch

v0.7.1

Published

One-command patch to enable Claude Code Channels (bypasses tengu_harbor feature flag)

Downloads

1,245

Readme

cc-channel-patch

一键启用 Claude Code Channels 功能。

适用于使用代理认证(非 claude.ai 直接登录)的用户,绕过 Anthropic 的 tengu_harbor 云控开关和 accessToken 检查。

用法

# 修补(启用 Channels)
npx cc-channel-patch

# 恢复原始版本
npx cc-channel-patch unpatch

原理

Claude Code v2.1.80+ 内置了 Channels 功能(通过 MCP Server 桥接外部消息平台),但受服务端 feature flag 灰度控制。此补丁修改 3 处检查:

  1. PaH()tengu_harbor feature flag 始终返回 true
  2. S1_ gate — 跳过 accessToken 认证检查
  3. xl1() UI — 跳过 UI 层的 noAuth 提示

补丁按特征字符串搜索(非硬编码偏移量),CC 小版本更新后通常仍可用。

注意事项

  • 如果 Claude Code 正在运行,补丁无法直接写入(文件被锁),会生成 .patched 文件并提示手动替换
  • 原始文件自动备份到 .bak
  • CC 大版本更新后可能需要重新 patch
  • npx cc-channel-patch unpatch 可随时恢复

License

MIT