@crossdelta/platform-sdk 0.24.1 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to `@crossdelta/platform-sdk` will be documented in this fil
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.25.0] - 2026-09-10
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **`AI_IMAGE_PROVIDERS` — a second registry, for image endpoints.** The demo tenant's product
|
|
12
|
+
pictures are generated (61 dishes of an invented pizzeria that nobody can photograph), and the
|
|
13
|
+
generator needs one place that says which key authorises which endpoint. It is a separate export
|
|
14
|
+
rather than an entry in `AI_PROVIDERS`: that map feeds `getProviderChoices()`, which is what
|
|
15
|
+
`pf ai:setup` offers as the provider for service generation — a picker of things that answer chat
|
|
16
|
+
completions. An image endpoint listed there would be selectable for scaffolding a service and
|
|
17
|
+
would fail at the first request. The key is `OPENAI_API_KEY`, which the text provider already
|
|
18
|
+
names: one key, two endpoints.
|
|
19
|
+
|
|
8
20
|
## [0.24.1] - 2026-09-08
|
|
9
21
|
|
|
10
22
|
### Fixed
|