Skip to content

Commit 0273117

Browse files
authored
Merge pull request #954 from mnfst/changeset-release/main
chore: version packages
2 parents 37b4ef9 + ad86044 commit 0273117

File tree

8 files changed

+15
-31
lines changed

8 files changed

+15
-31
lines changed

.changeset/fix-migration-index-order.md

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

.changeset/fix-posthog-funnel-distinct-id.md

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

.changeset/fix-skill-security-scan.md

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

.changeset/npmjs-tags-update.md

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

.changeset/per-agent-routing.md

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

.changeset/update-bundled-skill.md

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

packages/openclaw-plugin/CHANGELOG.md

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

3+
## 5.20.0
4+
5+
### Minor Changes
6+
7+
- d0b865d: Make routing configuration per-agent instead of per-user. Each agent now has its own independent set of provider connections (with encrypted API keys) and tier-to-model assignments. Dashboard routing API endpoints include the agent name in the URL path. Existing user-level routing configuration is automatically migrated to all agents under each user.
8+
9+
### Patch Changes
10+
11+
- 353e274: Fix per-agent routing migration failing on users with multiple agents. Drop old unique indexes before the fan-out INSERT to prevent duplicate key violations on (user_id, provider).
12+
- 8d4efbe: Fix PostHog funnel distinct_id mismatch in cloud mode by emitting plugin_registered from backend with hashed user ID, and pass explicit mode to plugin telemetry events
13+
- 49bf6ee: Fix security scan warnings in bundled skill: add metadata, source provenance, explicit privacy fields, routing content caveat, and read-only tools note
14+
- 3171e39: Update npm package description and keywords to reflect all features: LLM routing, cost optimization, multi-provider support, privacy-first architecture, and real-time analytics
15+
- bf26917: Rewrite bundled agent skill with complete setup guide, routing docs, and dashboard reference
16+
317
## 5.19.0
418

519
### Minor Changes

packages/openclaw-plugin/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.19.0",
3+
"version": "5.20.0",
44
"description": "LLM router and observability plugin for OpenClaw — smart model routing, real-time cost tracking, and telemetry for your AI agents",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)