v1.0.3

juliangarnier/animev1.0.3May 28, 2026by github-actions[bot]

AI Summary

Focused on development tools, tunneling enhancements, and testing improvements. It includes bug fixes for authentication and deployment scripts.

Key Highlights

  • Opens tunnel URL in browser automatically when `--tunnel` flag is used.
  • Redesigned generated tool input forms to match sidebar.
  • Added E2E tests for devtools.
  • Fixed CI deployment timing and relative path imports.

New Features

  • Auto-open tunnel URL in browser
  • Mixed-auth server support with deferred sign-in
  • E2E tests for devtools

Full Release Notes

## Enhancements
- feat: open tunnel URL in browser when `--tunnel` flag is used @udaykakade25 (#825)
- feat(devtools): redesign generated tool input form to match sidebar @harijoe (#804)
- feat(devtools): support mixed-auth servers with deferred sign-in @harijoe (#812)
- feat: update auth example @paulleseute (#808)
- feat: add useDownload to example app @paulleseute (#801)
- feat: add tsdocs @harijoe (#794)
- chore(devtools): qa pass @harijoe (#802)
- fix(create-skybridge): make demo template pass MCP extended apps checks @harijoe (#798)

## Bug fixes
- fix(core): generate .skybridge/views.d.ts before dev spawns tsc --watch @harijoe (#821)
- fix(ci): deploy landing on release instead of merge to main @harijoe (#822)
- fix: relative path import in generative UI example @fredericbarthelet (#819)
- fix: use 'pnpm run deploy' instead of 'pnpm deploy' in devtools @udaykakade25 (#817)
- fix(devtools): use 'pnpm run deploy' to avoid built-in pnpm deploy conflict @harijoe (#813)
- fix: auth0 registration endpoint @paulleseute (#809)

## Testing
- test(devtools): add e2e tests @harijoe (#793)
- test(devtools): add e2e test for authenticated server @harijoe (#811)

## Docs
- docs(landing): add demo video section between social proof and quotes @harijoe (#810)