v0.2.0 - High-Performance Dual-Engine AI CLI for Windows x64
⚡ 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-flashfor heavy reasoning/refactoring andgemini-3.1-flash-litefor 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!
- Cloud Mode: Flagship integration with Google's
- 🔌 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:
@filepathSyntax: 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)
- Download
agen.exefrom the Assets below. - Place it in your desired folder or add it to your Windows
PATH. - Open PowerShell or CMD and type:
agen --helporagen 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