forge-ai-coder
v0.1.5
Published
Forge Code CLI — The ultimate terminal-native AI coding assistant and agentic pair programmer.
Maintainers
Readme
Forge Code is an elite, terminal-native AI coding assistant designed to bring the power of LLMs directly into your local workspace. Featuring a beautiful React Ink UI and universal model support, it acts as an ultra-fast agentic pair programmer.
✨ Why Forge Code?
- ⚡️ Zero Latency Workflow — Modify your actual local files instantly without copy-pasting.
- 🧠 Universal Native API — Built specifically to leverage Gemini 3.1 Flash Lite and GitHub Copilot as top-tier models alongside Anthropic/OpenAI equivalents via a unified shim.
- 🎨 Premium Terminal UX — Forget blocky text lines. Forge Code is built with absolute fidelity, featuring syntax highlighting, structured layouts, and fluid loading states.
- 📂 Workspace-Aware — Give it an instruction, and it will autonomously read your directories, figure out where to insert a React component, or rewrite a
tsconfig.jsonwithout breaking sweat.
📦 Installation & Setup
Install Globally
npm install -g forge-ai-coderLaunch with Gemini Ensure an environment variable (
GEMINI_API_KEY) is available, then simply run:forge-code dev:geminiLaunch with GitHub Copilot Harness your enterprise GitHub Copilot endpoints securely:
forge-code dev:github
🛠️ Local Development & Ecosystem
If you want to contribute or build atop the Forge Code CLI, we use Bun to orchestrate lighting-fast builds and AST strips for our TypeScript core.
- Clone the Forge ecosystem
cd forge-code bun install - Compile the runtime
bun run build - Execute locally
bun run dev:gemini
Check out our System Diagnostic Tool optionally to test environment capacities before deploying to NPM.
