Skip to content

v0.2.0 - High-Performance Dual-Engine AI CLI for Windows x64

Choose a tag to compare

@AmanBanik AmanBanik released this 25 Jul 21:12

⚡ Terminal Agent v0.2.0

High-Performance Split-Brain Agentic AI & Development Assistant for Windows x64

We are thrilled to announce the official inaugural release of Terminal Agent (v0.2.0)! Designed with a custom Stealth Hardware Aesthetic and engineered specifically for Windows 64-bit developers, this release introduces a revolutionary Split-Brain Architecture separating asynchronous backend reasoning from instant-start terminal execution.


🔥 Highlights & New Features

  • 🧠 Dual-Engine LLM Support (Cloud + Offline):
    • Cloud Mode: Flagship integration with Google's gemini-3.5-flash for heavy reasoning/refactoring and gemini-3.1-flash-lite for high-speed file lookups.
    • Offline Local Mode: Native Ollama routing over port 11434. Switch instantly to local offline models (gemma:7b, gemma4, llama3) for unlimited free tokens and private dataset analysis!
  • 🔌 14 Model Context Protocol (MCP) Connectors:
    Connect external data silos natively: motherduck (local DuckDB), postgresql, sqlite, bigquery, filesystem, github, docker, puppeteer, tavily, and more!
  • 🛠️ 13 Pre-Built Domain Agent Skills:
    Modular engineering standards for Data Science & Deep Learning (EDA, Feature Extraction, Predictive Modeling, PyTorch DL scripting) and Software Engineering (Code Review Loops, PEP 484 style, Custom ADK).
  • Terminal-Native Workflow:
    • @filepath Syntax: Dynamically inject file contents directly into your prompts (e.g., agen chat "Find bugs in @backend/main.py").
    • Interactive REPL: Control sessions and LLM providers on the fly with /session, /clear, /local, /gemini, and /help.

📦 Installation & Setup (Windows x64)

Option 1: Standalone Executable (Recommended for Workstations)

  1. Download agen.exe from the Assets below.
  2. Place it in your desired folder or add it to your Windows PATH.
  3. Open PowerShell or CMD and type: agen --help or agen init --profile ds!

Option 2: PowerShell Web Installer (irm | iex)

For CI/CD and automated developer setup, run in PowerShell:

irm [https://raw.githubusercontent.com/AmanBanik/Agen/main/deploy/install.ps1](https://raw.githubusercontent.com/AmanBanik/Agen/main/deploy/install.ps1) | iex