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

@jentrix/plugin-opencode

v0.1.1

Published

The official Jentrix plugin for OpenCode: connected-session commands, trusted session identity for every bash command, and the lifecycle/token-receipt ledger the Jentrix CLI's session host reads (jentrix plugin install opencode).

Readme

@jentrix/plugin-opencode

The official Jentrix plugin for OpenCode. Installed and registered by the Jentrix CLI — npm install -g @jentrix/cli && jentrix plugin install opencode — never by hand.

What it does, inside OpenCode:

  • registers the seven /jentrix-* commands (connect, align, plan, checkpoint, review, status, end) through OpenCode's plugin config hook, from the generated files in commands/ (pnpm gen:workflows in jentrix-au/jentrix; do not edit them);
  • exports OPENCODE_SESSION_ID and JENTRIX_PROVIDER=opencode into every bash tool command through the shell.env hook, so jentrix session connect --provider opencode binds the session that is actually running;
  • appends one line per observed host event to ~/.config/stacks/opencode-sessions/hooks.ndjson — lifecycle, prompts, tool calls, assistant messages, compaction boundaries and one token receipt per model step — which the CLI's session host reads. Nothing here talks to the network; the ledger is 0600 under your home directory.

jentrix plugin install opencode writes ONE managed loader file, jentrix.js, into OpenCode's global plugins folder (under the config directory opencode debug paths reports) pointing at this package inside the CLI's dependency tree. It never edits opencode.json and leaves other plugin files alone; jentrix plugin remove opencode deletes only that file. Plugins load at startup: restart OpenCode after installing. A run started with --pure loads no external plugins, and such a session records nothing.

Behaviour, hooks and ledger vocabulary are documented in hooks/hooks.json and manifest.json; the package's jentrix metadata block (behaviour revision, resource digest, compatible CLI range) is stamped by the release tooling and checked by jentrix session doctor.