Skip to content

Releases: NamesMT/starter-monorepo

v4.4.0

06 Dec 09:43

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add DynamoDB provider sample (da8c998)
  • Add Cloudflare R2 with S3Client provider sample (820dcff)

🩹 Fixes

  • Css layering (204ce95)
  • keepAuthFresh: Deadlock if cannot refresh (2739ac5)
  • Convex is now dumber (4e15837)
  • Tsconfig resolve (d959e26)
  • Should only call proxy on local (0ff3694)

📖 Documentation

  • Revise SSR note in README (95b03c1)
  • Simplify README for LLM Chat (3f4a3f3)
  • Collapsible LLM Chat description (9c088fb)
  • README: Docs maintenance (1406838)

🏡 Chore

  • Update deps and opt-in to nuxt typescriptPlugin (17a18c1)
  • Update deps (c18fe19)
  • Nested autoimport fixed (ef30b78)
  • Update deps (215b7b3)
  • Update i18n key template syntax (7301439)
  • Update deps (d769824)
  • Update tsconfigs (0582b46)
  • Remove custom text tokens (390b016)
  • @ark/schema ref not necessary anymore (ea2e059)
  • Update deps (70eb7af)
  • Support app with baseURL (c16898d)
  • Update deps, apply lint fixes (use pm catalog) (f1f59c4)

❤️ Contributors

v4.3.0

20 Oct 10:39

Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Auth improvements, refactors (desc) (df03a02)
  • ⚠️ Migrate to WorkOS as hosted auth, polish auth middlewares, fix logout (1dac7e0)

🩹 Fixes

  • Provider cache key typo (b02c8e4)

📖 Documentation

🏡 Chore

  • Set ArkType vscode settings (b68ddea)
  • Update deps (75aaa12)
  • objectOmit now available in @antfu/utils (499f097)
  • Remove constant secret so it alerts you to set one (dfbb123)
  • Update deps (0717bfd)
  • Update deps (1594fba)

⚠️ Breaking Changes

  • ⚠️ Auth improvements, refactors (desc) (df03a02)
  • ⚠️ Migrate to WorkOS as hosted auth, polish auth middlewares, fix logout (1dac7e0)

❤️ Contributors

v4.2.0

24 Sep 07:52

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add sample grammy telegram bot implement (d0e5bbd)

🩹 Fixes

💅 Refactors

  • ⚠️ Reword: RouteApp => Route (55c7fdd)

📖 Documentation

🏡 Chore

🎨 Styles

  • Fix scrollbar visibility (7befd19)

⚠️ Breaking Changes

  • ⚠️ Reword: RouteApp => Route (55c7fdd)

❤️ Contributors

v4.1.0

10 Sep 14:45

Choose a tag to compare

compare changes

🏡 Chore

🎨 Styles

  • ⚠️ Oklch colors, some syntax fixes (234bdd2)

⚠️ Breaking Changes

  • ⚠️ Oklch colors, some syntax fixes (234bdd2)

❤️ Contributors

v4.0.0

06 Sep 09:47

Choose a tag to compare

compare changes

🚀 Enhancements

  • devContainer/postCreate: Auto install pnpm via corepack (4646033)
  • Local workerd dev setup and guide (d0d67c4)
  • Add repo-release script (ddf137f)
  • Tailwind v4 compat (1fb0e38)

🩹 Fixes

💅 Refactors

  • Fetch util now published as fetch-result-please (78dbc65)

🏡 Chore

  • Update deps (05583c9)
  • Remove unnecessary @ts-ignore (64ecb06)
  • Add NuxtRouteAnnouncer (2decf00)
  • Update deps (ad30b2f)
  • Update deps, use official parseResponse from hono (6c536ad)
  • p/kinde-main: Should report when required envs are missing (b074f36)
  • Update deps (53229b7)
  • Update deps (2feee9c)
  • Update major hono-openapi (19bafc4)
  • Upgrade to ai-sdk@5 (93e267a)
  • Update default model (8de484e)

❤️ Contributors

v3.1.0

25 Jul 08:46

Choose a tag to compare

compare changes

💅 Refactors

  • Update layouts, add font size tokens (3fe8d3f)

🏡 Chore

❤️ Contributors

v3.0.0

08 Jul 02:52

Choose a tag to compare

compare changes

This version adds the Chat feature for the demo app, as well as a lot of underlying restructuring and fixes, and bumps to Nuxt v4 rc

🚀 Enhancements

  • Simple AI chat demo example (811f918)
  • Threads-based agents chat system (milestone 1) (35b1abe)
  • Not found handler for Workers SPA/SSG (c52adb9)
  • Milestone 2: refac sidebar, mobile working good (316646d)
  • Thread title gen, some general fixes (a9ed7d1)
  • Milestone 3: support anonymous user (a9f94e3)
  • InsaneUI mode, UI polishing, scroll logic changed again (7d67d8b)
  • Sidebar polishing: guest content, tooltip (8996fd3)
  • Copy, branch, reval local thread, more UI polish (eba5c3e)
  • Branch icon and link (a9d4f33)
  • Frozen thread (baff73b)
  • Efficient concurrent sessions of same thread support (2dc8e80)
  • Share Thread (b19e1ca)
  • Persist shared thread to local (50dec3a)
  • Multi-user identity context support (156b551)
  • Optimistic freeze and fix anonymous freezing thread from another session (42f6adc)
  • Interactive multi-agent chat (bf195e2)
  • Better system context system (ccde47a)
  • Improve multi-agent system prompt (d56d18b)
  • Language and log-in/out in Settings (9c9b816)
  • Improve system and messages context. (1098018)
  • Nickname setting (474edc0)
  • Migrate anonymous threads to user account (7451a0b)
  • Better backend error handling (6c777e6)
  • Elegant BYOK UI settings support ✨ (aff549b)
  • Refactor and fixes client streaming flow, user can send messages at the same time seamlessly (d0fea42)
  • Improve and fixes nicknames (9d070b3)
  • Improve system prompt (db24300)
  • Improve system prompt again (224dad5)
  • Tip for thread context menu (19f7f3e)
  • Allows line breaks for mobile prompting (a771389)
  • Prompt, scroll, responsive UX + fixes, cleaning, restyle threads hover (3ccaba8)
  • Hotkeys and search dialog (3644a37)
  • Add some more providers (cb54cec)
  • Sample working image input modality, no db schema persist and ui render yet (7017549)

