From 642485d0cd4e13463750f4c1299d32c9fb2238e7 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 26 Jun 2025 08:06:33 -0700 Subject: [PATCH] Added Gemini CLI to agent --- source/data/applications.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/data/applications.json b/source/data/applications.json index 69f2362..332ce46 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -9359,6 +9359,25 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Gemini CLI", + "description": "", + "repo_url": "https://github.com/google-gemini/gemini-cli", + "tags": [ + "tui", + "manual" + ], + "platforms": [ + "cross" + ], + "category": "agent", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file