Skip to content

Releases: peerclaw/picoclaw-plugin

v0.1.2

15 Mar 10:25

Choose a tag to compare

v0.1.2

  • Add community maintained badge and CONTRIBUTING.md

v0.1.1

14 Mar 18:58

Choose a tag to compare

Bug Fixes

Fix unresolvable dependency and API compatibility

The plugin previously declared github.com/sipeed/picoclaw v0.0.0 which cannot be resolved from the Go module proxy, making go get fail for any user.

  • Pin picoclaw to v0.2.3 — a published tag available on proxy.golang.org
  • Update NewBaseChannel call to match the current 4-argument signature (name, config, bus, allowList)
  • Add messageID parameter to HandleMessage calls (required since picoclaw v0.1.x)
  • Replace GetConfigString (removed upstream) with environment variables:
    • PEERCLAW_BRIDGE_HOST (default: localhost)
    • PEERCLAW_BRIDGE_PORT (default: 19100)
  • Generate go.sum so the module resolves cleanly without local workarounds

Install

go get github.com/peerclaw/picoclaw-plugin@v0.1.1