Commit Graph

136 Commits

Author SHA1 Message Date
Will Chen
731eef1b32 Disable fix ai error button if streaming (#221)
Fixes https://github.com/dyad-sh/dyad/issues/215
2025-05-21 17:21:38 -07:00
Will Chen
2508673077 Add promo link for pro mode selector (#219) 2025-05-21 15:37:29 -07:00
Will Chen
b520f7d97c turbo edits promo message (#218) 2025-05-21 15:30:41 -07:00
Will Chen
b3fa56288e Token bar promo message (#217) 2025-05-21 15:24:43 -07:00
Will Chen
618fed8523 Show promo messages for relevant AI errors (#216) 2025-05-21 15:23:51 -07:00
Will Chen
be8252c130 Skip AI rules generation if it already exists upon import (#204) 2025-05-19 22:42:02 -07:00
Will Chen
b4b9556e2c Add a keep going suggestion (#201) 2025-05-19 15:38:33 -07:00
Will Chen
cbfe26bac1 Rename branch (#199)
This is more important now that import app is available and not every
git repo will be initialized with `main` as the default branch. This
handles the other common case which is the `master` branch.
2025-05-19 14:41:18 -07:00
Will Chen
6e08bc5c62 Import app (#189)
Fixes #163
2025-05-19 14:03:10 -07:00
Will Chen
b5671c0a59 Auto-commit extra files (#197)
Whenever Dyad does a commit from a proposal, it will automatically amend
the commit with outside changes (e.g. made outside of Dyad).

This helps avoid a lot of user confusion, e.g.
https://github.com/dyad-sh/dyad/issues/187

https://www.reddit.com/r/dyadbuilders/comments/1kjysc0/error_pushing_images/

Edge cases:
If a user adds a file outside of Dyad, and then they hit retry, it will
revert these outside changes, but it's still technically in the version
history, so I think it's OK. This should also be a pretty unusual
situation.

Fixes #164 
Fixes #187
2025-05-19 13:42:27 -07:00
Will Chen
5966dd7f4b Proxy server to inject shim (#178)
things to test:

- [x] allow real URL to open in new window
- [x] packaging in electron?
- [ ] does it work on windows?
- [x] make sure it works with older apps
- [x] what about cache / reuse? - maybe use a bigger range of ports??
2025-05-16 23:28:26 -07:00
Will Chen
63e41454c7 Explicit thinking (#183) 2025-05-16 22:35:08 -07:00
Will Chen
f9f33596bd Smart files context (#184) 2025-05-16 22:21:45 -07:00
Will Chen
9a288fd82e Fix local models (#176)
Fixes #167
2025-05-15 16:46:29 -07:00
Will Chen
0798438621 Add loading indicator for in-progress message & fix bug with multiple loaders (#173) 2025-05-15 16:12:46 -07:00
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
4661012390 Do not allow custom models for (dyad/auto) & drive-by: key improvement (#156) 2025-05-13 15:42:01 -07:00
Will Chen
3763423dc7 Pro mode selector: saver mode (#153) 2025-05-13 12:24:32 -07:00
Will Chen
14d9a12464 Max chat turns settings (default to 5) (#152) 2025-05-13 11:51:44 -07:00
Will Chen
ee5865dcf8 Precise custom model selection & simplify language model/provider log… (#147)
…ic (no merging)
2025-05-12 23:24:39 -07:00
Will Chen
b45dff3862 Inline model picker props (#146) 2025-05-12 23:07:36 -07:00
Will Chen
843a097e82 Fix model picker UX (#145) 2025-05-12 22:41:53 -07:00
Will Chen
d1027622b4 Loosen provider type to a string (#144) 2025-05-12 22:29:36 -07:00
Will Chen
11ba46db38 Update model picker to group language models by providers (from IPC) (#141) 2025-05-12 22:06:41 -07:00
Will Chen
993c5417e3 Fix DB schemas (#138) 2025-05-12 21:51:08 -07:00
Will Chen
f5a6a1abca Delete custom provider (#137) 2025-05-12 17:31:03 -07:00
Will Chen
ea9301c771 Support delete custom model (#136) 2025-05-12 16:37:39 -07:00
Will Chen
e115074937 Fix DB schema (#135) 2025-05-12 16:12:36 -07:00
Will Chen
477015b43d allow creating and listing custom language model (#134) 2025-05-12 16:00:16 -07:00
Will Chen
642895f0ba Allow creating custom providers (#132) 2025-05-12 15:04:42 -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
7e48b74813 Put file editing behind an experiment (#98) 2025-05-06 12:59:49 -07:00
Will Chen
ba60b80b89 Provide a way to disconnect supabase (#95) 2025-05-06 12:24:31 -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
a4d3e04996 refine model picker (#87) 2025-05-05 16:03:36 -07:00
Will Chen
a720e0073d Max versions shown (#83) 2025-05-05 14:29:06 -07:00
Will Chen
43cf62a93c Enable exception reporting & default error screen to report GitHub bug (#82) 2025-05-05 14:19:33 -07:00
Will Chen
ac8ef73bee Support image/file attachments (#80) 2025-05-05 12:38:09 -07:00