Skip to content

@paybond/kit 0.11.1

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 03:46

Release @paybond/kit 0.11.1 — fixes starter-template CI smoke failures and improves developer docs.

Highlights

  • Lazy framework demo loadingpaybond agent sandbox smoke no longer eagerly imports Vercel AI, LangGraph, Claude Agents, or OpenAI Agents demo code at CLI startup. Starter templates can run smoke checks with only core @paybond/kit installed (no optional ai peer required).
  • README improvements — optional peer-deps table, CLI quick reference (paybond init, agent sandbox smoke, dev loop), and clearer guidance on when framework extras are needed.
  • Pre-publish template lockfilesgenerate-templates.mjs packs the local kit tarball with --ignore-scripts and rewrites template package-lock.json entries before npm publish, so prepack no longer fails when ^0.11.1 is not yet on the registry.
  • Starter templates — all bundled templates bumped to @paybond/kit@^0.11.1 with committed lockfiles and .npmrc for reproducible npm ci in CI.

Install

npm install @paybond/kit@0.11.1

Quick start

npx -p @paybond/kit@0.11.1 paybond login
npx -p @paybond/kit@0.11.1 paybond-init --preset paid-tool-guard --framework provider-agnostic --out paybond-paid-tool-guard.ts

Docs

Full Changelog: v0.11.0...v0.11.1