diff --git a/docs.sources.json b/docs.sources.json
index b81a0bb..ee9c487 100644
--- a/docs.sources.json
+++ b/docs.sources.json
@@ -216,6 +216,7 @@
"source_repo": "nowakeai/kube-insight",
"localPath": "vendor/kube-insight",
"targetRoot": "src/content/docs/docs/kube-insight",
+ "last_verified": "2026-07-02",
"pages": [
{
"source": "docs/users/getting-started/quickstart.md",
diff --git a/src/components/Header.astro b/src/components/Header.astro
index d38a2e4..a9e0639 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -90,7 +90,7 @@ const navItems = [
{navItems.map((item) => {item.label})}
-
+
{githubLabel}
@@ -111,4 +111,14 @@ const navItems = [
opacity: 1;
transform: translateX(-50%) translateY(0);
}
+
+ .header-github-link {
+ display: none;
+ }
+
+ @media (min-width: 48rem) {
+ .header-github-link {
+ display: inline-flex;
+ }
+ }
diff --git a/src/pages/projects/kube-insight.astro b/src/pages/projects/kube-insight.astro
index e6097cd..83443f1 100644
--- a/src/pages/projects/kube-insight.astro
+++ b/src/pages/projects/kube-insight.astro
@@ -18,6 +18,13 @@ const heroStats = [
{ value: "auto-redaction", label: "configurable filters and extractors keep sensitive data out of evidence" },
] as const;
+const releaseHighlights = [
+ { label: "A2A", text: "Agent-to-agent integration surface for teams connecting kube-insight into agent workflows." },
+ { label: "kagent", text: "Dedicated kagent chart support for running kube-insight with Kubernetes-native agent automation." },
+ { label: "Helm", text: "Published chart path plus image defaults tied to the released container tag." },
+ { label: "Web UI", text: "Release binaries still ship the embedded React app for serve --app demos and local investigations." },
+] as const;
+
const installCommand = [
"KI_VERSION=\"$(curl -fsSL https://api.github.com/repos/nowakeai/kube-insight/releases/latest | sed -n 's/.*\"tag_name\": \"v\\([^\"]*\\)\".*/\\1/p')\"",
"test -n \"${KI_VERSION}\"",
@@ -156,6 +163,30 @@ const docsHighlights = [
+
+
+
+
Latest release
+
v0.1.3 adds A2A, kagent, and Helm integration.
+
+ Published on July 1, 2026, this release ships default Linux, macOS, and Windows archives,
+ chDB-enabled archives, a matching container image, and the embedded Web UI.
+