From a8ff1151846ac63dd097c55aa0204aae9fa18897 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 3 Jan 2026 16:31:11 +0100 Subject: [PATCH] Add Discord and build badges to READMEs --- README.md | 7 +++++++ packages/coding-agent/README.md | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 5f4637fb..04f87f30 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Tools for building AI agents and managing LLM deployments. +

+ Discord + Build status +

+ +> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues). + ## Packages | Package | Description | diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index b4c31b61..9faf977a 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -4,6 +4,14 @@ A terminal-based coding agent with multi-model support, mid-session model switch Works on Linux, macOS, and Windows (requires bash; see [Windows Setup](#windows-setup)). +

+ Discord + npm + Build status +

+ +> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues). + ## Table of Contents - [Getting Started](#getting-started)