v1.0.3

Mintplex-Labs/anything-llmv1.0.3May 28, 2026by github-actions[bot]

AI Summary

Focuses on developer tools improvements including auto-opening tunnel URLs, UI redesigns, and the addition of end-to-end testing for the devtools suite.

Key Highlights

  • Automatically opens tunnel URL in browser when using the `--tunnel` flag
  • Redesigns generated tool input form to match the sidebar layout
  • Adds E2E tests for both devtools and authenticated servers
  • Fixes TypeScript `.d.ts` file generation timing before dev spawns tsc

New Features

  • Auto-open tunnel URL
  • Devtools UI redesign
  • E2E testing

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)