v0.35.11
alpic-ai/skybridgev0.35.11Mar 25, 2026by neil-ac
AI Summary
A major dependency update release replacing third-party tunneling services with an internal `alpic tunnel`, updating TypeScript to v6, and adding a generative-UI example.
Key Highlights
- Replaced ngrok/cloudfare with internal `alpic tunnel`
- Updated TypeScript to v6
- Added generative-UI example leveraging json-render
- Fixed web locale normalization to BCP 47
New Features
- Internal `alpic tunnel` command
- Generative-UI example app
Full Release Notes
## What's Changed * fix(deps): update all non-major dependencies by @renovate[bot] in https://github.com/alpic-ai/skybridge/pull/589 * feat: replace ngrok/cloudfared by alpic tunnel by @paulleseute in https://github.com/alpic-ai/skybridge/pull/600 * chore: bump skybridge versions to 0.35.10 by @github-actions[bot] in https://github.com/alpic-ai/skybridge/pull/599 * chore(deps): update dependency lucide-react to v1 by @renovate[bot] in https://github.com/alpic-ai/skybridge/pull/597 * chore(deps): update dependency typescript to v6 by @renovate[bot] in https://github.com/alpic-ai/skybridge/pull/598 * chore(deps): update dependency alpic to ^1.101.0 by @renovate[bot] in https://github.com/alpic-ai/skybridge/pull/601 * docs: improve contributor manifesto and rename DevTools page by @rodincave in https://github.com/alpic-ai/skybridge/pull/549 * fix(web): normalize locale to BCP 47 in useUser by @valentinbeggi in https://github.com/alpic-ai/skybridge/pull/607 * Add generative-UI example leveraging json-render by @fredericbarthelet in https://github.com/alpic-ai/skybridge/pull/585 **Full Changelog**: https://github.com/alpic-ai/skybridge/compare/v0.35.10...v0.35.11