Skip to content

Commit 23908e1

Browse files
authored
feat: add Bitbucket CLI icon (#131)
1 parent ae2048d commit 23908e1

3 files changed

Lines changed: 43 additions & 1 deletion

File tree

.agents/plugins/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,8 @@
625625
"authentication": "ON_INSTALL"
626626
},
627627
"category": "Tools & Integrations",
628-
"description": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud."
628+
"description": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.",
629+
"icon": "./plugins/avivsinai/bitbucket-cli/assets/bkt-icon.svg"
629630
},
630631
{
631632
"name": "calle",

plugins/avivsinai/bitbucket-cli/.codex-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"interface": {
2525
"displayName": "Bitbucket CLI",
26+
"composerIcon": "./assets/bkt-icon.svg",
2627
"shortDescription": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines",
2728
"category": "Developer Tools"
2829
}
Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)