Skip to content

2026-05-07

Choose a tag to compare

@ben-vargas ben-vargas released this 07 May 16:06
· 5 commits to main since this release
c13fe46

What's New

Pi SDK namespace migration for pi 0.74.0

Updates all packages in this monorepo for Pi's upstream move from the @mariozechner/* npm namespace to @earendil-works/*.

  • Migrates Pi SDK imports in extension source and tests to @earendil-works/*
  • Updates root dev dependencies and lockfile to the @earendil-works Pi 0.74.0 packages
  • Updates package peer dependencies to require the new @earendil-works/* packages
  • Keeps @mariozechner/jiti for @benvargas/pi-claude-code-use because no @earendil-works/jiti package is published
  • Keeps compatibility virtual modules in @benvargas/pi-claude-code-use so dynamically loaded companion extensions that still import the old Pi SDK namespace continue to resolve
  • Updates README minimum Pi version notes where applicable

Version bumps

  • @benvargas/pi-ancestor-discovery to 1.1.2
  • @benvargas/pi-antigravity-image-gen to 1.1.2
  • @benvargas/pi-claude-code-use to 1.0.3
  • @benvargas/pi-cut-stack to 1.0.1
  • @benvargas/pi-exa-mcp to 1.1.1
  • @benvargas/pi-firecrawl to 1.0.1
  • @benvargas/pi-openai-fast to 1.0.4
  • @benvargas/pi-openai-verbosity to 1.0.1
  • @benvargas/pi-synthetic-provider to 1.1.13

Changelogs

  • Adds 2026-05-07 changelog entries for packages that already had changelogs:
    • @benvargas/pi-claude-code-use
    • @benvargas/pi-synthetic-provider

Merged PRs

  • #15 chore: migrate pi dependencies to earendil namespace

Commits

  • c13fe46 chore: migrate pi dependencies to earendil namespace

Validation

  • GitHub Actions CI check passed
  • npm run lint
  • npm run typecheck
  • npm test