Skip to content

Commit 1c90e86

Browse files
committed
release: v13.11.10
1 parent 91357b9 commit 1c90e86

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mx-admin/admin",
33
"private": true,
4-
"version": "8.3.25",
4+
"version": "8.3.26",
55
"scripts": {
66
"dev": "NODE_ENV=development vite --mode development --open --host",
77
"build": "NODE_ENV=production vite build --mode production",

apps/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [13.11.10](https://github.com/mx-space/core/compare/v13.11.9...v13.11.10) (2026-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **admin:** resolve route imports by absolute path in admin-routes plugin ([91357b9](https://github.com/mx-space/core/commit/91357b947))
7+
18
## [13.11.9](https://github.com/mx-space/core/compare/v13.11.8...v13.11.9) (2026-07-02)
29

310

apps/core/RELEASE_NOTES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# v13.11.9
1+
# v13.11.10
22

33
## TL;DR
44

5-
Fixes AI providers on custom OpenAI-compatible endpoints such as Gemini, with new per-provider model list URL and /v1 settings.
5+
Ships the v13.11.9 AI compat-provider fixes whose release build failed, plus the admin build fix that unblocks it.
6+
7+
> v13.11.9 was tagged but its release pipeline failed during the admin build, so no artifacts were published. This release supersedes it; the changes below cover both versions.
68
79
## Changes
810

11+
- Admin production build works again: route imports generated by the admin-routes plugin now use absolute paths, fixing a resolution failure introduced by the vite 8.1.2 / rolldown 1.1.3 bump ([91357b9](https://github.com/mx-space/core/commit/91357b947))
912
- AI providers pointing at custom OpenAI-compatible endpoints (e.g. Gemini's `/v1beta/openai/`) work again: each provider now has a **Model list URL** field (fetches models straight from your endpoint; empty keeps the built-in registry) and an **Append /v1 to base URL** toggle, and the OpenAI-only `store` field is no longer sent to third-party hosts — previously the source of `400 status code (no body)` failures in summary, insights, translation, and connection tests ([#2761](https://github.com/mx-space/core/issues/2761))
1013
- Admin: the provider drawer exposes the two new settings; the model dropdown lists models fetched from your endpoint ahead of registry presets; model-fetch toasts now report errors and empty results instead of always claiming success ([4d4565b](https://github.com/mx-space/core/commit/4d4565b1f745dd5edec9a2521611c0975759c4bd))
1114
- Provider **context window** and **max output tokens** values are now actually persisted — they were silently dropped when saving AI settings ([4d4565b](https://github.com/mx-space/core/commit/4d4565b1f745dd5edec9a2521611c0975759c4bd))
1215
- Internal: the HTTP client layer moved from axios to ofetch with retry/backoff ([fc49c01](https://github.com/mx-space/core/commit/fc49c0175)), and workspace dependencies were refreshed (pi-ai 0.80, vite 8.1.2, better-auth 1.6.23, nodemailer 9, …) ([06ded90](https://github.com/mx-space/core/commit/06ded90d3))
1316

1417
---
1518

16-
**Full Changelog**: https://github.com/mx-space/core/compare/v13.11.8...v13.11.9
19+
**Full Changelog**: https://github.com/mx-space/core/compare/v13.11.8...v13.11.10

apps/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mx-space/core",
3-
"version": "13.11.9",
3+
"version": "13.11.10",
44
"type": "module",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)