Commit Graph

118 Commits

Author SHA1 Message Date
Aiden Cline 02d838c68e tweak: adjust astro css to render mixed nested lists (#1411) 2025-07-30 05:51:52 -05:00
Jay V 26335aeb01 docs: share page hide patch part 2025-07-28 20:04:00 -04:00
Dax Raad c7234a6189 fix share page v1 message 2025-07-15 21:35:32 -04:00
Jay V cc21cd941f docs: share tweak copy button 2025-07-15 18:25:25 -04:00
John Henry Rudden 85565f58ee docs: share add copy button to messages in web interface (#902)
Co-authored-by: Jay <air@live.ca>
2025-07-15 17:56:33 -04:00
Jay V 00722c593a docs: share handle non bundled langs 2025-07-15 17:47:22 -04:00
Jay V db379a7ddb docs: share fix diff bugs 2025-07-15 17:47:22 -04:00
Jay V 25aad8cd09 docs: share page task tool 2025-07-15 17:47:22 -04:00
Dax Raad 7a6d9be335 ignore: share page fix 2025-07-14 13:13:33 -04:00
Dax 4c802ae916 Part data model (#950) 2025-07-13 17:22:11 -04:00
Dax Raad 94e522d9d3 fix share page timestamps 2025-07-11 21:49:20 -04:00
Dax Raad 67cec833e0 share page hide step-finish events 2025-07-11 21:45:56 -04:00
Jay V 584a7ddbf9 docs: share page add time footer back
publish / publish (push) Has been cancelled
2025-07-11 14:24:20 -04:00
Jay V 45e5b7cd82 docs: share page mobile bugs 2025-07-11 14:24:20 -04:00
Jay V e90c53711f docs: share fix mobile diffs 2025-07-11 14:24:20 -04:00
Jay V fee8ffa819 docs: share page fix terminal part 2025-07-10 17:21:21 -04:00
Jay V c9f3e18736 docs: fix diag styles 2025-07-10 16:38:51 -04:00
Jay V 059781e896 docs: share page attachment 2025-07-10 16:38:51 -04:00
Jay V 0c57b3844d docs: share page last part fix 2025-07-09 15:46:57 -04:00
Jay V e9d5f43f7f docs: share page many model case 2025-07-08 19:08:33 -04:00
Jay V 34ff2aaded docs: share bugs 2025-07-08 18:14:36 -04:00
Jay V 2b0a6b7a49 docs: share error part 2025-07-08 18:00:08 -04:00
Jay V 3b836b5464 docs: share page bugs 2025-07-08 17:18:38 -04:00
Jay V 2c4a516b47 docs: canonical url 2025-07-07 16:37:00 -04:00
Jay V 1fe7c77504 docs: dynamic domain 2025-07-07 16:31:15 -04:00
Dax 9cad702612 v2 message format and upgrade to ai sdk v5 (#743)
publish / publish (push) Has been cancelled
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me>
Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com>
Co-authored-by: Jay V <air@live.ca>
Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
2025-07-07 15:53:43 -04:00
Jay V a536d88f81 docs: fix show more in share page 2025-07-04 17:57:12 -04:00
Jay V 51e5be4f89 docs: share fix scrolling again 2025-07-04 13:53:25 -04:00
Jay V 1ee272138f docs: share improve markdown rendering of ai responses 2025-07-04 13:53:25 -04:00
Jay V 6d04925de2 docs: share fix scroll to anchor 2025-07-03 20:30:21 -04:00
Jay V ac76a81354 docs: share fix last message not expandable 2025-07-03 19:33:55 -04:00
Jay V b14b9af9d8 docs: fix share page scroll performance 2025-07-03 19:15:38 -04:00
Jay V c627b7f4b2 docs: tweak page title 2025-07-03 16:23:08 -04:00
Jay V a7cfb68335 docs: share handle slow loading pages 2025-07-03 13:15:21 -04:00
Jay V 5da78a48d8 docs: tweak styles 2025-07-02 18:44:05 -04:00
Prashant Choudhary af1ed486b0 fix: Ensure shared file previews use truncated content (#607)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-07-02 12:04:10 -04:00
Aiden Cline 7d049da15c fix: handle null case if tool args are empty for todos (#588) 2025-07-01 18:25:23 -05:00
Jay V d38ea2b059 docs: share handle slower code blocks 2025-06-27 20:21:28 -04:00
Jay V 869e066d11 docs: adding more share images 2025-06-27 20:03:17 -04:00
Jay V d12ecb71e1 docs: share page format 2025-06-27 19:16:33 -04:00
Jay V 1a23e403cd docs: share cleanup title 2025-06-27 19:10:42 -04:00
Jay V b132ef1409 docs: update logo screenshot 2025-06-27 19:10:42 -04:00
Jay V 12b3557f00 docs: share page write tool bug 2025-06-27 19:10:42 -04:00
adamdottv d79fb8d885 fix(web): remove system prompts from share page 2025-06-27 19:10:42 -04:00
Jay V 077d1ad801 docs: lander tweak 2025-06-27 19:10:41 -04:00
Jay V 314a230809 docs: tweak lander 2025-06-27 19:10:41 -04:00
Jeremy Osih e2b2ab93e7 feat(web): add scroll to last message button
Add intelligent floating scroll button for long conversations that:
- Only appears when scrolling down (direction-aware)
- Auto-hides after 3 seconds of inactivity
- Stays visible on hover to prevent accidental disappearance
- Uses consistent design patterns with repo styling
- Includes proper accessibility features

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: Jeremy Osih <osih.jeremy@gmail.com>
Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-27 00:38:14 +02:00
Jay V dd9d55f07a docs: share page responsive diff 2025-06-26 13:06:41 -04:00
Jay V 3a4969c8b1 docs: share page styles 2025-06-24 19:34:35 -04:00
Jay V 24a1399fa0 docs: share page bash tool output 2025-06-24 19:28:51 -04:00