JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 46
  • Score
    100M100P100Q110583F
  • License MIT

Woozlit AI - Agentic Coding Assistant

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (woozlit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Woozlit CLI v2.0.1

    The elite command-line interface for Woozlit AI - an autonomous, agentic coding assistant featuring a beautiful, modern terminal UI (Claude-Code style), global theming, browser automation natively, and remote Telegram control.

    Installation

    # Standalone binaries are available, or install via npm
    npm install -g woozlit

    Core Features

    • Agentic AI: Executes complex tasks (coding, testing, deployment) autonomously without stopping to ask permission.
    • Modern Minimalist UI: Sleek, Claude-Code inspired terminal aesthetics with spinner branches and concise one-line action summaries (└ Read 58 lines).
    • Global Theming: Switch the entire CLI's color palette on the fly (/theme). Supports: Woozlit Blue, Classic Purple, Hacker Green, Sunset Orange, Dracula Pink, and Monochrome Silver.
    • Browser Automation: The CLI can automatically spin up a headless/headed browser session to read documentation, debug web apps, and take screenshots using browser_* tools.
    • Telegram Remote: Start the CLI on your desktop, leave it running, and text it complex coding tasks from your phone via Telegram.
    • MCP Protocol: Deep integration with Model Context Protocol to hook into external servers.
    • Auto-Correction: Automatically detects, reads stderr, and attempts to fix errors during execution loops.

    Usage

    Start Chat

    woozlit
    # or
    woozlit chat

    Global Themes

    woozlit theme

    Brings up an interactive prompt to switch color themes.

    Chat Commands

    Inside a chat session, you can use:

    Command Description
    /exit Exit chat
    /clear Clear conversation
    /model Switch AI model (default is Woozie/Gemini-2.5-Flash)
    /theme Switch UI color theme dynamically
    /mcp List connected external tools
    /telegram Control the remote Telegram bot
    /usage Check token usage
    /rollback Undo last AI file change
    /help Show help

    Available Models

    • Woozie (Gemini 2.5 Flash) - Default & Recommended for speed/autonomy
    • Llama 3.3 70B / 4 Maverick
    • Qwen3 235B / Coder
    • Mistral Small 3.2
    • DeepSeek V3 / R1
    • Kimi K2
    • and more via OpenRouter...

    MCP Support (Model Context Protocol)

    Manage MCP Servers:

    # Install specific tools (e.g. Browser Control)
    woozlit mcp install browsermcp
    
    # Install Chrome Bridge specifically
    woozlit mcp install mcp-chrome-bridge
    
    # Add standard MCP server (stdio)
    woozlit mcp add sqlite uvx mcp-server-sqlite --db test.db

    Once added, the AI can automatically discover and use tools provided by these servers natively in its autonomous loop.