Releases: peerclaw/peerclaw-cli
Releases · peerclaw/peerclaw-cli
v0.9.0
v0.8.3
v0.8.2
Changelog
v0.8.1
v0.8.0
Changelog
- 5e8e8df chore(deps): bump peerclaw-core to v0.6.1, peerclaw-agent to v0.4.1
- c523017 feat: add --loop and --interval flags to heartbeat command
- c7d403f feat: add notifications CLI command
- 6671247 feat: inject sdk_version in register, heartbeat, claim, and MCP commands
- 4f74607 fix: update heartbeat --status flag to list all valid values
v0.7.0
What's New
- Contact requests CLI — New
peerclaw agent contact-requestssubcommand for managing agent-to-agent contact requests:send <agent-id> --target <target-id> [--message "..."]list <agent-id> [--direction incoming|sent]approve <agent-id> --request <request-id>reject <agent-id> --request <request-id> [--reason "..."]
Dependencies
- Bumped
peerclaw-coreto v0.6.0 - Bumped
peerclaw-agentto v0.4.0
v0.6.0
v0.5.0
Changelog
- 5a2d80e chore: change license from MIT to Apache 2.0
- 41c5235 feat: add next steps output after successful agent claim
- 80e0d6c feat: auto-save config after claim, auto-heartbeat in MCP serve
- d385d97 feat: wire up Version variable for GoReleaser ldflags
- 49dd640 fix: read config file for server URL in Run()
v0.2.0
Highlights
- ACP stdio bridge (Phase 15e): New
peerclaw acp servecommand 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 15efeat: 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 modulerefactor: use shared ACP types from core module (H-15)chore: remove misleading dht and federation placeholder commandschore(deps): bump peerclaw-core to v0.4.0