From 8d35530bd3fe10b66a44336761e3c5640af197b0 Mon Sep 17 00:00:00 2001 From: Patrick Wozniak Date: Tue, 4 Aug 2026 10:31:29 +0200 Subject: [PATCH] docs(readme): add workflow status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 865c6f5..01b77c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # pi-commandcode-provider +[![CI](https://github.com/patlux/pi-commandcode-provider/actions/workflows/ci.yml/badge.svg)](https://github.com/patlux/pi-commandcode-provider/actions/workflows/ci.yml) +[![Memory benchmark](https://github.com/patlux/pi-commandcode-provider/actions/workflows/memory-benchmark.yml/badge.svg)](https://github.com/patlux/pi-commandcode-provider/actions/workflows/memory-benchmark.yml) + A [pi](https://github.com/badlogic/pi-mono) custom provider that connects pi to the [Command Code](https://commandcode.ai) API. > **Disclaimer:** This is an unofficial, community-maintained package. I am not affiliated with, endorsed by, or connected to Command Code in any way. This provider simply forwards requests to the public Command Code API using your own API key.