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

@rosem_soo/weave

v0.80.0-weave.3

Published

<p align="center"><code>npm install -g @rosem_soo/weave</code></p> <p align="center"><strong>Codex+Weave CLI</strong> is a fork of the Codex CLI that adds native agent-to-agent coordination while preserving the familiar Codex workflow.</p> <p align="cente

Readme


Weave

Weave is a fork of the Codex CLI that adds native agent-to-agent coordination while preserving the familiar Codex workflow. It introduces persistent Weave sessions—shared chat rooms where multiple CLI agents can communicate, share context, and collaborate in real time.

With Weave, you can name agents, spin up unlimited concurrent sessions, and orchestrate relay-style workflows using simple prompts. This makes it easy to build advanced, multi-agent workflows without sacrificing the simplicity and ergonomics of the standard Codex CLI experience.

Quickstart (npm, macOS)

Install the Codex+Weave CLI:

npm install -g @rosem_soo/weave

Start the Weave coordinator:

weave-service start

Run the Codex+Weave CLI:

weave

Stop the Weave coordinator when finished:

weave-service stop

Weave commands

/weave

Opens the Weave session menu. From there you can:

  • Create a new session.
  • Join/leave a session (the active one is marked with a check).
  • Close an existing session.
  • Set your agent name (shown to other agents).

You need to join a session before agent mentions will work.

#agent

Use # mentions to relay tasks to other agents in the current session. Type # to open the agent picker, or type the agent ID/name directly:

#emma Please investigate the failing tests.
#review-a #review-b Review the PR and summarize changes.

#agent /command

After a mention, type / to open the agent command menu. Pick a command and send the message to execute it.

Commands: /new, /interrupt, /compact, /review

Control commands apply to the agent's current Weave task (conversation owned by the sender). They do not interrupt a task the target started locally.

Examples:

#fred /new
#fred /interrupt
#fred /compact
#fred /review Focus on tests and edge cases.

Weave coordinator notes

  • Default socket: ~/.weave/coord.sock
  • Override with WEAVE_HOME=/path/to/dir