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",