github-actions[bot]
75e3ef71be
chore: update versions ( #6086 )
2026-08-20 11:15:53 -07:00
Harry Yep
9c65b511bc
fix(react-native,react-ink): honor thread.isEmpty in leftover ThreadIf ( #6156 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-20 11:51:15 +08:00
rupic-app[bot]
16bbf6fdfd
fix(react-native,react-ink): expose thread-list item active state ( #6131 ) ( #6132 )
...
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
2026-08-19 17:46:21 +08:00
Sam Dickson
c4446c2ebe
fix(react-native,react-ink): expose ThreadListNew active state ( #6120 )
...
Co-authored-by: Harry Yep <git@hode.co.uk >
2026-08-19 16:08:47 +08:00
Sam Dickson
7e0f4d5de2
fix(react-native): announce actionable primitives as buttons ( #6119 )
...
Co-authored-by: Harry Yep <git@hode.co.uk >
2026-08-19 15:35:01 +08:00
Harry Yep
06b04a7976
chore: update dependencies ( #6124 )
2026-08-19 13:10:40 +08:00
rupic-app[bot]
99f181dbd8
feat(react-native): add composer quote and queue primitives ( #6122 )
...
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.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-08-19 12:50:27 +08:00
Sam Dickson
98d586152a
fix(react-native,react-ink): accept platform render-function children on Pressable wrappers ( #6114 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
Co-authored-by: Harry Yep <git@hode.co.uk >
2026-08-19 11:37:46 +08:00
Sam Dickson
0d2ac946d8
chore(react-native): drop two unreachable re-export shims ( #6104 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
Co-authored-by: Harry Yep <git@hode.co.uk >
2026-08-19 10:24:21 +08:00
github-actions[bot]
4db781c5b7
chore: update versions ( #5832 )
2026-08-18 00:03:06 -07:00
rupic-app[bot]
837ef1b21f
fix(core): fall back for system message edits ( #6058 )
...
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
2026-08-18 11:58:46 +08:00
Shobhit Patra
7f36e4c7e1
fix(react-native): wrap ThreadListItems rows in ThreadListItemByIndexProvider ( #5201 )
2026-08-17 13:43:36 +08:00
Simon Farshid
0d2e23f559
feat(core): threads.selectionChanged event; deprecate threadListItem.switchedTo/switchedAway ( #5914 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-08-13 20:52:16 -07:00
Harry Yep
6e80fbcd55
chore: upgrade react-native to 0.87 ( #5911 )
2026-08-14 10:23:32 +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
github-actions[bot]
6b73c50538
chore: update versions ( #5754 )
2026-08-11 23:18:11 -07:00
KinfeMichael Tariku
3ba4e4e9fd
fix(react-native): respect prevented composer key events ( #5763 )
2026-08-10 14:16:49 +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
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
github-actions[bot]
061271e646
chore: update versions ( #5568 )
2026-08-06 19:07:03 +08:00
Harry Yep
e70da91866
fix(core): drop the react type dependency from the default entry ( #5653 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-06 15:19:23 +08:00
Ephraim Duncan
271d85d2fc
fix(react): render custom children and support asChild in AttachmentPrimitive.Thumb ( #5415 )
...
the thumb rendered its label as a JSX child, so any children passed through the props spread were silently dropped, and asChild threw because a text node cannot be slotted into radix's Slot.
renders `children ?? label` instead, matching QueueItemText, SuggestionTitle and ErrorMessage. covers all three runtimes with colocated tests.
2026-08-04 14:40:33 +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
e7a696c981
fix: fall back to attachment type for extension-less filenames in AttachmentThumb ( #5421 )
...
AttachmentPrimitive.Thumb rendered a bare "." when a filename had no extension, an empty name, or a trailing dot, and rendered the whole name as an extension for leading-dot names like .gitignore.
adopts the react-ink selector verbatim in react and react-native, so a real extension renders as .ext and everything else falls back to attachment.type. closes the cross-runtime parity gap and covers the contract with colocated tests on both sides.
2026-08-04 12:29:05 +08:00
github-actions[bot]
91134c77a4
chore: update versions ( #5273 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Simon Farshid <simon.farshid@outlook.com >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-28 03:43:58 -04:00
Simon Farshid
2f5d0d441c
feat: drop v0.12-era deprecated APIs for v0.15 + migration guide ( #5281 )
...
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-28 03:01:00 -04:00
Simon Farshid
9a7e77603d
feat: property API for aui accessors ( #5275 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-28 01:49:46 -04:00
github-actions[bot]
57bf429ccc
chore: update versions ( #5203 )
2026-07-27 17:39:39 -07:00
rupic-app[bot]
567d454f44
fix(react-native): keep MessagesFlatList following the bottom on viewport shrink ( #5212 )
...
Co-authored-by: rupic-app[bot] <275051718+rupic-app[bot]@users.noreply.github.com>
Co-authored-by: Harry Yep <git@hode.co.uk >
2026-07-27 17:00:36 +08:00
github-actions[bot]
85d631ecc0
chore: update versions ( #5012 )
2026-07-26 00:28:13 -07:00
KinfeMichael Tariku
735ceecbb4
feat: add react native messages flatlist ( #4805 )
...
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-26 14:39:51 +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
github-actions[bot]
1e6141f720
chore: update versions ( #4717 )
2026-07-16 23:26:06 +08:00
Shobhit Patra
2892610c4e
feat(react-native): export attachment Props aliases from the composerand message barrels ( #4907 )
2026-07-15 15:11:40 +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
KinfeMichael Tariku
ee0f68bf4d
fix: forward thread messages ref ( #4712 )
...
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 15:02:21 +03:00
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
Ryanba
4d082ae281
fix(react-native): show composer scrollbar at max height ( #4708 )
2026-07-06 14:16:36 +03:00
KinfeMichael Tariku
c590a21a63
feat: support disabled mcp toolkit tools ( #4667 )
2026-07-05 14:20:30 +03:00
KinfeMichael Tariku
6be3b6781b
feat: support disabled mcp toolkit entries ( #4665 )
2026-07-04 23:04:54 +03:00
github-actions[bot]
d735176f8b
chore: update versions ( #4599 )
2026-06-25 16:49:18 -07:00
KinfeMichael Tariku
222013629f
fix: re-export platform context providers ( #4580 )
2026-06-25 18:50:55 +08:00
github-actions[bot]
a92a6a9053
chore: update versions ( #4465 )
2026-06-24 21:59:28 -07:00
KinfeMichael Tariku
fe28419d30
feat: re-export unstable interactable helpers from platform barrels ( #4577 )
2026-06-24 22:48:25 +03:00
Bassim Shahidy
0c51b905d2
feat: redesign interactables API ( #4310 )
...
Signed-off-by: Bassim Shahidy <122117267+AVGVSTVS96@users.noreply.github.com >
2026-06-24 01:12:42 -04:00
Bassim Shahidy
4acd4c0f60
feat(react): add id-keyed message rendering ( #4542 )
2026-06-23 04:13:30 -04:00
Harry Yep
cefcf27b4b
chore: update dependencies ( #4517 )
2026-06-22 15:50:07 +08:00
Harry Yep
19c0b86d33
test(react-native): add a vitest suite for the primitives ( #4514 )
2026-06-22 13:02:02 +08:00