Releases: Hyperbase/services-interface-builder
Extension Manager v1.2.1
Fixes:
- Node.js / npm / npx not found — Improved PATH detection: now resolves the user's login shell PATH, and checks Homebrew, nvm, Volta, and fnm install locations. Should find Node.js regardless of how it was installed.
- Troubleshooting info — If Node.js still isn't found, a "Troubleshooting info" dropdown shows debug details to help diagnose the issue.
Full Changelog: v1.2.0...v1.2.1
Extension Manager v1.2.0
Fixes:
-
"Could not set up project template" / GitHub 404 — App was pointing at a nonexistent repo. Now correctly pulls from
Hyperbase/services-interface-builder. Also includes a bundled template fallback so project creation works even without GitHub access. -
"Node.js not found" on Setup — GUI apps on macOS don't inherit shell PATH. App now checks common install locations (Homebrew, nvm, Volta, fnm) and resolves the user's login shell PATH.
-
"App is damaged" on macOS — Ad-hoc code signing (from v1.1.1).
Full Changelog: v1.1.1...v1.2.0
Extension Manager v1.1.1
Fix: Ad-hoc code signing added to resolve macOS "app is damaged and can't be opened" error.
Consultants who already have v1.1.0 installed can also fix it by running:
xattr -cr "/Applications/Airtable Extension Manager.app"
Full Changelog: v1.1.0...v1.1.1
Extension Manager v1.1.0
Improvements:
- Project catalog — projects are now tracked across any location, no longer limited to one directory
- Init Extension guard — warns if a project already has an initialized extension
- Dev server port handling — auto-finds a free port, kills orphaned processes, no more interactive prompts
- Dev server banner shows actual port
- Update checker authenticates with GitHub PAT for private repo access
- Download link points to Google Drive
Full Changelog: v1.0.0...v1.1.0
Extension Manager v1.0.0
Initial release of the Airtable Extension Manager app for macOS (Apple Silicon).
What's included:
- Setup Wizard (Node.js, CLI, PAT registration)
- New Project creation (pulls .claude/ template from this repo)
- Init Extension (paste block init command from Builder Hub)
- Dev Server (start/stop with streaming logs)
- Publish (block release with release notes)
- Update checker (notifies when new versions are available)
Installation:
- Download the DMG below
- Drag the app to Applications
- On first launch: right-click > Open (required for unsigned apps)