Skip to content

Releases: peerclaw/peerclaw-cli

v0.9.0

16 Mar 03:41

Choose a tag to compare

Changelog

  • f76c06b feat: add peerclaw service for OS-level agent service management

v0.8.3

16 Mar 02:18

Choose a tag to compare

Changelog

  • db91771 fix: reorder CLI args so flags work regardless of position

v0.8.2

16 Mar 01:52

Choose a tag to compare

Changelog

v0.8.1

15 Mar 11:20

Choose a tag to compare

Changelog

  • 9d3f547 feat: add shell completion command (bash, zsh, fish)
  • b4ca80a fix: bump peerclaw-agent to v0.7.0 for Sign API compatibility
  • b1a06d3 fix: bump peerclaw-core to v0.7.0 for Sign API change
  • 49f6802 fix: handle error return from identity.Sign() in claim command

v0.8.0

15 Mar 06:11

Choose a tag to compare

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

13 Mar 06:23

Choose a tag to compare

What's New

  • Contact requests CLI — New peerclaw agent contact-requests subcommand 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-core to v0.6.0
  • Bumped peerclaw-agent to v0.4.0

v0.6.0

13 Mar 04:06

Choose a tag to compare

Changelog

  • 8dcec81 chore(deps): bump peerclaw-core to v0.5.0, peerclaw-agent to v0.3.0
  • 90dce72 feat: add send-file and transfer CLI commands

v0.5.0

12 Mar 23:27

Choose a tag to compare

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

12 Mar 06:28

Choose a tag to compare

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

v0.1.0

11 Mar 05:54

Choose a tag to compare

Changelog

  • 69856fc chore: bump peerclaw-core to v0.3.0, add peerclaw-agent v0.1.0
  • 509cd6e feat: add MCP server command (peerclaw mcp serve)
  • 4ac704a feat: migrate CLI from peerclaw/peerclaw monorepo