Skip to content

Pad v0.9.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 16:31
e6eec60

Highlights

Clearer "Connect your workspace to an agent" flow. The connect-workspace modal now leads with MCP setup instead of a claim code. Most people opening it have never connected an agent, and a claim code only does something once you already hold an OAuth grant — so it's now the default first step, with CLI second and the claim code moved to a dedicated "Connect code" tab framed as what it actually is: a way to add one more workspace to an agent you scoped to specific workspaces. Opening that tab with no connected agent now steers you to set one up first instead of handing over a code nothing can redeem. Self-host deployments without a public MCP URL cleanly show just the CLI path. (#817)

Install

brew install PerpetualSoftware/tap/pad
# or
docker pull ghcr.io/perpetualsoftware/pad:0.9.1

Verifying

Artifacts are cosign-signed (keyless, Sigstore OIDC) with SBOMs and SLSA build provenance:

cosign verify-blob \
  --certificate-identity-regexp "^https://github.com/PerpetualSoftware/pad/.github/workflows/release.yml@.*" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate ./checksums.txt.pem \
  --signature  ./checksums.txt.sig \
  ./checksums.txt

Changelog

Features

  • e6eec60: feat(web): default agent-connect modal to MCP setup, steer zero-grant users (#817) (@xarmian)