Skip to content

Commit 8874d4b

Browse files
authored
Merge pull request #1558 from mnfst/changeset-release/main
chore: version packages
2 parents 6e28f0d + 0c03e69 commit 8874d4b

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/fix-dashboard-spec-badge.md

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

.changeset/humanize-proxy-messages.md

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

.changeset/short-greeting-with-tools.md

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

packages/manifest/CHANGELOG.md

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

3+
## 5.46.3
4+
5+
### Patch Changes
6+
7+
- 71112c7: Fix dashboard Recent Messages showing the complexity tier (e.g. `STANDARD`) instead of the specificity category (e.g. `CODING`) for messages routed by specificity. The Overview analytics endpoint now projects `specificity_category` alongside `routing_tier`, matching the full Messages log.
8+
- 97dbe29: Rewrite the `[🦚 Manifest] …` friendly error messages the proxy sends back as chat completions so they read less like a system alert and more like a note from a person. Em dashes are gone, "connected successfully" is gone, "this API key wasn't recognized" becomes "I don't recognize this key", limit messages lead with "You hit your ${metric} limit" instead of the clinical "Usage limit hit:", and the auth-header hint now tells users the exact `Bearer mnfst_<your-key>` format to paste. No behavioural change — same triggers, same URLs, same branching; just different copy.
9+
- 43590ad: Route short greetings to the `simple` tier even when the agent attaches tools. The scorer's short-message fast path was gated on `!hasTools`, so personal AI agents like OpenClaw (which always send a `tools` array) skipped it entirely and fell into full scoring, where session momentum could pull a one-word `hi` up to `complex`. Dropping the gate lets short, non-technical prompts short-circuit to `simple` before momentum kicks in. Short technical prompts like `Debug this function` still fall through to full scoring.
10+
311
## 5.46.2
412

513
### Patch Changes

packages/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.46.2",
3+
"version": "5.46.3",
44
"private": true,
55
"description": "Canonical release version for the Manifest Docker image. This package holds no code — the real backend and frontend live in ../backend and ../frontend. See README.md for details."
66
}

0 commit comments

Comments
 (0)