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

@ctdoteam/ctdovibe

v0.15.10

Published

ctdovibe — AI agent CLI (fork of Qwen Code)

Readme

npm version Node.js TypeScript License

OpenAI Anthropic Google Gemini ACP

⚡ What it does

ctdovibe is a terminal-first AI coding agent. Point it at a codebase and it can read files, run commands, edit code, and orchestrate multi-step tasks — all from your terminal or the built-in browser GUI.

| 🖥️ Terminal-Native | 🌐 Web GUI | 🔌 Multi-Provider | | :------------------------------------------------------------------: | :-------------------------------------------------------------------------------------: | :------------------------------------------------------------: | | Rich TUI with slash commands, skills, subagents, and a full tool set | Local browser interface backed by ACP — @-mentions, slash palette, markdown streaming | OpenAI · Anthropic · Gemini · OpenRouter · Fireworks AI · BYOK |

| 📡 ACP-Ready | 🧩 Skills & Subagents | 🧠 Memory | | :---------------------------------------------------------------: | :---------------------------------------------------------------: | :-------------------------------: | | Integrates with Zed, Neovim, and other ACP clients out of the box | Reusable skills + spawn focused subagents for parallelizable work | Persistent memory across sessions |

🛠️ Tech Stack

Core Runtime

Node.js TypeScript ESM

AI Providers

OpenAI Anthropic Google Gemini OpenRouter Fireworks AI

Terminal & UI

Ink React Marked

Protocol & Build

ACP esbuild Vitest ESLint Prettier

🚀 Install

npm install -g @ctdoteam/ctdovibe

Requires Node.js 20+

🎯 Quick Start

ctdovibe          # start interactive TUI in current directory

Inside a session:

/auth             # sign in / pick a provider
/help             # list all commands
/web              # open browser GUI → http://127.0.0.1:11267
What does this project do?
Refactor this function to use async/await.
Find and fix the bug in src/api/users.ts.
Generate unit tests for this module.
Summarize the last 10 git commits.

🌐 Web GUI

Type /web inside any ctdovibe session to launch the browser interface — it speaks ACP to the same agent process.

| Feature | Details | | ------------------ | ------------------------------------------------------- | | 💬 Streaming chat | Markdown output with collapsible thought blocks | | 🗂️ Session sidebar | Search, list/grouped-by-folder views, archived section | | ⌨️ Slash palette | Full /command autocomplete + @ file/folder mentions | | 🎨 Themes | Light & dark mode, collapsible sidebar | | ⛔ Interrupt | Stop running turns via Esc or toolbar button | | 📁 Multi-dir | Open new sessions in any directory via command picker |

/web stop     # shut down the local server

⚙️ Configuration

Run /auth interactively, or set environment variables:

export OPENAI_API_KEY=sk-...
export ANTHROPIC_API_KEY=sk-ant-...
export OPENROUTER_API_KEY=...
export GEMINI_API_KEY=...

📋 Slash Commands

| Command | Purpose | | ---------------------------------------------- | ------------------------------ | | /auth · /model · /manage-models | Provider & model selection | | /skills · /tools · /agents · /tasks | Inspect available capabilities | | /memory · /remember · /forget | Persistent memory | | /clear · /compress · /recap · /summary | Manage conversation context | | /resume · /restore · /rewind | Session lifecycle | | /extensions | Install or manage extensions | | /web | Open the browser GUI | | /init · /doctor · /stats | Scaffolding & diagnostics |

Full list with /help inside the session.

🤝 Support & License

For issues or questions, contact the ctdoteam.

Forked from Qwen Code.

This project is licensed under the MIT License.