From 7da9dbd1aca898bc48aaa93943110853d69a50a7 Mon Sep 17 00:00:00 2001 From: Xiaowen Date: Mon, 6 Apr 2026 14:56:17 +0000 Subject: [PATCH 1/7] Add claude_buddy to [USB] # Conflicts: # applications/USB/claude_buddy/manifest.yml --- applications/USB/claude_buddy/manifest.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/applications/USB/claude_buddy/manifest.yml b/applications/USB/claude_buddy/manifest.yml index c8cf37c6..4249504e 100644 --- a/applications/USB/claude_buddy/manifest.yml +++ b/applications/USB/claude_buddy/manifest.yml @@ -2,13 +2,11 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: 612382e0e4f6b080b8c8b4d6beec5240e594ea90 + commit_sha: 79da7b4ece5c6a620c6d6729734374f0ea1caf24 subdir: flipper-app name: Claude Buddy id: claude_buddy -category: USB -icon: "icons/claude_10x10.png" -short_description: "Claude Code companion - physical remote control with audio feedback" +short_description: "Physical companion for Claude Code - remote control with audio/haptic feedback" description: "@README.md" changelog: "@CHANGELOG.md" author: jxw1102 From 1792af2a03fb6d01916379e53ed12fd3d11c7f36 Mon Sep 17 00:00:00 2001 From: Xiaowen Date: Mon, 6 Apr 2026 15:20:04 +0000 Subject: [PATCH 2/7] fix: lint issue --- applications/USB/claude_buddy/manifest.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/USB/claude_buddy/manifest.yml b/applications/USB/claude_buddy/manifest.yml index 4249504e..7aa63109 100644 --- a/applications/USB/claude_buddy/manifest.yml +++ b/applications/USB/claude_buddy/manifest.yml @@ -2,11 +2,13 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: 79da7b4ece5c6a620c6d6729734374f0ea1caf24 + commit_sha: e77b1e73694a8aeab6c35eeff4f7af26db75d6dd subdir: flipper-app name: Claude Buddy id: claude_buddy -short_description: "Physical companion for Claude Code - remote control with audio/haptic feedback" +category: USB +icon: "icons/claude_10x10.png" +short_description: "Claude Code companion - physical remote control with audio feedback" description: "@README.md" changelog: "@CHANGELOG.md" author: jxw1102 From bd0980e2db41b64c8ee3a03ca703398d94b9a835 Mon Sep 17 00:00:00 2001 From: Xiaowen Date: Tue, 7 Apr 2026 14:38:45 +0000 Subject: [PATCH 3/7] update commit_sha for v0.2 --- applications/USB/claude_buddy/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/USB/claude_buddy/manifest.yml b/applications/USB/claude_buddy/manifest.yml index 7aa63109..fc8956d4 100644 --- a/applications/USB/claude_buddy/manifest.yml +++ b/applications/USB/claude_buddy/manifest.yml @@ -2,7 +2,7 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: e77b1e73694a8aeab6c35eeff4f7af26db75d6dd + commit_sha: 93623b901f4b910aa8baf48415ad34d52e3e8af4 subdir: flipper-app name: Claude Buddy id: claude_buddy From c8b22080eee184dca3e8dc7f836f858601ff9731 Mon Sep 17 00:00:00 2001 From: MMX <10697207+xMasterX@users.noreply.github.com> Date: Thu, 16 Apr 2026 00:36:04 +0300 Subject: [PATCH 4/7] Update commit SHA in manifest.yml --- applications/USB/claude_buddy/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/USB/claude_buddy/manifest.yml b/applications/USB/claude_buddy/manifest.yml index fc8956d4..c8cf37c6 100644 --- a/applications/USB/claude_buddy/manifest.yml +++ b/applications/USB/claude_buddy/manifest.yml @@ -2,7 +2,7 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: 93623b901f4b910aa8baf48415ad34d52e3e8af4 + commit_sha: 612382e0e4f6b080b8c8b4d6beec5240e594ea90 subdir: flipper-app name: Claude Buddy id: claude_buddy From e95eadf202e3e3ad71c677925b351e0cda827fb5 Mon Sep 17 00:00:00 2001 From: Xiaowen Date: Tue, 21 Apr 2026 12:52:46 +0000 Subject: [PATCH 5/7] Claude Buddy release v0.5 --- applications/{USB => Bluetooth}/claude_buddy/manifest.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename applications/{USB => Bluetooth}/claude_buddy/manifest.yml (82%) diff --git a/applications/USB/claude_buddy/manifest.yml b/applications/Bluetooth/claude_buddy/manifest.yml similarity index 82% rename from applications/USB/claude_buddy/manifest.yml rename to applications/Bluetooth/claude_buddy/manifest.yml index c8cf37c6..9c086cc2 100644 --- a/applications/USB/claude_buddy/manifest.yml +++ b/applications/Bluetooth/claude_buddy/manifest.yml @@ -2,11 +2,11 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: 612382e0e4f6b080b8c8b4d6beec5240e594ea90 + commit_sha: 8b30d96a9f4d54328f7633459541ab0602a596a4 subdir: flipper-app name: Claude Buddy id: claude_buddy -category: USB +category: Bluetooth icon: "icons/claude_10x10.png" short_description: "Claude Code companion - physical remote control with audio feedback" description: "@README.md" @@ -18,3 +18,4 @@ screenshots: - "./screenshots/3.png" - "./screenshots/4.png" - "./screenshots/5.png" + - "./screenshots/6.png" From c9af8cf27698f7dea15ee22289d63956be5b30f4 Mon Sep 17 00:00:00 2001 From: Xiaowen Ji Date: Wed, 22 Apr 2026 17:57:34 +0800 Subject: [PATCH 6/7] bump version to 0.6 --- applications/Bluetooth/claude_buddy/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/Bluetooth/claude_buddy/manifest.yml b/applications/Bluetooth/claude_buddy/manifest.yml index 9c086cc2..f0dabaf1 100644 --- a/applications/Bluetooth/claude_buddy/manifest.yml +++ b/applications/Bluetooth/claude_buddy/manifest.yml @@ -2,7 +2,7 @@ sourcecode: type: git location: origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: 8b30d96a9f4d54328f7633459541ab0602a596a4 + commit_sha: bbf355a23c6f6b1d80817ba0077fb2febe57e54d subdir: flipper-app name: Claude Buddy id: claude_buddy From 3b111e3664a14f1d90cfb473b96adb862f3f2263 Mon Sep 17 00:00:00 2001 From: Xiaowen Date: Sun, 24 May 2026 06:35:18 +0000 Subject: [PATCH 7/7] delete claude_buddy app from USB category --- .../Bluetooth/claude_buddy/manifest.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 applications/Bluetooth/claude_buddy/manifest.yml diff --git a/applications/Bluetooth/claude_buddy/manifest.yml b/applications/Bluetooth/claude_buddy/manifest.yml deleted file mode 100644 index f0dabaf1..00000000 --- a/applications/Bluetooth/claude_buddy/manifest.yml +++ /dev/null @@ -1,21 +0,0 @@ -sourcecode: - type: git - location: - origin: https://github.com/jxw1102/flipper-claude-buddy.git - commit_sha: bbf355a23c6f6b1d80817ba0077fb2febe57e54d - subdir: flipper-app -name: Claude Buddy -id: claude_buddy -category: Bluetooth -icon: "icons/claude_10x10.png" -short_description: "Claude Code companion - physical remote control with audio feedback" -description: "@README.md" -changelog: "@CHANGELOG.md" -author: jxw1102 -screenshots: - - "./screenshots/1.png" - - "./screenshots/2.png" - - "./screenshots/3.png" - - "./screenshots/4.png" - - "./screenshots/5.png" - - "./screenshots/6.png"