Skip to content

v0.10.6

Choose a tag to compare

@github-actions github-actions released this 28 May 11:06
· 31 commits to main since this release

0.10.6

This release expands the CLI's Core API endpoint coverage and refreshes the shipped agent skill data to match the deployed public API surface.

Added

  • Added organization device incident controls:
    • organization.devices.suspendIncidents
    • organization.devices.resumeIncidents
  • Added organization edge discovery:
    • organization.edges.getEdges
  • Added organization group management endpoints:
    • organization.groups.createGroup
    • organization.groups.getGroups
    • organization.groups.getGroup
    • organization.groups.updateGroup
    • organization.groups.deleteGroup
    • organization.groups.addUsers
    • organization.groups.removeUsers
    • organization.groups.addExternalUser
  • Added organization user management endpoints:
    • organization.users.createUser
    • organization.users.getUsers
    • organization.users.getUser
    • organization.users.deactivateUser
    • organization.users.resendWelcome
  • Added partner organization creation:
    • partner.organizations.createOrganization
  • Updated the typed client namespace surface, endpoint catalog, command docs, endpoint reference docs, tests, and shipped xyte-cli skill data for the new endpoints.

Fixed

  • Corrected the Edge claim and ping lifecycle routes to use the deployed /core/v1/organization/edges/devices/... paths:
    • organization.edge.startClaim
    • organization.edge.getClaimStatus
    • organization.edge.startPing
    • organization.edge.getPingStatus