From 543ff13ffca697e0aba8a61c54536bec8c32b2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Banaszewski?= Date: Wed, 22 Apr 2026 15:22:59 +0000 Subject: [PATCH] chore: add maintenance notice to README and new issue template --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..1898b13a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/README.md b/README.md index 4762e00c..439f4d8e 100644 --- a/README.md +++ b/README.md @@ -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