Skip to content

Commit 68980c9

Browse files
authored
Update Ralph community extension to v1.1.1 (#2861)
1 parent 1b0556c commit 68980c9

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

extensions/catalog.community.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,10 +2417,10 @@
24172417
"ralph": {
24182418
"name": "Ralph Loop",
24192419
"id": "ralph",
2420-
"description": "Autonomous implementation loop using AI agent CLI.",
2420+
"description": "Autonomous implementation loop using AI agent CLI",
24212421
"author": "Rubiss",
2422-
"version": "1.0.2",
2423-
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.0.2.zip",
2422+
"version": "1.1.1",
2423+
"download_url": "https://github.com/Rubiss-Projects/spec-kit-ralph/archive/refs/tags/v1.1.1.zip",
24242424
"repository": "https://github.com/Rubiss-Projects/spec-kit-ralph",
24252425
"homepage": "https://github.com/Rubiss-Projects/spec-kit-ralph",
24262426
"documentation": "https://github.com/Rubiss-Projects/spec-kit-ralph/blob/main/README.md",
@@ -2433,7 +2433,11 @@
24332433
"tools": [
24342434
{
24352435
"name": "copilot",
2436-
"required": true
2436+
"required": false
2437+
},
2438+
{
2439+
"name": "codex",
2440+
"required": false
24372441
},
24382442
{
24392443
"name": "git",
@@ -2449,13 +2453,14 @@
24492453
"implementation",
24502454
"automation",
24512455
"loop",
2452-
"copilot"
2456+
"copilot",
2457+
"codex"
24532458
],
24542459
"verified": false,
24552460
"downloads": 0,
24562461
"stars": 0,
24572462
"created_at": "2026-03-09T00:00:00Z",
2458-
"updated_at": "2026-05-04T17:02:08Z"
2463+
"updated_at": "2026-06-05T03:11:06Z"
24592464
},
24602465
"reconcile": {
24612466
"name": "Reconcile Extension",

0 commit comments

Comments
 (0)