⬆️ chore: Bump LibreChat Packages & Add Locale Keys for New Config Fields#89
Merged
Merged
Conversation
…elds Update @librechat/data-schemas (0.0.55 → 0.0.56) and librechat-data-provider (0.8.508 → 0.8.509). The new data-provider adds three config schema fields, so add the matching `com_config_field_*` locale keys to keep the schema-driven config editor (and its localization coverage test) green: - url_context → "URL context" - includeReasoningContent → "Include reasoning content" - includeReasoningHistory → "Include reasoning history"
dustinhealy
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the two LibreChat packages to their latest published versions:
@librechat/data-schemas^0.0.55^0.0.56librechat-data-provider^0.8.508^0.8.509New config fields
The new
librechat-data-providerintroduces three new fields in the config schema. Because the configuration editor is schema-driven, these surfaced automatically — and the localization coverage test (localization.test.ts) flagged the missingcom_config_field_*locale keys. Added them so the editor renders proper labels instead of raw keys:url_context→ URL context (boolean toggle, sibling ofweb_search)includeReasoningContent→ Include reasoning content (undercustomParams, sibling ofreasoningFormat/reasoningKey)includeReasoningHistory→ Include reasoning history (undercustomParams)Verification
All checks pass locally against the updated packages:
tsc --noEmit(type check)eslint src/ --max-warnings 0(lint)vitest run— 732 tests passing (was failing 1 before the locale keys were added)prettier --check🤖 Generated with Claude Code