v0.8.3-rc1 (#11856)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
Publish `@librechat/client` to NPM / build-and-publish (push) Waiting to run
Publish `librechat-data-provider` to NPM / build (push) Waiting to run
Publish `librechat-data-provider` to NPM / publish-npm (push) Blocked by required conditions
Publish `@librechat/data-schemas` to NPM / build-and-publish (push) Waiting to run
Docker Dev Images Build / build (Dockerfile, librechat-dev, node) (push) Waiting to run
Docker Dev Images Build / build (Dockerfile.multi, librechat-dev-api, api-build) (push) Waiting to run
Sync Locize Translations & Create Translation PR / Sync Translation Keys with Locize (push) Waiting to run
Sync Locize Translations & Create Translation PR / Create Translation PR on Version Published (push) Blocked by required conditions

* 🔧 chore: Update configuration version to 1.3.4 in librechat.example.yaml and data-provider config.ts

- Bumped the configuration version in both librechat.example.yaml and data-provider/src/config.ts to 1.3.4.
- Added new options for creating prompts and agents in the interface section of the YAML configuration.
- Updated capabilities list in the endpoints section to include 'deferred_tools'.

* 🔧 chore: Bump version to 0.8.3-rc1 across multiple packages and update related configurations

- Updated version to 0.8.3-rc1 in bun.lock, package.json, and various package.json files for frontend, backend, and data provider.
- Adjusted Dockerfile and Dockerfile.multi to reflect the new version.
- Incremented version for @librechat/api from 1.7.22 to 1.7.23 and for @librechat/client from 0.4.51 to 0.4.52.
- Updated appVersion in helm Chart.yaml to 0.8.3-rc1.
- Enhanced test configuration to align with the new version.

* 🔧 chore: Update version to 0.8.300 across multiple packages

- Bumped version to 0.8.300 in bun.lock, package-lock.json, and package.json for the data provider.
- Ensured consistency in versioning across the frontend, backend, and data provider packages.

* 🔧 chore: Bump package versions in bun.lock

- Updated version for @librechat/api from 1.7.22 to 1.7.23.
- Incremented version for @librechat/client from 0.4.51 to 0.4.52.
- Bumped version for @librechat/data-schemas from 0.0.35 to 0.0.36.
This commit is contained in:
Danny Avila 2026-02-18 20:36:03 -05:00 committed by GitHub
parent 50a48efa43
commit 9eeec6bc4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 41 additions and 32 deletions

View file

@ -1,4 +1,4 @@
# v0.8.2
# v0.8.3-rc1
# Base node image
FROM node:20-alpine AS node

View file

@ -1,5 +1,5 @@
# Dockerfile.multi
# v0.8.2
# v0.8.3-rc1
# Set configurable max-old-space-size with default
ARG NODE_MAX_OLD_SPACE_SIZE=6144

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/backend",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"description": "",
"scripts": {
"start": "echo 'please run this from the root directory'",

View file

@ -3,8 +3,8 @@
*
* These tests verify that MCPServersRegistry and MCPManager are ALWAYS initialized,
* even when no explicitly configured MCP servers exist. This is critical for the
* "Dynamic MCP Server Management" feature (v0.8.2-rc1) which allows users to
* add MCP servers via the UI without requiring explicit configuration.
* "Dynamic MCP Server Management" feature (introduced in `0.8.2-rc1` release) which
* allows users to add MCP servers via the UI without requiring explicit configuration.
*
* Bug fixed: Previously, MCPManager was only initialized when mcpServers existed
* in librechat.yaml, causing "MCPManager has not been initialized" errors when

View file

@ -36,7 +36,7 @@
},
"api": {
"name": "@librechat/backend",
"version": "0.8.2-rc2",
"version": "0.8.300",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.941.0",
"@aws-sdk/client-s3": "^3.758.0",
@ -124,7 +124,7 @@
},
"client": {
"name": "@librechat/frontend",
"version": "0.8.2-rc2",
"version": "0.8.300",
"dependencies": {
"@ariakit/react": "^0.4.15",
"@ariakit/react-core": "^0.4.17",
@ -254,7 +254,7 @@
},
"packages/api": {
"name": "@librechat/api",
"version": "1.7.22",
"version": "1.7.23",
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
@ -321,7 +321,7 @@
},
"packages/client": {
"name": "@librechat/client",
"version": "0.4.51",
"version": "0.4.52",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
@ -409,7 +409,7 @@
},
"packages/data-provider": {
"name": "librechat-data-provider",
"version": "0.8.231",
"version": "0.8.300",
"dependencies": {
"axios": "^1.12.1",
"dayjs": "^1.11.13",
@ -447,7 +447,7 @@
},
"packages/data-schemas": {
"name": "@librechat/data-schemas",
"version": "0.0.35",
"version": "0.0.36",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^29.0.0",

View file

@ -1,4 +1,4 @@
/** v0.8.2 */
/** v0.8.3-rc1 */
module.exports = {
roots: ['<rootDir>/src'],
testEnvironment: 'jsdom',

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/frontend",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"description": "",
"type": "module",
"scripts": {

View file

@ -1,3 +1,3 @@
// v0.8.2
// v0.8.3-rc1
// See .env.test.example for an example of the '.env.test' file.
require('dotenv').config({ path: './e2e/.env.test' });

View file

@ -23,7 +23,7 @@ version: 1.9.8
# It is recommended to use it with quotes.
# renovate: image=ghcr.io/danny-avila/librechat
appVersion: "v0.8.2"
appVersion: "v0.8.3-rc1"
home: https://www.librechat.ai

View file

@ -2,7 +2,7 @@
# https://www.librechat.ai/docs/configuration/librechat_yaml
# Configuration version (required)
version: 1.2.1
version: 1.3.4
# Cache settings: Set to true to enable caching
cache: true
@ -87,12 +87,14 @@ interface:
presets: true
prompts:
use: true
create: true
share: false
public: false
bookmarks: true
multiConvo: true
agents:
use: true
create: true
share: false
public: false
peoplePicker:
@ -102,6 +104,13 @@ interface:
marketplace:
use: false
fileCitations: true
# Remote Agents configuration
# Controls user permissions for remote agents with external API support
# remoteAgents:
# use: false
# create: false
# share: false
# public: false
# MCP Servers configuration example
# mcpServers:
# Controls user permissions for MCP (Model Context Protocol) server management
@ -264,7 +273,7 @@ endpoints:
# # Set to 0.0 to show all sources (no filtering), or higher like 0.7 for stricter filtering
# minRelevanceScore: 0.45
# # (optional) Agent Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
# capabilities: ["execute_code", "file_search", "actions", "tools"]
# capabilities: ["deferred_tools", "execute_code", "file_search", "actions", "tools"]
# Anthropic endpoint configuration with Vertex AI support
# Use this to run Anthropic Claude models through Google Cloud Vertex AI

16
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "LibreChat",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "LibreChat",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"license": "ISC",
"workspaces": [
"api",
@ -46,7 +46,7 @@
},
"api": {
"name": "@librechat/backend",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"license": "ISC",
"dependencies": {
"@anthropic-ai/vertex-sdk": "^0.14.3",
@ -404,7 +404,7 @@
},
"client": {
"name": "@librechat/frontend",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"license": "ISC",
"dependencies": {
"@ariakit/react": "^0.4.15",
@ -42146,7 +42146,7 @@
},
"packages/api": {
"name": "@librechat/api",
"version": "1.7.22",
"version": "1.7.23",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.21.5",
@ -42257,7 +42257,7 @@
},
"packages/client": {
"name": "@librechat/client",
"version": "0.4.51",
"version": "0.4.52",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
@ -44547,7 +44547,7 @@
},
"packages/data-provider": {
"name": "librechat-data-provider",
"version": "0.8.231",
"version": "0.8.300",
"license": "ISC",
"dependencies": {
"axios": "^1.13.5",
@ -44605,7 +44605,7 @@
},
"packages/data-schemas": {
"name": "@librechat/data-schemas",
"version": "0.0.35",
"version": "0.0.36",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "LibreChat",
"version": "v0.8.2",
"version": "v0.8.3-rc1",
"description": "",
"packageManager": "npm@11.10.0",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/api",
"version": "1.7.22",
"version": "1.7.23",
"type": "commonjs",
"description": "MCP services for LibreChat",
"main": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/client",
"version": "0.4.51",
"version": "0.4.52",
"description": "React components for LibreChat",
"repository": {
"type": "git",

View file

@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.8.231",
"version": "0.8.300",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",

View file

@ -1723,9 +1723,9 @@ export enum TTSProviders {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.8.2',
VERSION = 'v0.8.3-rc1',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.3.3',
CONFIG_VERSION = '1.3.4',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
NO_PARENT = '00000000-0000-0000-0000-000000000000',
/** Standard value to use whatever the submission prelim. `responseMessageId` is */

View file

@ -1,6 +1,6 @@
{
"name": "@librechat/data-schemas",
"version": "0.0.35",
"version": "0.0.36",
"description": "Mongoose schemas and models for LibreChat",
"type": "module",
"main": "dist/index.cjs",