Skip to content

Releases: pdurlej/things-cloud-sdk

v0.2.3

24 May 06:50

Choose a tag to compare

Summary

This patch release publishes the agent-facing CLI fixes from PR #15 under a stable install tag.

  • Add recurring task support in things-cloud-cli create, things-cloud-cli edit, and batch operations via --repeat / --repeat-start.
  • Add completed task evidence through things-cloud-cli completed and things-cloud-cli logbook with stable JSON output.
  • Make write --dry-run flows work without credentials/cloud initialization.
  • Fix repeat payload JSON details, including no-end timestamp handling and zero-value repeat fields required by Things.
  • Update README pinned install commands to v0.2.3.
  • Update MCP serverInfo.version to 0.2.3.

Install

go install github.com/pdurlej/things-cloud-sdk/cmd/things-cloud-cli@v0.2.3
go install github.com/pdurlej/things-cloud-sdk/cmd/things-mcp@v0.2.3

Verification

  • GOCACHE=/private/tmp/go-build-things go test ./cmd/things-mcp
  • GOCACHE=/private/tmp/go-build-things go test ./...
  • git diff --check