feat(config): add atomic saves and revision rollback - #143
Open
romy651 wants to merge 5 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.
9 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.
expectedVersionandexpectedTenantId.Backend dependency: danny-avila/LibreChat#15458
Deployment and compatibility
Deploy the matching backend before, or in the same release train as, this PR. The panel depends on the new atomic and tenant-context API contract.
The panel must not receive MongoDB credentials. MongoDB transactions, revision storage, and rollback are owned by LibreChat. The backend requires a transaction-capable replica set and its documented one-time drain/
Recreateupgrade when moving from a pre-version-epoch release.Change Type
Validation
bun run test— 39 test files, 1,078 tests passed.bunx tsc --noEmit— passed.bun run lint— passed.bun run build— passed again before this update; Vite reports browser-externalization and chunk-size warnings.git diff --check— passed.Checklist