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

@orangeteam/cli

v0.0.1

Published

A command-line interface for interacting with AI models through a chat interface, with built-in tools for file system operations and command execution.

Readme

Orange CLI

A command-line interface for interacting with AI models through a chat interface, with built-in tools for file system operations and command execution.

Features

  • Interactive chat interface with AI models
  • File system operations (read, write, search)
  • Command execution with safety checks
  • Diff visualization for file changes
  • Context-aware responses based on your project structure
  • Support for multiple AI models

Installation

npm i -g orange-cli

Usage

Start a chat session:

orange-cli chat

Specify a model to use:

orange-cli chat --model <model-name>

Available model options:

  • premier - Amazon Nova Premier
  • micro - Amazon Nova Micro (default)
  • lite - Amazon Nova Lite
  • claude35 - Claude 3.5 Sonnet
  • claude37 - Claude 3.7 Sonnet
  • claude3- Claude 3 Sonnet

Available Commands

  • /quit - Exit the chat session

Chat Interface

The chat interface allows you to:

  • Ask questions about your code and project
  • Request file operations (read, write, modify)
  • Execute shell commands with confirmation for potentially dangerous operations
  • Get context-aware assistance based on your project structure

Supported AI Models

Orange CLI supports multiple AI models:

  • Amazon Nova Premier
  • Amazon Nova Micro
  • Amazon Nova Lite
  • Claude 3.5 Sonnet
  • Claude 3.7 Sonnet
  • Claude 3 Sonnet

Tools

File System Tools

  • Read Files: Read file contents, list directories, or search for patterns
  • Write Files: Create, append to, or modify existing files
  • File Diff: Visualize changes to files with color-coded diffs

Command Execution

Execute bash commands with safety checks for potentially dangerous operations.

Project Structure

orange-cli/
├── index.mjs              # Main entry point
├── util_terminal.mjs      # Terminal utilities
├── util_context.mjs       # Project context builder
├── tool_execute-bash.mjs  # Bash execution tool
├── tool_fs_read.mjs       # File system read tool
└── tool_fs_write.mjs      # File system write tool

Dependencies

  • orange-llm: LLM client library
  • orange-agent: Agent framework for tool execution
  • diff: Library for generating text diffs

Configuration

Orange CLI automatically detects your project structure and provides context-aware assistance. No additional configuration is required for basic usage.

Security

  • Commands that could potentially be dangerous require explicit confirmation
  • File operations are performed with appropriate safety checks
  • Sensitive operations are clearly highlighted

License

ISC

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.