Skip to content

Commit 621533c

Browse files
authored
Merge pull request #1504 from mnfst/changeset-release/main
chore: version packages
2 parents a15cbc8 + cc1e128 commit 621533c

30 files changed

+50
-37
lines changed

.changeset/add-specificity-routing.md

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

.changeset/otlp-misrouted-paths.md

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

.changeset/owasp-security-hardening.md

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

.changeset/remove-provider-tokens-page.md

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

.changeset/routing-ui-redesign.md

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

.changeset/ui-routing-specificity-improvements.md

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

packages/openclaw-plugins/manifest/CHANGELOG.md

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

3+
## 5.46.0
4+
5+
### Minor Changes
6+
7+
- 9a5818c: feat: add specificity routing — optional task-type-based routing that overrides complexity tiers
8+
9+
Users can now activate specificity routing for coding, web browsing, and data analysis tasks.
10+
When active, requests matching a specificity category are routed to the user's chosen model
11+
regardless of complexity tier. Detection uses keyword analysis and tool name heuristics,
12+
with an optional `x-manifest-specificity` header for explicit overrides.
13+
14+
- 9a5818c: Redesign routing page UI: flat tier cards with model chips, drag-and-drop between primary and fallback models, specific tiers management modal, toast stacking improvements
15+
16+
### Patch Changes
17+
18+
- 36085f6: Catch misrouted OTLP path variants and suppress expected errors from logs
19+
- 73ee53e: Harden auth guards, rate limiting, and input sanitization (OWASP audit)
20+
- bc782f7: Remove Provider Tokens sidebar item, route, and page from the dashboard. The public API endpoints remain available for the external website.
21+
- d6871f4: Improve specificity tier UI: add empty state background, auto-open model picker on Done, show tier icons in modal, make rows clickable, fix tier name in model picker, fix reset to clear fallbacks, and pass specificity assignments to model picker for role badges
22+
323
## 5.45.1
424

525
### Patch 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.45.1",
4+
"version": "5.46.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.45.1",
3+
"version": "5.46.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-C6XGLXft.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)