Releases: pdurlej/things-cloud-sdk
Releases · pdurlej/things-cloud-sdk
v0.2.3
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 completedandthings-cloud-cli logbookwith stable JSON output. - Make write
--dry-runflows 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.versionto0.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.3Verification
GOCACHE=/private/tmp/go-build-things go test ./cmd/things-mcpGOCACHE=/private/tmp/go-build-things go test ./...git diff --check