🔥 Performance

  • Use new MDCCached component, more visible skeleton (a673120)
  • Stuck streams resolve perf (e310762)
  • Prevent invoking multiple fetches (560bdfd)
  • Improve resolveStuckStreamMessages (56328dd)

🩹 Fixes

  • Temporary patch for Workers (a13168f)
  • New patch for hono-sessions (1ab38c4)
  • Correct alertIsStreaming check (affa55a)
  • ChatSidebar render might error (e59667b)
  • Not found handler for Workers SPA/SSG (4b94b84)
  • Threads fetching of different users (867cdd1)
  • Missing interfaceSRK (9dac613)
  • Threads sync data and orders (c2ded57)
  • Auto scrolling not working on new convo (99e7d3a)
  • Branch does not work on newly chatted message (0118ac8)
  • Should prevent frozen thread to receive new message (bcfbcac)
  • Incorrect count length (3720b26)
  • Should not try subscribe on empty id (86bd8e6)
  • Hold shift still open the share modal (266155c)
  • Dev scripts should be interactive (d9f1834)
  • dev:full script fix (db932c5)
  • New models doesn't work (7f2592d)
  • Relocate and fix counter when branch (4ecbd41)
  • Mobile sidebar scrolling (7f7b8d7)
  • Floating menu bg on mobile, better bg (6252e7e)
  • I18n broken by VSCode Extension (6f91020)
  • Error response formatting (9b23b3b)
  • Do a last re-render on stream finish (MDC bug) (3261eed)
  • getChatNickname on new user (ad2bb1d)
  • Opacity transition causing glass render bug (df90598)
  • First time toggling of the theme button (d049d2f)
  • Add openai provider to backend (c6f4da4)
  • Permissions issues (f3d4081)
  • Simpler merging logic, fix shared thread not showing up (7bc0f84)
  • Needs serializing to save to IDB (2421efc)
  • Background capturing some scroll on mobile (70bb857)
  • Should not open dialog by default (3abbb33)
  • Viewport on some mobile browsers (9b244f4)
  • Missing i18n for search placeholder (a9a5688)
  • Wraps fixed header with a container to prevent layout shifting when using modals (1392569)
  • proxy: Should use $apiUrl instead (1c37173)
  • Missing sidebar background color (47d713a)
  • UserProfileType, move to @local/common (782dd1e)
  • Waits for other projects to tsc (a52617c)

💅 Refactors

  • More conventional env file namings (ed238fa)
  • Rename and reduce unnecessary ops in internal functions (999ac7d)
  • Codebase beautify and general fixes (4d45ff0)
  • Remove unnecessary bit (1b8b987)
  • Restructure backend-convex (299cc0f)
  • Minor (b7dd314)
  • Share dialog UX, general cleaning (b3b35a4)
  • Add 2.0 flash model w/ attachment capability, some refactors (e831f39)
  • Move GSS to CGP, add shortcut and context acces...
Read more

v2.0.0

11 Jun 17:08

Choose a tag to compare

compare changes

🚀 Enhancements

  • Convex shared auth integration (c99c00d)
  • convex: Authenticate and rate limit for tasks.add (3bd9ce7)
  • Add getConvexErrorMessage util (bfc4675)

🩹 Fixes

  • Build fix due to error fetch (23f5bd5)
  • Correct IsSST rendering (a6bb874)

💅 Refactors

  • Simplify view-tree (918b5f7)
  • ⚠️ Major repo fixes and cleanup, removed PrimeVue (daddfa0)

📖 Documentation

🌊 Types

  • Define schema for tasks table for full e2e2e type-safety (01f4213)

🏡 Chore

  • Initial LoadingScreen (84996e4)
  • Reduce console warn due to NuxtPage (0dc6ecc)
  • Improve UI/UX regarding Convex test (2577ea1)
  • Wrangler.jsonc (5f1845a)
  • Properly populate tsconfig references (b47bb42)

🎨 Styles

  • Frontend beautifying - thanks Roo Code (94e1969)
  • LoadingScreen beautifying - thanks Roo Code (7f06a50)
  • Minor fix (34d9663)
  • Minor (6c19dc1)

⚠️ Breaking Changes

  • ⚠️ Major repo fixes and cleanup, removed PrimeVue (daddfa0)

❤️ Contributors

v1.2.1

10 Jun 08:22

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add sample route to demo Convex fetching from backend (dd155a2)

🩹 Fixes

🏡 Chore

❤️ Contributors

v1.2.0

10 Jun 07:35

Choose a tag to compare

compare changes

🚀 Enhancements

  • Dynamic Convex integration 🔥🔥 (d0e9d08)
  • Convex integration with backend (028a161)

🌊 Types

  • backend: Fix import shortcut path missing .js (cbaab7e)

🏡 Chore

  • Improve build/deploy dx, turbo pipeline, fix backend-convex deploy on frontend build (6ef6abc)

❤️ Contributors