From b02c735b81c6f9270fe88222b7e942214a6c0573 Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:44:37 +0000 Subject: [PATCH] docs: fix broken star history chart in README The star history chart in the README is broken because the upstream GitHub stargazer API is now restricted, so the image no longer renders. Point the chart at a working alternative so the repository still displays an up-to-date star history. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f4937d..ec95fb9 100644 --- a/README.md +++ b/README.md @@ -551,4 +551,4 @@ agent-engineering community. Built with the hypothesis that ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=codejunkie99/agentic-stack&type=Date)](https://star-history.com/#codejunkie99/agentic-stack&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=codejunkie99/agentic-stack&type=Date)](https://star-history.dera.page/#codejunkie99/agentic-stack&Date)