From 5b179295e9e3318ccd8a8ade59f8b7a62695bfc6 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sat, 28 Feb 2026 22:26:01 -0500 Subject: [PATCH 1/5] Create agent.json crow-cli agent.json --- crow-cli/agent.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crow-cli/agent.json diff --git a/crow-cli/agent.json b/crow-cli/agent.json new file mode 100644 index 0000000..fc4c604 --- /dev/null +++ b/crow-cli/agent.json @@ -0,0 +1,18 @@ +{ + "id": "crow-cli", + "name": "crow-cli", + "version": "0.1.3", + "description": "Minimal ACP Native Coding Agent", + "repository": "https://github.com/odellus/crow-cli", + "authors": [ + "Thomas Wood" + ], + "license": "Apache-2.0", + "distribution": { + "uvx": { + "package": "crow-cli", + "args": ["acp"] + }, + } + } +} From f1bd87103d0ba952eae4611504328931e1e53fd4 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sat, 28 Feb 2026 22:27:40 -0500 Subject: [PATCH 2/5] adding --- crow-cli/icon.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crow-cli/icon.svg diff --git a/crow-cli/icon.svg b/crow-cli/icon.svg new file mode 100644 index 0000000..1169116 --- /dev/null +++ b/crow-cli/icon.svg @@ -0,0 +1,9 @@ + + + From 811e4daaae6a34e6d49770a1af59300abd39a5c5 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sat, 28 Feb 2026 22:57:51 -0500 Subject: [PATCH 3/5] Update agent.json --- crow-cli/agent.json | 1 - 1 file changed, 1 deletion(-) diff --git a/crow-cli/agent.json b/crow-cli/agent.json index fc4c604..80db642 100644 --- a/crow-cli/agent.json +++ b/crow-cli/agent.json @@ -14,5 +14,4 @@ "args": ["acp"] }, } - } } From e3d2165fef94d78eac7d1915d4e06e07ebd20c95 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sat, 28 Feb 2026 23:00:41 -0500 Subject: [PATCH 4/5] Update agent.json --- crow-cli/agent.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/crow-cli/agent.json b/crow-cli/agent.json index 80db642..c9bd372 100644 --- a/crow-cli/agent.json +++ b/crow-cli/agent.json @@ -4,14 +4,12 @@ "version": "0.1.3", "description": "Minimal ACP Native Coding Agent", "repository": "https://github.com/odellus/crow-cli", - "authors": [ - "Thomas Wood" - ], + "authors": ["Thomas Wood"], "license": "Apache-2.0", "distribution": { "uvx": { "package": "crow-cli", "args": ["acp"] - }, } + } } From 15e4eadde945f88e6f9a21418cc6a0315c7a7e4a Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Sun, 1 Mar 2026 13:50:15 -0500 Subject: [PATCH 5/5] Update agent.json --- crow-cli/agent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crow-cli/agent.json b/crow-cli/agent.json index c9bd372..d901fe6 100644 --- a/crow-cli/agent.json +++ b/crow-cli/agent.json @@ -1,9 +1,9 @@ { "id": "crow-cli", "name": "crow-cli", - "version": "0.1.3", + "version": "0.1.4", "description": "Minimal ACP Native Coding Agent", - "repository": "https://github.com/odellus/crow-cli", + "repository": "https://github.com/crow-cli/crow-cli", "authors": ["Thomas Wood"], "license": "Apache-2.0", "distribution": {