dyndynjyxa/aio-coding-hub

一个All In One的本地AI工具, 支持Win/Mac/Linux

What it solves

AIO Coding Hub provides a unified local gateway for AI coding CLI tools (such as Claude Code, Codex, and Gemini CLI). It eliminates the need to configure API keys for each tool individually, prevents request failures through intelligent failover, and provides visibility into token usage and costs across different providers.

How it works

The application acts as a local proxy (listening on 127.0.0.1:37123) that intercepts requests from coding CLIs. It routes these requests to various AI providers based on user-defined priority lists (sorting templates). If a primary provider fails, the gateway automatically switches to a backup provider using a circuit breaker pattern to ensure stability.

Who it’s for

Developers who use multiple AI coding CLI tools and multiple LLM providers, and who want a centralized way to manage their API configurations, monitor costs, and ensure high availability of their AI-assisted coding workflow.

Highlights

  • Unified Gateway: Single entry point for multiple coding CLIs with independent on/off switches.
  • Intelligent Routing: Automatic failover and circuit breaker protection to handle unstable upstream providers.
  • Smart Observability: Detailed token usage statistics, cost estimation, and request trace logs with heatmaps.
  • Workspace Management: Project-specific isolation for Prompts, MCP, and Skill configurations.
  • Extensible Plugin System: Support for custom commands, provider extensions, and gateway hooks via an Extension Host.
  • Model Validation: Tools to verify provider capabilities like token truncation and extended thinking across different vendors.

Related

  • Project
  • Project
  • Project
  • Project
  • Project