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

@heossihq/beecode

v0.1.4

Published

Bee Code - an agentic coding assistant for your terminal, from HEOSSI.

Readme

Bee Code CLI

An agentic coding assistant for your terminal, from HEOSSI.

npm install -g @heossihq/beecode
beecode login
beecode "add a guard to handleAuth that rejects an empty token"

Bee Code speaks Bee's agent plane (bee.code.v1) against https://api.bee.heossi.com/bee/code/v1/turns. The transcript, approval gate, and tool loop live on your machine: the server answers one turn at a time and does not retain the conversation transcript.

Each customer task also has a durable, account-scoped run ID for cancellation, bounded manager/specialist reservations, token ceilings, and terminal status. The service stores a SHA-256 task fingerprint rather than the raw prompt; the full transcript remains local and is sent explicitly on each tool-loop turn. Cell uses one manager at a time. Entitled paid models can use bounded logical worker shards and an independent verifier without starting one provider call per logical agent.

Every connection uses post-quantum key exchange - X25519MLKEM768, whose ML-KEM-768 half is NIST FIPS 203. On every plan, including free. Check it yourself:

openssl s_client -connect api.bee.heossi.com:443 -tls1_3 </dev/null 2>/dev/null | grep group

Signing in

beecode login opens your browser and signs you in against your Bee subscription. The credential is stored in your system keychain on macOS, or ~/.bee/code/auth.json (mode 0600) elsewhere.

The same session is picked up automatically by the Bee Code extension for VS Code, so signing in once covers both.

Commands

| | | |---|---| | beecode login | sign in through the browser | | beecode "<prompt>" | run one task in the current directory | | beecode --root PATH | work in a different directory | | beecode --mode MODE | manual, plan, edit or auto | | beecode --no-bee-co-author "<prompt>" | omit Bee model attribution from commits created by this task |

Commit attribution

Commits created through Bee Code keep your configured Git identity as the primary author. By default, Bee adds the selected governed model and product release as a separate trailer, for example:

Co-Authored-By: Bee Cell <[email protected]>

Pass --no-bee-co-author to omit the trailer. The agent cannot bypass this choice through the generic command runner; Git uses dedicated, approval-gated tools.

Environment

| | | |---|---| | BEE_CODE_API_URL | override the agent-plane endpoint | | BEE_CODE_AUTH_FILE | override the credential path |

Part of Bee by HEOSSI - The Progressive Quantum-Native Intelligence Engine. bee.heossi.com