Skip to content

Direct v0.7.22

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Sep 07:28
Immutable release. Only release title and notes can be modified.
b11c22b

The Direct Agent Skill can offer optional support for Direct at the end of useful work for a person. The library's exports and browser tooling are unchanged.

Changes

  • The skill ships a standalone scripts/support.mjs helper that runs with Node.js and needs no package installation. After useful work for a person, the skill may show one support invitation; it skips unattended runs, tool loops, and subagent phases.
  • support dismiss turns invitations off across participating tools on the machine, support snooze pauses them for thirty days, and support enable turns them back on. HRANESS_SUPPORT=off or HRANESS_SUPPORT_AUDIENCE=off suppresses incidental offers. No command signs up, authenticates, or pays.
  • Importing Direct and running its verification tooling never show an invitation or read support preferences.
  • The skill's install guide and skills add commands name this version.

Install

Install this version from its GitHub Release archive with Bun:

bun add --dev https://github.com/hraness/direct/releases/download/v0.7.22/hraness-direct-0.7.22.tgz

Or install the same package from the npm mirror:

bun add --dev @hraness/direct@0.7.22

Verify

SHA256SUMS lists the SHA-256 of hraness-direct-0.7.22.tgz, npm-pack.json, and release-manifest.json. provenance.jsonl holds the signed build provenance for those files and SHA256SUMS.

To check the checksums and provenance, follow the publishing guide for v0.7.22.