Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
1d0f402
feat: add tenant Langfuse config section
dustinhealy Jul 1, 2026
e6ba788
feat: branded Langfuse connection renderer with test + masked secret
dustinhealy Jul 1, 2026
537b008
fix: render Langfuse section via custom renderer and read saved values
dustinhealy Jul 4, 2026
d2af240
fix: drop em dash from saved-secret placeholder
dustinhealy Jul 4, 2026
787bbca
feat: show loading state on Langfuse test connection button
dustinhealy Jul 4, 2026
ac9e891
fix: align Langfuse enable toggle with standard ConfigRow layout
dustinhealy Jul 4, 2026
baabf7c
test: cover Langfuse config renderer states and connection test
dustinhealy Jul 4, 2026
6233bff
fix(langfuse): align connection UI with LibreChat API
upman Jul 10, 2026
662a093
fix(langfuse): gate admin settings on fanout
upman Jul 10, 2026
bad3709
fix(langfuse): allow section-scoped config admins
upman Jul 10, 2026
0952ee1
fix(langfuse): reflect connection in configured state
upman Jul 10, 2026
0ce9f4d
fix(langfuse): simplify export enablement controls
upman Jul 10, 2026
5e07d87
fix(langfuse): preserve schema on startup config failure
upman Jul 10, 2026
6db681b
fix(langfuse): invalidate stale verification results
upman Jul 10, 2026
de8a16f
fix(langfuse): preserve drafts across connection refresh
upman Jul 10, 2026
56414a2
test(langfuse): protect save and enable behavior
upman Jul 10, 2026
51ac5e4
fix(langfuse): retry transient verification failures
upman Jul 10, 2026
447ea6c
fix(ui): rename Langfuse connection setting
upman Jul 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/configuration/configMeta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ export const SECTION_META: Record<
descriptionKey: 'com_config_section_messageFilter_desc',
tab: 'features',
},
langfuse: {
titleKey: 'com_config_section_langfuse',
descriptionKey: 'com_config_section_langfuse_desc',
tab: 'features',
},

fileConfig: {
titleKey: 'com_config_section_file_config',
Expand Down
Loading