diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index 2f73e70..22d031c 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({ {open && !disabled && ( @@ -154,8 +154,8 @@ export function InlineThinkingPill({ if (supportedEfforts && supportedEfforts.length === 0) { return ( - - + + N/A ); @@ -168,7 +168,7 @@ export function InlineThinkingPill({ {open && !disabled && ( @@ -230,7 +230,7 @@ export function InlineToolsPill({ {open && !disabled && ( @@ -340,7 +340,7 @@ export function InlineApprovalPill({ {open && !disabled && (