Commit Graph

104 Commits

Author SHA1 Message Date
rupic-app[bot] 1d2c949eae fix(ui): suppress fabricated results for unprojected interrupts (#6094) (#6095)
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-20 16:41:28 +08:00
rupic-app[bot] 4b98ca7c98 fix(ui): use animation duration for animated panels (#6126) (#6128)
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-19 16:16:31 +08:00
Harry Yep 06b04a7976 chore: update dependencies (#6124) 2026-08-19 13:10:40 +08:00
Visharad Kashyap a1f87e0e31 fix registry attachment for Zustand 4 (#6089)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-19 11:57:16 +08:00
Harry Yep 357151b853 style: flatten the kit and restyle the docs site (#6096) 2026-08-18 23:02:02 +08:00
Harry Yep 1000991c0d feat(ui): show a history skeleton while a switched thread loads (#6064) 2026-08-18 10:38:54 +08:00
Harry Yep 968eaecaea feat(ui): use card fill and tighten composer toolbar (#6015)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-17 16:20:10 +08:00
Harry Yep 0f6e9e9b56 chore: replace stale example model ids with gpt-5.6-luna (#5929) 2026-08-14 16:37:18 +08:00
Harry Yep a64d7959fe feat(eve): adopt the eve 0.31+ session api and support eve through 0.37 (#5915) 2026-08-14 11:32:49 +08:00
Harry Yep dc6eb2f909 chore: upgrade oxfmt to 0.63 and apply its reformat (#5910) 2026-08-14 10:09:37 +08:00
Harry Yep 822a3b39dc chore: update dependencies (#5895) 2026-08-13 23:57:26 +08:00
Simon Farshid 61d29f4157 chore: update dependencies (#5774)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Simon Farshid <simon.farshid@assistant-ui.com>
2026-08-12 18:46:03 -07:00
Ephraim Duncan 9ce9abc38a fix(ui): keep attachment thumb image square (#5640) 2026-08-11 15:53:12 +00:00
Harry Yep b1613c137d fix(ui): let the attachment tile radius resolve outside a thread root (#5786) 2026-08-11 15:45:11 +08:00
Harry Yep ab5796932c chore: upgrade oxfmt to 0.62 and apply its reformat (#5726) 2026-08-08 16:50:09 +08:00
Harry Yep 94dc3e509f chore: update dependencies (#5723) 2026-08-08 16:24:09 +08:00
Sam Dickson 453e69447a fix(eve): render connector authorization parts and map auth-suspended turns to requires-action (#5625)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-06 11:30:12 +08:00
Simon Farshid dcacd9bc45 feat(store): AuiProvider extends/config grammar with dev-enforced nesting decision (#5430)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-04 02:14:58 -04:00
Ephraim Duncan 5e22e97459 chore: update next to 16.3 (#5571)
bumps next to 16.3 across every app and takes the typescript 7 type checking the release enables, replacing the `@typescript/typescript6` alias each next app carried for next's old javascript compiler API.

also gives the use-generative loader rule its own turbopack entry so it stops matching generated modules (which broke examples/with-ffmpeg on 16.3) without narrowing a caller's own loaders, gitignores the agent rules `next dev` now writes per app, and excludes next from the release age policy.
2026-08-04 11:26:03 +08:00
Harry Yep 652f62006f chore: upgrade oxfmt to 0.60 (#5197) 2026-07-26 15:19:29 +08:00
Harry Yep cdee1e2adb feat(eve): require eve 0.27 (#5192) 2026-07-26 14:46:35 +08:00
Simon Farshid 390e4177ca chore: update dependencies (#5079)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-26 14:32:27 +08:00
Ephraim Duncan 00cc59419d feat(ui): polish attachment tile, remove button, and preview dialog (#4983) 2026-07-26 06:40:14 +08:00
github-actions[bot] 1e6141f720 chore: update versions (#4717) 2026-07-16 23:26:06 +08:00
Harry Yep f1dcd8bf4e chore: upgrade oxfmt to 0.59 and apply its reformat (#4976) 2026-07-16 17:52:03 +08:00
Harry Yep f8c5c16443 feat(eve): require eve 0.24 (#4974)
moves the eve SDK line from 0.22 to 0.24 across the four manifests that pin it and requires ^0.24.3 in @assistant-ui/eve's peer range. no source changes: the adapter's consumed closure is byte identical between 0.22.6 and 0.24.3; the breaking minors live server-side. eve 0.24.3 raises its own ai peer floor to ^7.0.26, satisfied since #4887.
2026-07-16 12:58:05 +08:00
Simon Farshid d03e5cf0e6 chore: update dependencies (#4887)
bumps js/ts dependencies across the monorepo via taze, refreshed against main as of merge time. holds kept deliberately: @babel/core 7 (react-compiler compatibility), eve 0.22, oxfmt 0.58, lexical 0.46 (forward-delete regression in 0.47), react-native-safe-area-context ~5.7.0 (expo SDK 57 matrix), packageManager pnpm@11.10.0 (11.12+ standalone binary breaks pnpm/action-setup). expo natives wait out the 24h minimumReleaseAge window. full build, lint, resource-memo, and lexical tests green on the final head.
2026-07-16 12:17:29 +08:00
Harry Yep 48575b876b fix(ui): hide the context display tooltip arrow via a data slot (#4881) 2026-07-13 22:36:33 +08:00
Shobhit Patra c98008682d feat(react-ai-sdk): support AI SDK v7 (#4654)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-12 16:23:03 +08:00
Harry Yep 4a55ff95d1 refactor: nest the shadcn trees and make the unmarked alias mean Base UI (#4844) 2026-07-12 01:27:28 +08:00
Harry Yep 543cbadbc9 feat: resolve templates base-first and retire the docs dropdown fork (#4843) 2026-07-11 23:30:07 +08:00
Harry Yep 48dd5d0994 feat: make Base UI the default across docs and templates (#4835) 2026-07-11 18:38:13 +08:00
Harry Yep 278c1c9c82 feat: converge collapsible variants on neutral state selectors (#4831) 2026-07-11 14:54:05 +08:00
Harry Yep 5325f09857 chore: update dependencies (#4815)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-11 10:15:18 +08:00
KinfeMichael Tariku 92d84cfb3e chore: bump TypeScript to v7 (#4777) 2026-07-09 20:24:46 +03:00
Shobhit Patra 6d0881017a fix(templates): surface the real error on failed chat requests (#4793) 2026-07-09 18:06:24 +08:00
Shobhit Patra 2aca5e0933 feat(core): surface the upload failure reason on failed attachments (#4728)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-09 11:57:59 +05:30
Simon Farshid 0686f4e6b8 chore: update dependencies (#4746)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-09 12:55:26 +08:00
Ephraim Duncan 8f5a8d1901 perf(ui): contain offscreen message rows with content-visibility (#4786) 2026-07-09 11:43:52 +08:00
Ephraim Duncan cb97574114 feat(ui): show upload and error status on attachment tiles (#4693) 2026-07-03 03:00:36 +00:00
Harry Yep a7b06f7687 chore: update dependencies (#4608)
Co-authored-by: Simon Farshid <simon.farshid@outlook.com>
Co-authored-by: Simon Farshid <simon@assistant-ui.com>
2026-06-25 15:58:18 -07:00
Ephraim Duncan 080255d76b style(ui): refine cot/tool disclosure motion, contrast & reduced-motion (#4480)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-06-23 21:01:06 +08:00
Harry Yep 210cd4edd7 fix(eve): support eve 0.12 (#4518) 2026-06-22 16:13:05 +08:00
Harry Yep cefcf27b4b chore: update dependencies (#4517) 2026-06-22 15:50:07 +08:00
Harry Yep 5e8a4e2a4c feat(cli): rename the langgraph starter template to -t langchain (#4494) 2026-06-19 19:32:17 +08:00
Simon Farshid 6dc214359c feat: add Eve runtime adapter (#4455) 2026-06-17 14:48:33 -07:00
Bassim Shahidy f3181798d7 fix(thread, attachment): minor styling fixes for registry components (#4439) 2026-06-16 21:42:24 -04:00
Simon Farshid e100f90648 chore: update dependencies (#4422)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-15 11:49:59 -07:00
Shobhit Patra 18c388d516 docs: migrate langgraph example and template to react-langchain useStreamRuntime (#4396) 2026-06-14 20:35:20 -07:00
Simon Farshid bb38d085b0 chore: update dependencies (#4390)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-13 20:11:15 -07:00