From 494cdede53270765f66a2895592077ecd5ea85f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Sun, 21 Sep 2025 12:32:45 -0700 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 971f436..fa0725f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -67,7 +67,16 @@ Update all help text and examples to include the new agent: - Function docstrings and examples - Error messages with agent lists -#### 3. Update Release Package Script +#### 3. Update README Documentation + +Update the **Supported AI Agents** section in `README.md` to include the new agent: + +- Add the new agent to the table with appropriate support level (Full/Partial) +- Include the agent's official website link +- Add any relevant notes about the agent's implementation +- Ensure the table formatting remains aligned and consistent + +#### 4. Update Release Package Script Modify `.github/workflows/scripts/create-release-packages.sh`: