📦 chore: Update @librechat/agentsto v3.1.68#12752
Merged
Merged
Conversation
danny-avila
commented
Apr 20, 2026
Owner
- Bumped the version of @librechat/agents from 3.1.67 to 3.1.68 in multiple package.json files to ensure consistency and access to the latest features and fixes.
- Updated package-lock.json to reflect the new version and maintain dependency integrity.
- Bumped the version of @librechat/agents from 3.1.67 to 3.1.68 in multiple package.json files to ensure consistency and access to the latest features and fixes. - Updated package-lock.json to reflect the new version and maintain dependency integrity.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s agent tooling dependency to keep backend-related packages aligned with the latest @librechat/agents release, and refreshes the lockfile accordingly.
Changes:
- Bump
@librechat/agentsfrom^3.1.67to^3.1.68inapi/andpackages/api/. - Update
package-lock.jsonto resolve@librechat/agents@3.1.68. - Add a new root script
build:safeto run Turbo builds without the daemon.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/api/package.json | Updates peer dependency version for @librechat/agents to ^3.1.68. |
| api/package.json | Updates backend dependency version for @librechat/agents to ^3.1.68. |
| package-lock.json | Updates resolved @librechat/agents tarball/version to 3.1.68. |
| package.json | Adds build:safe script (turbo run build --no-daemon). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "build:client-package": "cd packages/client && npm run build", | ||
| "build:packages": "npm run build:data-provider && npm run build:data-schemas && npm run build:api && npm run build:client-package", | ||
| "build": "npx turbo run build", | ||
| "build:safe": "npx turbo run build --no-daemon", |
There was a problem hiding this comment.
This PR adds a new root script ("build:safe") but the PR title/description only mentions bumping @librechat/agents. Either update the PR metadata to include this change or move the script addition into a separate PR to keep scope clear.
Contributor
GitNexus: 🚀 deployedThe |
jcbartle
pushed a commit
to jcbartle/LibreChat
that referenced
this pull request
May 11, 2026
- Bumped the version of @librechat/agents from 3.1.67 to 3.1.68 in multiple package.json files to ensure consistency and access to the latest features and fixes. - Updated package-lock.json to reflect the new version and maintain dependency integrity.
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.