From 1b77d42295a5da55a95b32a9a80b7b5906d88809 Mon Sep 17 00:00:00 2001 From: Alberto Viera Date: Thu, 30 Apr 2026 18:11:58 +0000 Subject: [PATCH 1/2] Add Kiro install tile and icon to homepage IDE grid Add the Kiro deep-link install button to the homepage IDE grid (kiro:extension/klusterai.kluster-verify-code) and ship a monochrome Kiro icon at material-overrides/.icons/kiro/kiro.svg so it renders via :kiro-kiro: in compatible-ides-* snippets and inline-included in home.html. The icon uses currentColor so it inherits the surrounding text color in both light and dark mode. Co-Authored-By: Claude Opus 4.7 (1M context) --- material-overrides/.icons/kiro/kiro.svg | 1 + material-overrides/home.html | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 material-overrides/.icons/kiro/kiro.svg diff --git a/material-overrides/.icons/kiro/kiro.svg b/material-overrides/.icons/kiro/kiro.svg new file mode 100644 index 00000000..35ff1ab2 --- /dev/null +++ b/material-overrides/.icons/kiro/kiro.svg @@ -0,0 +1 @@ + diff --git a/material-overrides/home.html b/material-overrides/home.html index ee913313..9dd1df22 100644 --- a/material-overrides/home.html +++ b/material-overrides/home.html @@ -37,6 +37,10 @@

IDE extensions

{% include ".icons/antigravity/antigravity.svg" %} Antigravity + + {% include ".icons/kiro/kiro.svg" %} + Kiro + {% include ".icons/simple/jetbrains.svg" %} JetBrains From 0a7db714cf3e2b0e36bf3c5330cfe5edb790f4b2 Mon Sep 17 00:00:00 2001 From: Alberto Viera Date: Thu, 30 Apr 2026 18:21:54 +0000 Subject: [PATCH 2/2] Address Copilot review: rel=noopener on IDE links, dedup-safe Kiro icon - Add rel="noopener noreferrer" to all five target=_blank IDE install buttons (Cursor, VS Code, Windsurf, Antigravity, Kiro) and the platform.kluster.ai install-snippet link, preventing reverse-tabnabbing. - Rewrite the Kiro icon as a single fill-rule="evenodd" compound path instead of a mask with a document-level id, so the icon renders correctly when included multiple times on the same page (e.g. via :kiro-kiro: in compatibility-card snippets). Co-Authored-By: Claude Opus 4.7 (1M context) --- material-overrides/.icons/kiro/kiro.svg | 2 +- material-overrides/home.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/material-overrides/.icons/kiro/kiro.svg b/material-overrides/.icons/kiro/kiro.svg index 35ff1ab2..6a876fde 100644 --- a/material-overrides/.icons/kiro/kiro.svg +++ b/material-overrides/.icons/kiro/kiro.svg @@ -1 +1 @@ - + diff --git a/material-overrides/home.html b/material-overrides/home.html index 9dd1df22..19d484d9 100644 --- a/material-overrides/home.html +++ b/material-overrides/home.html @@ -21,23 +21,23 @@

Get started in 2 minutes

IDE extensions

Install with one click in your editor.

-

Get your install snippet from platform.kluster.ai.

+

Get your install snippet from platform.kluster.ai.