From 4348e97a8a15705c9c28a8b486de2f08bb2a35ce Mon Sep 17 00:00:00 2001 From: Ben Lawson Date: Thu, 4 Jun 2026 23:15:05 -0400 Subject: [PATCH] Update Ralph community extension to v1.1.1 --- extensions/catalog.community.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 07fb7ef55d..970bcf8d47 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2151,8 +2151,8 @@ "id": "ralph", "description": "Autonomous implementation loop using AI agent CLI.", "author": "Rubiss", - "version": "1.0.2", - "download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.0.2.zip", + "version": "1.1.1", + "download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.1.1.zip", "repository": "https://github.com/Rubiss-Projects/spec-kit-ralph", "homepage": "https://github.com/Rubiss-Projects/spec-kit-ralph", "documentation": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/README.md", @@ -2163,7 +2163,11 @@ "tools": [ { "name": "copilot", - "required": true + "required": false + }, + { + "name": "codex", + "required": false }, { "name": "git", @@ -2179,13 +2183,14 @@ "implementation", "automation", "loop", - "copilot" + "copilot", + "codex" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-03-09T00:00:00Z", - "updated_at": "2026-05-04T17:02:08Z" + "updated_at": "2026-06-05T03:11:06Z" }, "reconcile": { "name": "Reconcile Extension", @@ -3607,4 +3612,4 @@ "updated_at": "2026-04-13T00:00:00Z" } } -} \ No newline at end of file +}