From 4bffeb52afd39f48b3c2cc61077ef895b8ec4e6f Mon Sep 17 00:00:00 2001 From: Jon Marien Date: Sat, 5 Sep 2026 06:52:45 +0000 Subject: [PATCH 1/2] Add chron0.discord-presence to marketplace index --- orca-marketplace.json | 52 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 8 deletions(-) diff --git a/orca-marketplace.json b/orca-marketplace.json index de2b6ef..435a984 100644 --- a/orca-marketplace.json +++ b/orca-marketplace.json @@ -10,7 +10,10 @@ "ref": "v1.0.0" }, "description": "A quiet dark theme tuned for long coding sessions.", - "categories": ["themes", "official"] + "categories": [ + "themes", + "official" + ] }, { "id": "stablyai.orca-workflow-skills", @@ -20,7 +23,10 @@ "ref": "v1.0.0" }, "description": "Practical skills for planning, reviewing, and handing off repository work.", - "categories": ["skills", "official"] + "categories": [ + "skills", + "official" + ] }, { "id": "stablyai.orca-nord-theme", @@ -30,7 +36,10 @@ "ref": "v1.0.0" }, "description": "A cool, low-contrast application theme inspired by arctic colors.", - "categories": ["themes", "official"] + "categories": [ + "themes", + "official" + ] }, { "id": "stablyai.orca-portuguese", @@ -40,7 +49,10 @@ "ref": "v1.0.0" }, "description": "Brazilian Portuguese translations for common Orca navigation.", - "categories": ["languages", "official"] + "categories": [ + "languages", + "official" + ] }, { "id": "stablyai.orca-minimal-icons", @@ -50,7 +62,10 @@ "ref": "v1.0.0" }, "description": "A compact monochrome icon theme for common source files.", - "categories": ["icons", "official"] + "categories": [ + "icons", + "official" + ] }, { "id": "stablyai.orca-solarized-terminal", @@ -60,7 +75,10 @@ "ref": "v1.0.0" }, "description": "Solarized Dark terminal colors packaged for Orca.", - "categories": ["terminal-themes", "official"] + "categories": [ + "terminal-themes", + "official" + ] }, { "id": "stablyai.orca-multipass-recipes", @@ -70,7 +88,10 @@ "ref": "v1.0.0" }, "description": "A reviewed starter lifecycle for disposable Multipass workspaces.", - "categories": ["vm-recipes", "official"] + "categories": [ + "vm-recipes", + "official" + ] }, { "id": "stablyai.orca-navigation-shortcuts", @@ -80,7 +101,22 @@ "ref": "v1.0.0" }, "description": "Command aliases and optional shortcuts for frequent Orca views.", - "categories": ["keybindings", "official"] + "categories": [ + "keybindings", + "official" + ] + }, + { + "id": "chron0.discord-presence", + "source": { + "kind": "git", + "url": "https://github.com/jondmarien/orca-discord-presence.git", + "ref": "v0.4.1" + }, + "description": "Discord Rich Presence for Orca \u2014 workspace, branch, and agent state with opt-in privacy, companion bridge, and a diagnostics sidebar.", + "categories": [ + "integrations" + ] } ] } From b7b6cbc0252e1142aed22ab2658b2393e5e7ad31 Mon Sep 17 00:00:00 2001 From: Jon Marien Date: Sat, 5 Sep 2026 07:12:27 +0000 Subject: [PATCH 2/2] chore: pin chron0.discord-presence to v0.5.0 --- orca-marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orca-marketplace.json b/orca-marketplace.json index 435a984..4f71072 100644 --- a/orca-marketplace.json +++ b/orca-marketplace.json @@ -111,9 +111,9 @@ "source": { "kind": "git", "url": "https://github.com/jondmarien/orca-discord-presence.git", - "ref": "v0.4.1" + "ref": "v0.5.0" }, - "description": "Discord Rich Presence for Orca \u2014 workspace, branch, and agent state with opt-in privacy, companion bridge, and a diagnostics sidebar.", + "description": "Discord Rich Presence for Orca \u2014 workspace, branch, and agent state with opt-in privacy, companion bridge, diagnostics sidebar, Clear/configure, optional presence button, and multi-agent summary.", "categories": [ "integrations" ]