Skip to content

Commit d1a8eff

Browse files
Version Packages
1 parent a4203fe commit d1a8eff

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.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/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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
- 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
12+
- 49bf6ee: Fix security scan warnings in bundled skill: add metadata, source provenance, explicit privacy fields, routing content caveat, and read-only tools note
13+
- bf26917: Rewrite bundled agent skill with complete setup guide, routing docs, and dashboard reference
14+
315
## 5.19.0
416

517
### 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": "Observability plugin for OpenClaw — traces, metrics, and cost tracking for your AI agent",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)