Skip to content

Releases: peerclaw/peerclaw-server

v0.12.0

29 Mar 09:08

Choose a tag to compare

v0.11.2

28 Mar 14:44

Choose a tag to compare

Full Changelog: v0.11.1...v0.11.2

v0.11.1

28 Mar 13:53

Choose a tag to compare

Full Changelog: v0.11.0...v0.11.1

v0.11.0

28 Mar 08:52

Choose a tag to compare

Full Changelog: v0.10.4...v0.11.0

v0.10.4

16 Mar 01:53

Choose a tag to compare

Full Changelog: v0.10.3...v0.10.4

v0.10.3

15 Mar 12:11

Choose a tag to compare

Full Changelog: v0.10.2...v0.10.3

v0.10.2

15 Mar 11:28

Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2

v0.10.1

15 Mar 10:26

Choose a tag to compare

v0.10.1

  • Add ZeroClaw (Rust) to platform selector in registration flow
  • Add ZeroClaw card to landing page supported platforms
  • Add ZeroClaw i18n keys (install/reinstall prompts) to all 8 locales

v0.10.0

15 Mar 09:52

Choose a tag to compare

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

15 Mar 03:08

Choose a tag to compare

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 degraded heartbeat status (was rejected as invalid)
  • Fix --status active filter in admin dashboard i18n
  • Preserve real last_heartbeat timestamp when marking agents offline

i18n

  • Reinstall namespace added to all 8 languages (EN, ZH, JA, ES, FR, AR, PT, RU)

Commits

  • 52b808e feat: add server re-register broadcast, dashboard reinstall button
  • e47cc45 fix: accept "degraded" heartbeat status, fix --status active in i18n
  • c5f3c96 fix: preserve real last_heartbeat when marking agent offline
  • c3263f6 chore: remove dashboard_dist from git tracking