From 5d013892fa00f5c6013e7d971487d929344e83c9 Mon Sep 17 00:00:00 2001 From: yourkase-chaehyun Date: Mon, 24 Aug 2026 18:29:38 +0900 Subject: [PATCH] feat: add plugin brand assets --- .codex-plugin/plugin.json | 5 ++++- .github/workflows/release.yml | 1 + assets/planetscale-mark-black.svg | 4 ++++ assets/planetscale-mark-white.svg | 4 ++++ 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 assets/planetscale-mark-black.svg create mode 100644 assets/planetscale-mark-white.svg diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index c4018e4..dc62764 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -38,6 +38,9 @@ "List my PlanetScale organizations and databases, then inspect a branch schema.", "Review this query plan and suggest indexes with PlanetScale Database Skills." ], - "brandColor": "#000000" + "brandColor": "#000000", + "composerIcon": "./assets/planetscale-mark-black.svg", + "logo": "./assets/planetscale-mark-black.svg", + "logoDark": "./assets/planetscale-mark-white.svg" } } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45f8017..015cb1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: tar -czvf planetscale-codex-plugin.tar.gz \ --dereference \ .codex-plugin/plugin.json \ + assets/ \ LICENSE \ .mcp.json \ .agents/plugins/marketplace.json \ diff --git a/assets/planetscale-mark-black.svg b/assets/planetscale-mark-black.svg new file mode 100644 index 0000000..930b646 --- /dev/null +++ b/assets/planetscale-mark-black.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/planetscale-mark-white.svg b/assets/planetscale-mark-white.svg new file mode 100644 index 0000000..5e3c2c4 --- /dev/null +++ b/assets/planetscale-mark-white.svg @@ -0,0 +1,4 @@ + + + +