Skip to content

Commit 121b820

Browse files
committed
release: v14.5.1
1 parent 9eaa226 commit 121b820

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

apps/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [14.5.1](https://github.com/mx-space/core/compare/v14.5.0...v14.5.1) (2026-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **ai:** type tool-call arguments after isPlainObject guard ([9eaa226](https://github.com/mx-space/core/commit/9eaa2263015d2156e9573de1c9fd662b38568ab3))
7+
18
## [14.5.0](https://github.com/mx-space/core/compare/v14.4.1...v14.5.0) (2026-08-26)
29

310

apps/core/RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Publishing now waits for chosen AI outputs before going live, entitled readers get AI insights, and thought notifications read like homepage musings.
44

5+
> **Note**: the `v14.5.0` tag's release pipeline failed on a typecheck error before any image or release asset was published. `v14.5.1` is the first complete release in this series and supersedes it; nothing shipped from `v14.5.0`.
6+
57
## Highlights
68

79
When you select AI resources for a post — summary, insights, translation, or TTS — it now stays in drafts while each task finishes and then publishes complete, with skip flags preventing duplicate generation. The admin editor runs this as a cancellable background process behind a publish dock, so you can keep editing, watch per-task progress, and abort mid-run if something looks wrong.
@@ -22,7 +24,8 @@ Two reliability fixes round this out: Apple in-app purchases are verified agains
2224

2325
- Apple purchases are validated against the sandbox environment, keeping test transactions out of production membership ([6df3a88](https://github.com/mx-space/core/commit/6df3a88aaf15d97c4533064b32126c652028932f))
2426
- Vertex TTS responses that return HTTP 200 with no audio are retried instead of producing empty tracks ([41fc406](https://github.com/mx-space/core/commit/41fc4060599ba7b9e6c8ecfa8412999f2a5c211b))
27+
- Release builds typecheck again after the es-toolkit helper migration ([9eaa226](https://github.com/mx-space/core/commit/9eaa2263015d2156e9573de1c9fd662b38568ab3))
2528

2629
---
2730

28-
**Full Changelog**: https://github.com/mx-space/core/compare/v14.4.1...v14.5.0
31+
**Full Changelog**: https://github.com/mx-space/core/compare/v14.4.1...v14.5.1

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": "14.5.0",
3+
"version": "14.5.1",
44
"type": "module",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)