We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9da39b4 + 3c67df8 commit c637057Copy full SHA for c637057
1 file changed
web/oss/src/components/AgentChatSlice/AgentConversation.tsx
@@ -758,7 +758,7 @@ const AgentConversation = ({
758
)
759
// Feature flag: the context-budget meter is hidden from the composer for now. The
760
// component and its logic stay wired up; flip this to `true` to bring the UI back.
761
- const showContextBudget: boolean = false
+ const showContextBudget = false
762
763
// ── Playground-native onboarding ──────────────────────────────────────────
764
// This chat panel IS the onboarding surface while the agent is ephemeral: the empty state shows the
0 commit comments