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

indirecttek-vibe-engine

v2.7.13

Published

Autonomous Local AI Agent. Vibe Coding v1.0.

Readme

IndirectTek Vibe Engine 🤖⚡

"Autonomous Local AI Agent. Maximum Badassery."

IndirectTek Vibe Engine turns your VS Code into an autonomous development powerhouse. It writes code, creates files, and executes commands—running entirely on your infrastructure.


🚀 Quick Start (Direct Mode)

Prerequisites:

  • Ollama installed and running (http://localhost:11434).
  • Model: qwen2.5-coder:14b (Recommended). Pull it via ollama pull qwen2.5-coder:14b.

Step 1: Install & Go

  1. Install "IndirectTek Vibe Engine" from VS Code Marketplace.
  2. Open the IndirectTek AI chat panel.
  3. Type: "Create a hello world python script".
  4. Important: Check your Settings! The default configuration might point to a specific IP (192.168...). Change partnerBot.ollamaUrl to http://localhost:11434 (or your server IP) if running locally.

Note: The agent connects to http://localhost:11434 by default.


🛠️ Advanced: Vibe Controller (Optional)

For Telemetry, Dashboards, and Enterprise Features, run the standalone Vibe Controller:

  1. Run: npx indirecttek-vibe-engine@latest
  2. Copy the Token.
  3. In VS Code Settings:
    • Set Use Controller to true.
    • Paste the Controller Token.

✨ Key Features (v2.6)

  • 100% Data Privacy: Your code never leaves your network.
  • Permission System (Yellow Card): Interactive approval for sensitive actions:
    • Shell: run_command requires manual allow (Always/Once/Deny).
    • Visual: generate_image triggers approval.
    • Files: create_file, edit_file, delete_file check permissions.
    • Capabilities: Command/install/delete and file/delete are gated separately.
  • Cybernetic Vision: The agent can now Scan Directories (LIST_DIR) to understand your project structure instantly.
  • Studio Mode: Generate assets using generate_image (requires Fooocus API).
  • Intent Router: Automatically switches models based on task (Chat vs Refactor vs Plan).
  • Autonomous Editing: Strict "Hunk Only" editing to prevent creating massive diffs.
  • Working Memory: Keeps goal/last tool/next step to maintain momentum.

⚙️ Configuration (The "Router")

You can map distinct models to different "Intents" in your settings.json:

"partnerBot.models.fast": "qwen2.5:7b",       // Chat, Explanations
"partnerBot.models.default": "qwen2.5-coder:14b", // Refactoring, Editing
"partnerBot.models.deep": "qwen2.5:32b",      // Planning, Complex Logic
"partnerBot.allowedCommands": ["npm install", "cd", "ls", "grep"], // Whitelist
"partnerBot.allowDangerousCommands": false,   // Override hard-deny list (rm/sudo/etc)
"partnerBot.toolEnforcement": "soft"          // off | soft | strict

The agent will automatically route "Fix this" requests to the Default (Coder) model and casual chat to the Fast model.

🚨 Troubleshooting

  • Command 'cd' not in allowed list: Update to v2.6.39+.
  • Image Generation fails: Ensure Fooocus is running and partnerBot.fooocusUrl is correct.
  • Connection Refused: Check your ollamaUrl. If using WSL or Docker, use the host IP.
  • New VSIX not taking effect: Uninstall and reinstall the VSIX (reload alone may keep the old extension host).

📜 License

MIT License. Built with ❤️ and ☕ by IndirectTek.