From 4e4851e1dec0d07ebb02dd8bb82ce1d00691c9fa Mon Sep 17 00:00:00 2001 From: nacho <55325908+nachodeluca@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:00:40 -0300 Subject: [PATCH] Add Orca Discord Presence integration --- orca-marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/orca-marketplace.json b/orca-marketplace.json index de2b6ef..89e0ce8 100644 --- a/orca-marketplace.json +++ b/orca-marketplace.json @@ -81,6 +81,16 @@ }, "description": "Command aliases and optional shortcuts for frequent Orca views.", "categories": ["keybindings", "official"] + }, + { + "id": "nacho.orca-discord-presence", + "source": { + "kind": "git", + "url": "https://github.com/nachodeluca/orca-discord-presence.git", + "ref": "v0.1.0" + }, + "description": "Publishes Orca agent status to Discord Rich Presence.", + "categories": ["integrations"] } ] }