From c8bdbd4879c15b176c615112af14842b2577ff87 Mon Sep 17 00:00:00 2001 From: Nicholas Kissel Date: Tue, 27 Jan 2026 22:23:40 -0800 Subject: [PATCH] chore(site): change Rust Binary to Automatic Agent Installation --- .../website/src/components/FeatureGrid.tsx | 37 +++++++++---------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/frontend/packages/website/src/components/FeatureGrid.tsx b/frontend/packages/website/src/components/FeatureGrid.tsx index 678f258..c6cfa70 100644 --- a/frontend/packages/website/src/components/FeatureGrid.tsx +++ b/frontend/packages/website/src/components/FeatureGrid.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Workflow, Server, Database, Zap, Globe } from 'lucide-react'; +import { Workflow, Server, Database, Download, Globe } from 'lucide-react'; import { FeatureIcon } from './ui/FeatureIcon'; import { CopyButton } from './ui/CopyButton'; @@ -253,7 +253,7 @@ export function FeatureGrid() {

- {/* Rust Binary - Span 8 cols */} + {/* Automatic Agent Installation - Span 8 cols */}
{/* Top Shine Highlight */}
@@ -261,35 +261,32 @@ export function FeatureGrid() {
{/* Sharp Edge Highlight */}
- +
- -

Rust Binary

+

Automatic Agent Installation

- Statically-linked binary. Zero dependencies. 4MB total size. Instant startup with no runtime overhead. + Agents are automatically installed on first use. No manual setup required.

-
-
- - Quick Install -
-
- $ - curl -sSL https://sandboxagent.dev/install | sh -
- -
-
+
+ {['Claude Code', 'Codex', 'OpenCode', 'Amp'].map((agent) => ( + + {agent} + + ))}