From a599e83e42d98ee7c359891b69d97e60a96892ad Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Tue, 16 Jun 2026 17:23:12 +0100 Subject: [PATCH] feat: update SVG icons for copilot and add new pull request comment and error icons - Modified copilot-warning.svg and copilot.svg to enhance SVG structure and styling. - Added new icons for git-pull-request-comment.svg and git-pull-request-error.svg. - Updated mapping.json to include new identifiers for pull request comment and error. - Enhanced metadata.json with descriptions and tags for the new pull request comment and error events. --- src/icons/claude.svg | 2 +- src/icons/copilot-blocked.svg | 2 +- src/icons/copilot-error.svg | 2 +- src/icons/copilot-in-progress.svg | 2 +- src/icons/copilot-not-connected.svg | 2 +- src/icons/copilot-snooze.svg | 2 +- src/icons/copilot-success.svg | 2 +- src/icons/copilot-unavailable.svg | 2 +- src/icons/copilot-warning.svg | 2 +- src/icons/copilot.svg | 2 +- src/icons/git-pull-request-comment.svg | 1 + src/icons/git-pull-request-error.svg | 1 + src/template/mapping.json | 6 ++++++ src/template/metadata.json | 24 ++++++++++++++++++++++++ 14 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 src/icons/git-pull-request-comment.svg create mode 100644 src/icons/git-pull-request-error.svg diff --git a/src/icons/claude.svg b/src/icons/claude.svg index 5a3ecca0..632edc0c 100644 --- a/src/icons/claude.svg +++ b/src/icons/claude.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-blocked.svg b/src/icons/copilot-blocked.svg index 5d2b4466..879bc48a 100644 --- a/src/icons/copilot-blocked.svg +++ b/src/icons/copilot-blocked.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-error.svg b/src/icons/copilot-error.svg index 8b01436d..faf4c1ea 100644 --- a/src/icons/copilot-error.svg +++ b/src/icons/copilot-error.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-in-progress.svg b/src/icons/copilot-in-progress.svg index 2f512d98..aad4462d 100644 --- a/src/icons/copilot-in-progress.svg +++ b/src/icons/copilot-in-progress.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-not-connected.svg b/src/icons/copilot-not-connected.svg index 4b70a9b3..93bd6da1 100644 --- a/src/icons/copilot-not-connected.svg +++ b/src/icons/copilot-not-connected.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-snooze.svg b/src/icons/copilot-snooze.svg index a8b096ca..e56db619 100644 --- a/src/icons/copilot-snooze.svg +++ b/src/icons/copilot-snooze.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-success.svg b/src/icons/copilot-success.svg index afd7a2c9..2ddbc9b4 100644 --- a/src/icons/copilot-success.svg +++ b/src/icons/copilot-success.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-unavailable.svg b/src/icons/copilot-unavailable.svg index fc4c3716..d5716afc 100644 --- a/src/icons/copilot-unavailable.svg +++ b/src/icons/copilot-unavailable.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot-warning.svg b/src/icons/copilot-warning.svg index 7c09942f..bd2e54fc 100644 --- a/src/icons/copilot-warning.svg +++ b/src/icons/copilot-warning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/copilot.svg b/src/icons/copilot.svg index 6d52a366..23528e0b 100644 --- a/src/icons/copilot.svg +++ b/src/icons/copilot.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/git-pull-request-comment.svg b/src/icons/git-pull-request-comment.svg new file mode 100644 index 00000000..d8f7eab2 --- /dev/null +++ b/src/icons/git-pull-request-comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/git-pull-request-error.svg b/src/icons/git-pull-request-error.svg new file mode 100644 index 00000000..ce06af33 --- /dev/null +++ b/src/icons/git-pull-request-error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 20cb1f8d..35f4ce82 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1917,5 +1917,11 @@ ], "60612": [ "run-compact" + ], + "60613": [ + "git-pull-request-comment" + ], + "60614": [ + "git-pull-request-error" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index c03a14fb..a893db12 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -2915,6 +2915,18 @@ "category": "git", "description": "Closed pull request" }, + "git-pull-request-comment": { + "tags": [ + "pr", + "review", + "feedback", + "discussion", + "note", + "git" + ], + "category": "git", + "description": "Pull request comment" + }, "git-pull-request-create": { "tags": [ "pr", @@ -2951,6 +2963,18 @@ "category": "git", "description": "Draft pull request" }, + "git-pull-request-error": { + "tags": [ + "pr", + "fail", + "problem", + "warning", + "conflict", + "git" + ], + "category": "git", + "description": "Pull request error" + }, "git-pull-request-go-to-changes": { "tags": [ "pr",