Skip to content

Releases: Gyanano/dsh-grok-auth

Release list

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 18:39

Added

  • Tag-driven release pipeline: pushing a vX.Y.Z tag runs the full check,
    packs the plugin, and publishes a GitHub release with the versioned tarball
    plus a stable dsh-grok-auth-latest.tgz alias, so the README's
    prebuilt-install link never goes stale. The workflow refuses a tag that
    does not match package.json.
  • README install guidance now leads with the prebuilt release (no
    build-script permission needed) and gives the exact allowBuilds snippet
    for github: source installs.

Prebuilt package attached — install without build-script permission:

dsh plugin --profile web add https://github.com/Gyanano/dsh-grok-auth/releases/download/v0.1.2/dsh-grok-auth-0.1.2.tgz

v0.1.1

Choose a tag to compare

@Gyanano Gyanano released this 22 Aug 18:29

Live model discovery for the xai route: the account's real api.x.ai/v1/models listing overlays the installed pi-ai catalog, so grok-4.6 and the grok-4.20 family appear in the selector. Prebuilt package attached — install without build-script permission:

dsh plugin --profile web add https://github.com/Gyanano/dsh-grok-auth/releases/download/v0.1.1/dsh-grok-auth-0.1.1.tgz

See CHANGELOG.md for details.