From 9dd27d9c105f730ba8849b0250e60c666c3166bf Mon Sep 17 00:00:00 2001 From: roypadina <4943097+roypadina@users.noreply.github.com> Date: Sat, 6 Jun 2026 23:21:52 +0300 Subject: [PATCH] Add Agent CLI Menu (development/menubar/terminal) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index 8324e407f..6e6d3b33f 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,22 @@ { "applications": [ + { + "title": "Agent CLI Menu", + "short_description": "TUI and menu-bar launcher to start or resume Claude Code and Codex coding-agent sessions, with full-transcript fuzzy search of past sessions.", + "categories": [ + "development", + "menubar", + "terminal" + ], + "repo_url": "https://github.com/roypadina/AgentCliMenu", + "icon_url": "", + "screenshots": [], + "official_site": "https://github.com/roypadina/AgentCliMenu", + "languages": [ + "typescript", + "swift" + ] + }, { "title": "ActivityWatch", "short_description": "Open-source automated time tracker that tracks how you spend time on your devices.",