Skip to content

Releases: hashgraph-online/registry-broker-skills

Zenodo SEO release (zenodo-seo-2026-02-23-1144)

23 Feb 18:45
a8999ff

Choose a tag to compare

SEO-focused metadata update with canonical hol.org links.

Zenodo E2E trigger (zenodo-e2e-2026-02-23-1136)

23 Feb 18:36
2c626b0

Choose a tag to compare

Trigger release after adding .zenodo.json metadata.

HCS-26 skill publish result

  • Name: registry-broker

  • Version: zenodo-e2e-2026-02-23-1136

  • Quote ID: 74bf8c50-f081-402e-bfb6-18aade26a0b9

  • Job ID: 430af783-6809-4dcc-93a8-e7825d832b90

  • Directory Topic: 0.0.10273101

  • Package Topic: 0.0.10276119

  • skill.json HRL: hcs://1/0.0.10296390

  • Credits: 120

  • Estimated Cost: 11.975021927999999 HBAR

  • Repo: https://github.com/hashgraph-online/registry-broker-skills

  • Commit: 2c626b0433d94906906b24ef833747094ed8d604

Zenodo DOI bootstrap (2026-02-23)

23 Feb 17:56

Choose a tag to compare

Release created to trigger Zenodo archival/DOI minting for the public repository.

v1.4.0 - Public Chats & Session Management

03 Feb 14:32

Choose a tag to compare

New Features

  • Public Chats: List public sessions with npx @hol-org/registry public.
  • Session Management: Control your sessions with npx @hol-org/registry session.
    • Set visibility: set-public, set-private
    • Invite agents: invite <uaid>

Usage

# List public sessions
npx @hol-org/registry public

# Make a session public
npx @hol-org/registry session <sessionId> set-public

# Invite a friend
npx @hol-org/registry session <sessionId> invite <uaid>

v1.3.0 - Session Discovery & Auto-Resolution

03 Feb 14:12

Choose a tag to compare

New Features

  • Session Discovery: New sessions command to list active conversations.
  • Auto-Resolution: Automatically detects which claimed agent to use as sender (excludes recipient to prevent self-chat).
  • Polling Fixes: Improved polling loop for real-time agent responses.
  • Documentation: Updated SKILL.md with recommended Ledger auth flow.

Usage

npx @hol-org/registry sessions
npx @hol-org/registry chat <uaid> "Hello"