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

tabby-ai-agent

v1.0.5

Published

A Tabby terminal plugin that adds an AI assistant side panel to terminal tabs, with chat, terminal context sharing, and tools for reviewing and running terminal commands. The command approval mode is configurable in settings, and the panel shows each comm

Readme

Tabby AI Agent

Tabby AI Agent adds an AI assistant panel directly inside Tabby. It can handle terminal tasks more autonomously, execute shell commands, and help you understand terminal output without leaving your active terminal tab.

It is built for terminal workflows where you want AI help, but still want command execution to stay visible and reviewable.

Safety and disclaimer

Giving an AI agent access to your terminal is inherently risky. If you use it without care, it can run destructive commands, change files, or damage your system or data, so review its actions carefully and use auto-approval sparingly.

You are responsible for how you use this plugin. The plugin and its authors are not responsible for damage, data loss, or other consequences caused by unsafe, incorrect, or careless use.

What it does

  • Adds an AI Chat side panel to terminal tabs.
  • Uses recent terminal output as context.
  • Answers questions about the current terminal session.
  • Can act autonomously and execute shell commands in the active terminal.
  • Shows each proposed command with its risk level, explanation, and estimated runtime.
  • Supports manual approval, with optional auto-approval for low-risk commands.
  • Connects to OpenAI-compatible endpoints, including local and self-hosted services.
  • Supports extra request parameters for providers such as LiteLLM, llama.cpp, and vLLM.

Using the plugin

You can configure the plugin in Tabby's settings.

Inside terminal, open the AI Agent panel using the AI Agent button in the toolbar.

You can also toggle the panel with the keyboard shortcut:

  • Windows and Linux: Ctrl+Alt+A
  • macOS: Cmd+Shift+A

Privacy Warning

Prefer self-hosting. Third-party AI services may collect your terminal commands, logs, and file paths. Be wary of "privacy promises" from large providers; their incentives, data collection and model training, are rarely aligned with your own. While self-hosting requires more setup, it ensures you set the rules for your data rather than hoping a vendor follows theirs.

License

MIT