@@ -179,27 +170,21 @@ export function AiClientConfigCard({
-
{guide.cli.configureWithKey ? (
) : null}
- {guide.cli.runWithKey ? (
-
- ) : null}
-
+
{manualContent}
diff --git a/src/components/ai-client-config/AiClientConfigSection.tsx b/src/components/ai-client-config/AiClientConfigSection.tsx
index 77be92f09..a419abe27 100644
--- a/src/components/ai-client-config/AiClientConfigSection.tsx
+++ b/src/components/ai-client-config/AiClientConfigSection.tsx
@@ -21,10 +21,10 @@ type AiClientConfigSectionProps = {
endpoint: string;
auth: AiClientAuthInput;
/**
- * "wide" lays the client cards out side by side and allows a card's
- * code blocks to sit side by side once there's room (e.g. the Keys
- * page). "compact" always stacks both, which is what fits the
- * Resource Launcher's side panel.
+ * "wide" lays the client cards out side by side once there's room
+ * (e.g. the Keys page). "compact" always stacks them, which is what
+ * fits the Resource Launcher's side panel. A card's own code blocks
+ * always stack regardless of this setting.
*/
layout?: "wide" | "compact";
className?: string;
@@ -64,10 +64,10 @@ export function AiClientConfigSection({
-