feat(config): add atomic saves and revision rollback - #143
Open
romy651 wants to merge 4 commits into
Open
Conversation
added 3 commits
September 1, 2026 12:06
Keep a revision before each save, import, or reset, and add History on the configuration page. Persist to Mongo when MONGO_URI is set so a mistaken change can be rolled back.
Pin mongodb@6 so the Bun server can connect, and default to the LibreChat database when the URI has no path.
11 tasks
romy651
marked this pull request as ready for review
September 1, 2026 14:11
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
Adds atomic, versioned configuration saves and revision rollback to the LibreChat Admin Panel.
expectedVersionnameand preserve stored secrets without copying YAML-only credentials into MongoDBBackend dependency: danny-avila/LibreChat#15458
The backend must be merged and deployed before, or in the same release train as, this PR.
Change Type
Testing
bun run lintbun run test— 28 test files and 920 testsbun run buildCoverage includes atomic save payloads, revision lifecycle and restore behavior, CAS conflicts, indexed-array reconstruction, custom endpoint keyed merges, secret preservation and explicit clearing, mutation limits, unsafe path rejection, and reset-path validation.
Test Configuration
Checklist