Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: This repository is in maintenance mode
url: https://github.com/coder/coder/issues/new/choose
about: >
aibridge has moved to coder/coder (see coder/coder#24190).
Please open new issues against coder/coder instead.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# aibridge

> [!IMPORTANT]
> **Maintenance mode.** This repository has moved to [coder/coder](https://github.com/coder/coder) (see [coder/coder#24190](https://github.com/coder/coder/pull/24190)). New issues and pull requests will not be accepted here — please use [coder/coder](https://github.com/coder/coder) instead.

aibridge is an HTTP gateway that sits between AI clients and upstream AI providers (Anthropic, OpenAI). It intercepts requests to record token usage, prompts, and tool invocations per user. Optionally supports centralized [MCP](https://modelcontextprotocol.io/) tool injection with allowlist/denylist filtering.

## Architecture
Expand Down
Loading