From 2d84692ec608bc7bf3eed232f87a88056c561418 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 12:42:05 +0000 Subject: [PATCH 1/2] Add Grok Usage Streamcontroller to Plugins.json Pinned to main @ 4f0e0bd (1.0.2 - historyLen/track-contrast/ring-sizing fixes from real-device testing). Not yet opened as a PR against the upstream store repo - holding until testing is confirmed and the repo owner can do the terms-of-service attestation the PR template asks for. --- Plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plugins.json b/Plugins.json index 8e3c8e3..d956148 100644 --- a/Plugins.json +++ b/Plugins.json @@ -273,5 +273,9 @@ { "url": "https://github.com/GrantAbell/StreamController-Spotify", "hash": "4a22c1cbd3841e6eca468a99f09c408e1767ce3d" + }, + { + "url": "https://github.com/ENjxzlt/Grok-Usage-Streamcontroller", + "hash": "4f0e0bd031b1e0dd0ed37edf033d13f5cba6e877" } ] From 5bc59c85166fa1db01bb9396cbd4a2aa38244fa0 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 2 Sep 2026 16:10:05 +0000 Subject: [PATCH 2/2] Bump Grok-Usage-Streamcontroller hash to 1.0.3 (fixes AdwEntryRow crash) Core447 hit 'TypeError: gobject AdwEntryRow doesn't support property subtitle' opening the action's settings while reviewing this PR. Fixed upstream in ENjxzlt/Grok-Usage-Streamcontroller@b6d74c4; repointing this entry at that commit. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01UJ3K16EeaK24LWUksYKcBd --- Plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.json b/Plugins.json index d956148..af7446e 100644 --- a/Plugins.json +++ b/Plugins.json @@ -276,6 +276,6 @@ }, { "url": "https://github.com/ENjxzlt/Grok-Usage-Streamcontroller", - "hash": "4f0e0bd031b1e0dd0ed37edf033d13f5cba6e877" + "hash": "b6d74c4fc0fb3153562b649abc0f8be31798abc0" } ]