Commit Graph

133 Commits

Author SHA1 Message Date
github-actions[bot] 4db781c5b7 chore: update versions (#5832) 2026-08-18 00:03:06 -07:00
KinfeMichael Tariku bd01e8bd38 fix(cloud): scope anonymous auth state by backend (#5953)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-18 13:18:23 +08:00
KinfeMichael Tariku 4a2a76f8ef fix(cloud): validate file API responses (#5984) 2026-08-17 13:36:05 +08:00
KinfeMichael Tariku 04e967cb32 fix(cloud): preserve anonymous identity on refresh failures (#5941)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-17 12:32:35 +08:00
rupic-app[bot] d79b87df08 fix(cloud): validate auth token responses (#5996) (#5997)
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
2026-08-17 10:42:33 +08:00
KinfeMichael Tariku 72a6272434 fix(cloud): validate mutation response ids (#5738)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-08-17 10:30:26 +08:00
KinfeMichael Tariku 645c56beda fix(cloud): validate run stream responses (#5954) 2026-08-15 02:52:25 +03: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
github-actions[bot] 6b73c50538 chore: update versions (#5754) 2026-08-11 23:18:11 -07:00
KinfeMichael Tariku 8bba3aaadc feat(cloud-ai-sdk): load properly for archived threads when requested (#5715) 2026-08-10 18:49:02 +03:00
github-actions[bot] 6804bd3a8e chore: update versions (#5724)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-08 02:16:57 -07:00
Harry Yep 94dc3e509f chore: update dependencies (#5723) 2026-08-08 16:24:09 +08:00
github-actions[bot] 061271e646 chore: update versions (#5568) 2026-08-06 19:07:03 +08:00
github-actions[bot] d54dfe1c74 chore: update versions (#5554) 2026-08-03 15:11:29 -07:00
KinfeMichael Tariku 6c062f1b2a fix(cloud): validate anonymous auth token responses (#5555) 2026-08-03 15:36:54 +03:00
github-actions[bot] 57bf429ccc chore: update versions (#5203) 2026-07-27 17:39:39 -07:00
Simon Farshid 197dd4538e test: prune small package suites (cloud, react-pi, react-google-adk, react-a2a, react-data-stream) (#5268)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 19:33:12 -04:00
Simon Farshid a0ddc862b0 chore: enable erasableSyntaxOnly + verbatimModuleSyntax in the shared tsconfig base (#5208)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-26 17:50:53 -04:00
github-actions[bot] 85d631ecc0 chore: update versions (#5012) 2026-07-26 00:28:13 -07:00
Shobhit Patra 85d7c251a9 feat(cloud): add project-wide thread and message listing to the cloud SDK (#4773)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-26 14:13:24 +08:00
KinfeMichael Tariku ccebbf9317 fix(cloud): normalize base urls across auth strategies (#4846) 2026-07-26 06:25:35 +08:00
KinfeMichael Tariku 0d0834d779 fix(core): refresh cloud history persistence on client change (#5126) 2026-07-26 05:57:34 +08:00
KinfeMichael Tariku 3f90440a45 fix(cloud): deduplicate concurrent auth requests (#5157) 2026-07-25 17:13:16 +03:00
KinfeMichael Tariku 23a9925415 fix(cloud): align thread response contract (#5017)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 22:16:27 -07:00
Harry Yep 7fde141c09 fix: warn on unmapped cloud updates and document the update contract (#5058) 2026-07-19 23:01:57 +08:00
Simon Farshid 838c26770a Revert "fix(cloud): normalize response timestamps" (#5015) 2026-07-16 22:51:52 -07:00
KinfeMichael Tariku a989eb0a75 fix(cloud): normalize response timestamps (#4998) 2026-07-17 00:13:53 +03:00
github-actions[bot] 1e6141f720 chore: update versions (#4717) 2026-07-16 23:26:06 +08:00
Harry Yep 7cf5acc8ae fix(cloud): guard localStorage access in anonymous auth strategy (#4870)
guard localStorage access in AssistantCloudAnonymousAuthStrategy: unavailable, blocked, or throwing storage (Node/SSR, sandboxed iframes, blocked cookies) now degrades to a stateless anonymous token flow instead of rejecting getAuthHeaders(), and corrupted stored refresh token JSON is treated as absent so the next write self-heals. adds node-environment tests covering normal persistence, absent storage, blocked access, throwing storage methods, and corrupted JSON.
2026-07-13 16:53:15 +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 7a85307390 fix(cloud): handle empty success responses for mutation action (#4811) 2026-07-10 14:16:17 +03:00
KinfeMichael Tariku e4da8c57e2 fix(cloud): await initializeAuth auth headers (#4807) (#4807) 2026-07-10 01:19:37 +03:00
Shobhit Patra 0ea628fedb feat(cloud): expose CloudAPIError with the HTTP status on failed requests (#4732)
Co-authored-by: Harry Yep <git@hode.co.uk>
2026-07-09 11:42:14 +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
github-actions[bot] a92a6a9053 chore: update versions (#4465) 2026-06-24 21:59:28 -07:00
Harry Yep cefcf27b4b chore: update dependencies (#4517) 2026-06-22 15:50:07 +08:00
github-actions[bot] 2056de3713 chore: update versions (#4394) 2026-06-13 20:16:48 -07:00
Simon Farshid bb38d085b0 chore: update dependencies (#4390)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-13 20:11:15 -07:00
github-actions[bot] d5cd94863c chore: update versions (#4372) 2026-06-13 15:07:15 -07:00
github-actions[bot] c2158bd67c chore: update versions (#4247)
Co-authored-by: Simon Farshid <simon.farshid@outlook.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 10:45:46 -07:00
Simon Farshid 15878d8114 chore: update dependencies (#4306)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-08 10:16:32 -07:00
github-actions[bot] 7afc487b89 chore: update versions (#4185) 2026-06-03 20:48:05 -07:00
Simon Farshid 78ff336028 chore: update dependencies (#4198)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-01 16:23:12 -07:00
github-actions[bot] 275aef6774 chore: update versions (#4129) 2026-05-30 19:17:21 -07:00
Simon Farshid 331f2f7f43 chore: update dependencies across packages (#4128)
Co-authored-by: Claude <noreply@anthropic.com>
2026-05-26 18:24:55 -07:00
Simon Farshid f965eafa9f chore: prototype migration from Biome to oxlint + oxfmt (#4100)
Co-authored-by: Claude <noreply@anthropic.com>
2026-05-26 16:44:07 -07:00
github-actions[bot] 190d8d6726 chore: update versions (#4080) 2026-05-25 02:36:49 -07:00
Simon Farshid 01244a5602 chore: update dependencies and migrate to pnpm 11 (#4085)
Co-authored-by: Claude <noreply@anthropic.com>
2026-05-22 00:59:35 -07:00
github-actions[bot] e926633f80 chore: update versions (#4034) 2026-05-21 12:34:35 -07:00
Harry Yep 845c7c12fe feat(cloud): allow custom baseUrl with API key auth (#4041) 2026-05-14 14:31:13 +08:00