🐛 fix: Correct Endpoint/Icon Handling, Update Module Resolutions (#5205)

* fix: agent modelSpec iconURLs not being recorded

* fix: prioritize message properties over conversation defaults in icon data

* fix: determine endpoint type from endpointsConfig

* chore: type issue with setting.columnSpan

* chore: remove redundant key indexing for keySchema

* chore: bump version to 0.7.691 in package.json

* chore: add stricter remark-gfm and mdast-util-gfm resolutions/overrides

* chore: remove rollup override and bump vite-plugin-pwa

* chore: reinstall remark-gfm for correct module resolution

* chore: reinstall vite-plugun-pwa
This commit is contained in:
Danny Avila 2025-01-07 11:09:18 -05:00 committed by GitHub
parent 8aa1e731ca
commit 916faf6447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 204 additions and 197 deletions

View file

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

View file

@ -414,7 +414,7 @@ export function validateSettingDefinitions(settings: SettingsConfiguration): voi
// Default columnSpan
if (!setting.columnSpan) {
setting.columnSpan = Math.floor(columns / 2);
setting.columnSpan = Math.floor((columns ?? 0) / 2);
}
// Default label to key