tailcallhq/forgecode

AI enabled pair programmer for Claude, GPT, O Series, Grok, Deepseek, Gemini and 300+ models

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 8th, 2024
Open Issues & Pull Requests: 44 (+0)
GitHub issues: Enabled
Number of forks: 1,462
Total Stargazers: 7,621 (+0)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.2 hours
Mean response time: 10.7 days
90th percentile: 33.7 days
Tracked items: 559

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "onlydust-wave" is answered fastest, typically in about 3 hours, while "severity: high" waits about 4 days. Only 12% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 111 days
Stale 30+ days: 4
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type: bug (223)
  • state: inactive (200)
  • type: feature (116)
  • severity: high (29)
  • severity: low (15)
  • good first issue (13)
  • onlydust-wave (13)
  • type: performance (11)

Detailed Description

Forge is an AI-enabled pair programmer that integrates multiple large language models into a terminal-based development environment.

Forge addresses the challenge of leveraging AI assistance within existing development workflows by operating as a coding agent with three distinct interaction modes. The interactive terminal UI mode provides a conversational interface for extended development sessions. The one-shot CLI mode allows single commands to be processed without entering a persistent session. The ZSH plugin mode, activated by a colon prefix, enables AI assistance directly within shell commands. The tool connects to over 300 models across providers including Claude, GPT, O Series, Grok, Deepseek, and Gemini through a unified interface. It includes semantic search capabilities for workspace analysis, git integration for understanding code changes, shell command execution tools, and customizable agent behavior through skills and configuration files.

Developers should adopt Forge if they want AI assistance deeply integrated into their terminal workflow rather than as a separate application. It suits projects where developers spend significant time in the shell and want context-aware code understanding, feature implementation suggestions, debugging assistance, and code review capabilities without leaving their development environment. The tool supports multi-agent workflows and allows configuration of multiple AI providers, enabling teams to choose their preferred models and manage credentials through an interactive setup flow.

The project maintains active development with regular updates to its core functionality and agent capabilities. The codebase shows ongoing refinement of the three operational modes and their integration with shell environments. Configuration and provider management systems receive continued attention, indicating responsiveness to user setup and credential handling needs. Documentation coverage spans quickstart guidance, detailed usage examples across common development tasks, and comprehensive configuration references.