v1.0.4

TimmyOVO/deepseek-ocr.rsv1.0.4Jun 2, 2026by github-actions[bot]

AI Summary

A maintenance release focusing on bug fixes and example applications, including the addition of a Chess example, a Supabase trip log example, Vercel deployment support, and various infrastructure and CLI improvements.

Key Highlights

  • New Chess and Supabase trip log example apps have been added.
  • Vercel deployment support is included in this release.
  • Bug fixes address CLI port handling and widget crashes.
  • Refactoring of core user entry to hide internal implementation details.
  • Replacement of outdated chatgpt-app-builder skill with skybridge.

New Features

  • Chess example app
  • Supabase trip log example app
  • Vercel deployment support
  • Fix for widget crash on non-capital cities

Full Release Notes

## Enhancements
- feat(examples): add chess example app (#842) @valentinbeggi
- feat(examples): add `supabase-triplog` app (#805) @udaykakade25
- feat(everything): add `flip-coin` target call to Everything example app (#823) @udaykakade25
- feat: add Vercel deployment support (#820) @harijoe

## Bug fixes
- fix(cli): increment port instead of random when default is taken (#840) @harijoe
- fix(capitals): prevent widget crash when requesting a non-capital city (#745) @udaykakade25
- fix: add `tsx` to blank template `devDependencies` (#845) @udaykakade25
- fix: replace outdated `chatgpt-app-builder` skill with `skybridge` (#844) @udaykakade25

## Refactoring
- refactor(core): wrap user entry to hide `setViteManifest` from `src/server.ts` (#832) @harijoe