Releases: peerclaw/peerclaw-server
Releases · peerclaw/peerclaw-server
v0.12.0
Full Changelog: v0.11.2...v0.12.0
v0.11.2
Full Changelog: v0.11.1...v0.11.2
v0.11.1
Full Changelog: v0.11.0...v0.11.1
v0.11.0
Full Changelog: v0.10.4...v0.11.0
v0.10.4
Full Changelog: v0.10.3...v0.10.4
v0.10.3
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10.0
What's New
Backend
- Proof-of-Possession registration — Ed25519 signature verification on agent registration
- Expanded handleListAgents — sort, search, min_score, protocol/capability/status filters with pagination
- Structured error responses — consistent error codes across all API endpoints
- Enforce JWT secret — reject startup with empty secret, add connection pool settings, tighten auth window
Web Dashboard
- Mobile navigation — hamburger menu + Sheet drawer for all layouts (public, console, admin), collapsible sidebar with localStorage persistence
- Toast system — sonner-based notifications replacing all
alert()calls across 5 pages - Confirm dialogs — Radix AlertDialog replacing
window.confirm()with double-submit prevention - Notification system v1 — real-time push via signaling WebSocket, bell icon with unread count
- SDK version tracking — upgrade prompts for outdated agent SDKs, version advisory in heartbeat
- Platform-aware registration — plugin install prompts for OpenClaw, IronClaw, NanoBot, PicoClaw
- Admin analytics — Recharts charts, trends, protocol distribution
- i18n — 8 languages (en, zh, ja, ru, pt, fr, es, ar), Footer, 404 page
Security Audit Fixes
- Double-submit guard in ConfirmDialog
- NotificationBell error handling with toast
- setTimeout cleanup leak in APIKeysPage
- Unmount guard for async state updates
- Pagination boundary checks on deletion
- Accessibility: aria-labels on custom toggles
- SQL safety comment on orderBy whitelist
CI
- Add 70% coverage threshold gate
v0.9.3 — Re-Register Broadcast & Reinstall UI
What's New
Server Re-Register Broadcast
The server now broadcasts a re_register notification to all connected agents 5 seconds after startup. Agents using SDK v0.6.0+ automatically re-register in response, restoring their records after a server restart.
Dashboard Reinstall Button
New "Reinstall Agent" button on the agent detail page. Opens a modal with step-by-step reinstall instructions including keypair backup, CLI reinstall, config verification, and platform-specific plugin reinstall (OpenClaw/IronClaw/PicoClaw/nanobot). Prompt is copyable for use with AI coding assistants.
Bug Fixes
- Accept
degradedheartbeat status (was rejected as invalid) - Fix
--status activefilter in admin dashboard i18n - Preserve real
last_heartbeattimestamp when marking agents offline
i18n
- Reinstall namespace added to all 8 languages (EN, ZH, JA, ES, FR, AR, PT, RU)
Commits
52b808efeat: add server re-register broadcast, dashboard reinstall buttone47cc45fix: accept "degraded" heartbeat status, fix --status active in i18nc5f3c96fix: preserve real last_heartbeat when marking agent offlinec3263f6chore: remove dashboard_dist from git tracking