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

sogen-code

v0.1.1

Published

Agentic coding in your terminal. Think, edit, run.

Downloads

836

Readme


Sogen Code 是一个完全自主的编程智能体。

它不是补全工具,不是聊天窗口。它读取你的整个项目结构,理解架构意图,然后独立完成从需求分析到代码交付的全流程。一条命令进入,剩下的事情它来。

安装

npm install -g sogen-code
sogen-code

进入项目目录,启动会话。没有配置文件,没有学习曲线。

它能做什么

不是功能列表。是工作方式的根本改变。

读懂项目 - 自动解析代码库结构、依赖关系、已有模式。不需要你解释项目是怎么组织的。

自主决策 - 分析需求,选择方案,处理边界情况。不会每一步都问你"要不要继续"。

全栈执行 - 编辑代码、运行命令、修复报错、验证结果。循环直到完成。

多模型调度 - Claude、GPT、DeepSeek、Gemini、Qwen、Kimi。根据任务自动选择,或你来指定。

Tool Use / MCP - 浏览器、数据库、API、文件系统、自定义工具链。通过标准协议连接一切。

桌面版

原生桌面应用。macOS / Windows / Linux。

Releases 下载安装。

IM 接入

把 Sogen Code 接入你的即时通讯:

  • Telegram Bot
  • 飞书机器人
  • 微信(企业微信)
  • 钉钉机器人

一个 Agent,多端触达。

为什么不是 Cursor / Claude Code / Copilot

| | Sogen Code | 其他 | |---|---|---| | 模型 | 任意模型,自由切换 | 绑定单一供应商 | | 部署 | 本地运行,数据不出机器 | 依赖云端 | | 扩展 | MCP 协议,连接一切 | 封闭插件生态 | | 接入 | CLI + Desktop + IM 全端 | 仅 IDE 内 | | 成本 | 用自己的 API Key,按量付费 | 订阅制 |

License

MIT