You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add show_ui and show_trace_link config settings (#4)
Add two new boolean configuration options:
- show_ui (env: BRAINTRUST_SHOW_UI, default: true): controls whether
the extension renders any UI at all (status bar + trace link widget).
When false, both the status indicator and the trace link widget are
hidden.
- show_trace_link (env: BRAINTRUST_SHOW_TRACE_LINK, default: true):
controls whether the clickable trace link widget is shown below the
editor. When false, the status bar still appears but the trace URL
widget is suppressed.
Both settings follow the existing config precedence: defaults →
global config → project config → environment variables.
0 commit comments