From fa084cf952a94c13c3e090ce1f033a3433687ca1 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:16:33 -0700 Subject: [PATCH] Added Context category + omi --- source/data/applications.json | 18 +++++++++++++++++- source/data/categories.json | 6 ++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/source/data/applications.json b/source/data/applications.json index d724036..a67455b 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -28,7 +28,7 @@ "MacOS", "Windows" ], - "category": "agent", + "category": "context", "stars": 13265, "flags": [], "last_commit": "04/12/2025", @@ -7095,6 +7095,22 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "omi", + "description": "", + "repo_url": "https://github.com/BasedHardware/omi", + "tags": [], + "platforms": [ + "Mobile" + ], + "category": "context", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } diff --git a/source/data/categories.json b/source/data/categories.json index c8e9a5f..91312d2 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -666,6 +666,12 @@ "parent": "utilities", "description": "" }, + { + "name": "Context", + "id": "context", + "parent": "ai", + "description": "" + }, { "name": "Other", "id": "other",