Commit graph

453 commits

Author SHA1 Message Date
Jeremy
90e1c8368e
fix: poll votes after reaching minimum message count (#869) 2025-03-16 20:22:34 -07:00
Jeremy
47a630fd53
refactor: replace message.content with message.parts (#868) 2025-03-16 18:42:29 -07:00
Jeremy
553a3d825a
refactor: replace isLoading with status (#861) 2025-03-11 15:33:18 -07:00
Jeremy
8e561dced4
feat: add artifact tests (#859) 2025-03-11 14:39:36 -07:00
Jeremy
9628c54755
feat: add reasoning tests (#856) 2025-03-09 21:02:19 -07:00
Shu Uesugi
39729644df
Fix (again): send message on Enter keypress only when not in input method mode (#848) 2025-03-05 12:55:49 -08:00
Shusaku Uesugi
cec3784536
Check for isComposing 2025-03-05 12:46:07 -08:00
Jeremy
a378757d3b
fix: check chat/vote ownership during actions (#847) 2025-03-05 10:03:17 -08:00
Jeremy
c58fd528fc
chore: bump versions (#845) 2025-03-04 18:00:14 -08:00
Jeremy
9dd9a9898c
feat: add tests (#843) 2025-03-04 17:25:46 -08:00
Adil Khalil
95a2af2535
fix: use correct model name in onUpdateDocument function (#828) 2025-02-26 00:13:20 -06:00
Jeremy
ef7eb9dd5f
feat: handle client disconnects (#814) 2025-02-19 19:09:03 -06:00
Nico Albanese
27ff566258
docs: rename artifact page name (#794) 2025-02-13 17:11:54 +00:00
Nico Albanese
7af3123bcd docs: rename artifact page name 2025-02-13 17:10:15 +00:00
Jeremy
81f909ac3a
chore: rename blocks to artifacts (#793) 2025-02-13 08:25:57 -08:00
Jeremy
01f589b603
fix: don't dynamically populate document kind in schema (#769) 2025-02-06 17:18:26 +03:00
Jeremy
dfc07ce0ae
refactor: make block kind enum dynamic in schema (#762) 2025-02-05 18:47:17 +03:00
Jeremy
5e059844a2
fix: use correct image model id (#761) 2025-02-05 18:11:19 +03:00
Jeremy
cf4ab9a4a7
feat: add docs (#760) 2025-02-05 14:58:38 +03:00
Jeremy
9c4dbc8aaa
refactor: improve block modularity on server (#758) 2025-02-04 17:15:39 +03:00
Jeremy
711da0b94b
feat: switch prompts based on selected chat model (#754) 2025-02-03 18:11:32 +03:00
Jeremy
c61d4f91d4
feat: add reasoning model (#750)
Co-authored-by: Matt Apperson <me@mattapperson.com>
2025-02-03 18:03:15 +03:00
Jeremy
76804269c4
feat: add sheet block (#743)
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
2025-02-03 11:03:48 +03:00
Jeremy
93b02a85e1
fix: run block initialize fn only once (#740) 2025-01-29 20:26:58 +05:30
Jeremy
5bb62f1b14
fix: edit messages with votes (#737) 2025-01-28 19:45:03 +05:30
Jeremy
2d47ffbd77
refactor: use generateId() for id creation (#736) 2025-01-28 18:51:04 +05:30
Jeremy
085f4a8ac4
fix: restore code block loading states (#728) 2025-01-27 19:23:16 +05:30
Jeremy
38527ff92e
feat: modularize block system (#718) 2025-01-27 14:19:47 +05:30
Jeremy
5e8cddc886
feat: add smooth stream (#722) 2025-01-23 01:53:41 +05:30
Jeremy
3f9d379a6a
refactor: use tool() and organize by file (#721)
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
2025-01-23 01:19:48 +05:30
Jeremy
371242d683
fix: hide left border around canvas when resized (#710) 2025-01-15 20:12:14 +05:30
Jeremy
df449a408a
feat: add image block type (#709) 2025-01-15 19:59:29 +05:30
Jeremy
6c23a8a604
fix: handle suggestion stream parts (#700) 2025-01-13 16:56:40 +05:30
Jeremy
aa29cc5ace
fix: add condition to messages memoization ruleset (#698) 2025-01-13 14:34:51 +05:30
Jeremy
c5a57fd7a8
fix: preserve cursor position on code editor saves (#683) 2025-01-08 19:31:40 +05:30
Jeremy
7a25f953c7
fix: shorten suggested actions (#681) 2025-01-08 17:52:51 +05:30
Jeremy
69c7d5223a
fix: lock horizontal scroll for console (#680) 2025-01-08 17:36:50 +05:30
Jeremy
7a189743a1
fix: reset input height on submission (#679) 2025-01-08 17:00:38 +05:30
Jeremy
3e34d678b3
fix: prevent empty code execution outputs after remount (#678) 2025-01-08 16:37:49 +05:30
Jeremy
1df0181035
feat: clear console outputs when closing block (#676) 2025-01-08 00:38:26 +05:30
Jeremy
50bd4604b6
feat: support image outputs during code execution (#674)
Co-authored-by: Bailey Simrell <baileysimrell@gmail.com>
2025-01-08 00:00:21 +05:30
Jeremy
50fbc0dab2
fix: tweak styles (#645) 2024-12-20 23:07:23 +05:30
Jeremy
8d6eb09454
chore: update suggested actions (#640) 2024-12-19 17:21:07 +05:30
Jeremy
bb03c516b5
feat: add inline block document previews (#637) 2024-12-19 17:05:04 +05:30
Jeremy
b659dcce68
refactor: replace StreamData with createDataStreamResponse (#628)
Co-authored-by: Ali Mirlou <alimirlou@gmail.com>
2024-12-17 16:16:03 +05:30
Jeremy
f7a10d3813
feat: tweak color and input styles (#627) 2024-12-17 15:36:51 +05:30
Jeremy
9778631d6f
feat: add code and text block types (#609) 2024-12-16 18:14:40 +05:30
Jeremy
3df0fd4c0f
chore: memoize components (#607) 2024-12-10 17:54:10 +05:30
Jeremy
906d7d34da
chore: update icons after rename (#598) 2024-12-06 17:40:41 +03:00
Ahsan Moin
fd4ef08dad
chore: correct icon name (#596) 2024-12-06 17:32:54 +03:00