From cbf631a869bca7d95e4a46e91a8771c530391ed1 Mon Sep 17 00:00:00 2001 From: "blink-so[bot]" <211532188+blink-so[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:43:14 +0000 Subject: [PATCH 1/2] docs: mark project as unmaintained in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 79eccba..7ccb2d9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ ![NPM Version](https://img.shields.io/npm/v/blink) [![Documentation](https://img.shields.io/badge/documentation-blink.coder.com-blue)](https://blink.coder.com/docs) +> [!WARNING] +> **This project is no longer actively maintained.** It is provided as-is, and issues and pull requests may not receive responses. You are welcome to fork the project or use it at your own risk. + Blink is a self-hosted platform for running AI agents that your team can talk to in Slack, GitHub, and a web UI. It includes Scout, an agent built for coding tasks and codebase research, which you can customize with new tools and prompts. You can also build entirely new agents in TypeScript with the Blink SDK. From 3f82d0fd4f3489f025eaaabaece1b85044486af3 Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Mon, 3 Aug 2026 13:50:53 +0200 Subject: [PATCH 2/2] Revise maintenance notice in README.md Updated maintenance status warning in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ccb2d9..95a5375 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Documentation](https://img.shields.io/badge/documentation-blink.coder.com-blue)](https://blink.coder.com/docs) > [!WARNING] -> **This project is no longer actively maintained.** It is provided as-is, and issues and pull requests may not receive responses. You are welcome to fork the project or use it at your own risk. +> **This project is not actively maintained.** It is provided as-is, and issues and pull requests may not receive responses. Blink is a self-hosted platform for running AI agents that your team can talk to in Slack, GitHub, and a web UI. It includes Scout, an agent built for coding tasks and codebase research, which you can customize with new tools and prompts.