Skip to content

v0.2.0

Choose a tag to compare

@gcmsg gcmsg released this 12 Mar 06:28
· 32 commits to main since this release

Highlights

  • ACP stdio bridge (Phase 15e): New peerclaw acp serve command for ACP agents over stdio transport
  • Security hardening (R4): URL scheme validation, path segment escaping, SSRF prevention
  • Shared ACP types: Migrated to core module's shared ACP types (H-15)
  • New commands (Phase 13): invoke, inbox, and agent update commands

Changes

  • feat: add ACP stdio bridge (peerclaw acp serve) — Phase 15e
  • feat: add invoke, inbox, and agent update commands (Phase 13)
  • fix: escape URL path segments and query params in ACP serve (H-11)
  • fix: validate --server flag URL scheme to prevent SSRF (M-28)
  • fix: Phase R4 security hardening across CLI module
  • refactor: use shared ACP types from core module (H-15)
  • chore: remove misleading dht and federation placeholder commands
  • chore(deps): bump peerclaw-core to v0.4.0