Skip to content

Commit d6fba25

Browse files
Version Packages (#1483)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a4f1cb5 commit d6fba25

23 files changed

+38
-14
lines changed

.changeset/minimax-key-prefix-validation.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/provider-deep-link.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/openclaw-plugins/manifest/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# manifest
22

3+
## 5.43.0
4+
5+
### Minor Changes
6+
7+
- bbf8cdd: Add deep-link URL support for provider modals on the routing page. Navigate directly to a specific provider's connect form via `?provider=<id>` (e.g. `?provider=gemini`, `?provider=anthropic`).
8+
9+
### Patch Changes
10+
11+
- a4f1cb5: Relax MiniMax API key validation to use the generic provider prefix check (`sk-`) and remove the provider-specific validation branch.
12+
13+
Also update the MiniMax key placeholder to `sk-...` so UI guidance matches accepted key formats.
14+
315
## 5.42.0
416

517
### Minor Changes

packages/openclaw-plugins/manifest/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "manifest",
33
"name": "Manifest Self-Hosted LLM Router",
4-
"version": "5.42.0",
4+
"version": "5.43.0",
55
"description": "Run the Manifest LLM router locally with SQLite. Zero-config dashboard included.",
66
"author": "MNFST Inc.",
77
"homepage": "https://manifest.build",

packages/openclaw-plugins/manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest",
3-
"version": "5.42.0",
3+
"version": "5.43.0",
44
"description": "Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard",
55
"main": "dist/index.js",
66
"license": "MIT",

packages/openclaw-plugins/manifest/public/assets/Account-JSeMVgl6.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openclaw-plugins/manifest/public/assets/ConnectProvider-C5cx019e.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openclaw-plugins/manifest/public/assets/FreeModels-B2-CdYqa.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openclaw-plugins/manifest/public/assets/Limits-C9HHZfea.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)