Commit Graph

60 Commits

Author SHA1 Message Date
Will Chen
35b459d82d Support turbo edits (pro) (#166) 2025-05-14 23:35:50 -07:00
Will Chen
763757b235 Disable chat input suggested actions during streaming (#157) 2025-05-13 15:44:34 -07:00
Will Chen
3763423dc7 Pro mode selector: saver mode (#153) 2025-05-13 12:24:32 -07:00
Will Chen
b45dff3862 Inline model picker props (#146) 2025-05-12 23:07:36 -07:00
Will Chen
cd7eaa8ece Prep for custom models: support reading custom providers (#131) 2025-05-12 14:52:48 -07:00
Will Chen
79a2b5a906 Fix markdown parsing & remove rehypeRaw (#130)
Fixes #121
2025-05-12 13:52:54 -07:00
Will Chen
c71638a508 Simplify handlers & IPC client: move from Result pattern to throwing errors (#120) 2025-05-09 15:14:12 -07:00
Will Chen
c203b1d009 make checkout version and revert version fit pattern (#118) 2025-05-08 23:23:24 -07:00
Will Chen
b6eeaab1bb migrate current branch to query pattern (#116) 2025-05-08 22:23:00 -07:00
Will Chen
34ac9df743 Refactor useVersions to @tanstack/react-query (#114)
working
2025-05-08 22:04:20 -07:00
Will Chen
2537fbb342 lint using oxlint (#106) 2025-05-08 17:21:35 -07:00
Will Chen
0d56651220 Run prettier on everything (#104) 2025-05-06 23:02:28 -07:00
Will Chen
2f18622dd3 Open markdown links externally (#100) 2025-05-06 13:00:21 -07:00
Will Chen
20362d7b08 Fix undo and redo by using initial commit hash for chat (#94) 2025-05-06 12:15:42 -07:00
Will Chen
390496f8f8 Fix isAnyProvider and don't make it a hard block (#93) 2025-05-06 12:13:03 -07:00
Will Chen
c425daf893 Show warning if there's uncommitted changes (#92) 2025-05-06 11:07:31 -07:00
Will Chen
43ec6a4563 Add warning banner if user is not on main branch (#91) 2025-05-06 11:06:27 -07:00
Will Chen
a720e0073d Max versions shown (#83) 2025-05-05 14:29:06 -07:00
Will Chen
ac8ef73bee Support image/file attachments (#80) 2025-05-05 12:38:09 -07:00
Will Chen
30662118d7 avoid edge case with undo (#78) 2025-05-02 16:27:45 -07:00
Will Chen
b9dc2cc0f9 Undo button (#76) 2025-05-02 15:35:39 -07:00
Will Chen
46cb7ca577 redo reverts code (when possible) (#75) 2025-05-02 14:55:46 -07:00
Will Chen
3529627172 Undo chat history (#74) 2025-05-02 13:47:59 -07:00
Will Chen
a0165cdf5f Provide a way to fix dyad-output errors with AI (#67) 2025-05-01 23:09:02 -07:00
Will Chen
b72d1927c8 Show SQL description (#66) 2025-05-01 23:04:58 -07:00
Will Chen
1327e64e52 Clear stale preview iframe errors (#65) 2025-05-01 22:48:43 -07:00
Will Chen
1bbfedc668 Provide suggestions for running commands (restart/refresh/rebuild) (#62) 2025-05-01 21:44:51 -07:00
Will Chen
672bd790fa Add heuristic to suggest fix code output (#45)
Add heuristic to fix code output
2025-04-29 11:34:21 -07:00
Will Chen
7ab1aab9b0 Refactor auto-suggestion (#40) 2025-04-28 22:43:37 -07:00
Will Chen
9fb5439ecf Summarize into new chat suggested action (#34) 2025-04-28 16:14:12 -07:00
Will Chen
0d441b15ca Show token bar at bottom of chat input (#33) 2025-04-28 14:45:54 -07:00
Will Chen
d651a6aa7e max height for proposal details 2025-04-23 13:07:00 -07:00
Will Chen
09deb98ba1 Add description (optional) to SQL query 2025-04-23 12:59:09 -07:00
Will Chen
1d0176d1e9 Polish app details & supabase connector UX 2025-04-23 12:59:09 -07:00
Will Chen
860c427f28 show success UX for dyad add integration 2025-04-23 12:59:09 -07:00
Will Chen
d4589e809b do not render dyad-chat-summary 2025-04-23 12:59:09 -07:00
Will Chen
75d4654b7c Proposal summary 2025-04-23 12:59:09 -07:00
Will Chen
55c0190f26 Support rename/delete edge function & standardize output 2025-04-23 12:59:09 -07:00
Will Chen
2a08f72378 Support dyad add integration flow 2025-04-23 12:59:09 -07:00
Will Chen
4294ce5767 Supabase support: client, auth & SQL 2025-04-23 12:59:09 -07:00
Will Chen
ee3d2e7f4e Provide a rebuild option (restart w/ re-install node modules) 2025-04-21 16:46:10 -07:00
Will Chen
7041525c20 Handle rename & deletes in proposal 2025-04-21 16:19:40 -07:00
Will Chen
b07defc9b8 Support add dependencies as part of approval workflow 2025-04-21 16:07:40 -07:00
Will Chen
40132ec5da Fix posthog callsites 2025-04-21 14:43:20 -07:00
Will Chen
16d5320485 Enable opt-in telemetry 2025-04-21 12:49:54 -07:00
Will Chen
59de308e82 Automatically refresh app iframe 2025-04-18 14:22:13 -07:00
Will Chen
e5ff755c19 Cleaner approved/rejected UI 2025-04-18 14:09:55 -07:00
Will Chen
a4629e7698 Show toast when enabling auto-approve on non-settings UI 2025-04-18 13:49:06 -07:00
Will Chen
5e95ae3686 Re-use auto-approve switch in settings 2025-04-18 13:45:18 -07:00
Will Chen
a4702f90b0 clean up proposal logic 2025-04-18 13:23:26 -07:00