Commit Graph

503 Commits

Author SHA1 Message Date
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
1fcb58a141 Refactor version handlers (#90)
refactor version handlers
2025-05-06 10:16:09 -07:00
Will Chen
a4d3e04996 refine model picker (#87) 2025-05-05 16:03:36 -07:00
Will Chen
d0c410859d clean-up release scripts (#86) 2025-05-05 15:12:46 -07:00
Will Chen
971afb835f Bump to v0.4.0 (#85) 2025-05-05 15:10:18 -07:00
Will Chen
c1570e4469 Basic logic check for is provider setup (#84) 2025-05-05 15:09:37 -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
Will Chen
0108ff1a82 improve ux overflow with sidebar (#79) 2025-05-02 16:29:51 -07:00
Will Chen
30662118d7 avoid edge case with undo (#78) 2025-05-02 16:27:45 -07:00
Will Chen
4e4bf51bba Delete chat (#77) 2025-05-02 15:43:40 -07:00
Will Chen
b9dc2cc0f9 Undo button (#76) 2025-05-02 15:35:39 -07:00
Will Chen
a6eaaa6a94 Regenrate package-lock.json 2025-05-02 14:59:16 -07:00
Will Chen
46cb7ca577 redo reverts code (when possible) (#75) 2025-05-02 14:55:46 -07:00
Piotr Wilkin (ilintar)
5fc49231ee Add LM Studio support (#22) 2025-05-02 14:51:32 -07:00
Will Chen
3529627172 Undo chat history (#74) 2025-05-02 13:47:59 -07:00
Will Chen
4fb4e49c5d Supabase publishable key (#73) 2025-05-02 12:39:17 -07:00
Will Chen
e488df24a0 Hook into vite error overlay and show fixable in dyad (#71) 2025-05-02 10:57:35 -07:00
Will Chen
c069599de4 Update iframe message to be strictly typed & preserve backwards compat (note: add upgrade guide) (#70) 2025-05-02 10:04:43 -07:00
Will Chen
18846946b5 De-flake preview iframe error msg removal (#69) 2025-05-01 23:18:19 -07:00
Will Chen
d1df8b10e8 Auto-submit error with fix error in preview iframe (#68) 2025-05-01 23:10:11 -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
79b7f865fc Emit clean stack traces from iframe (#63) 2025-05-01 21:50:06 -07:00
Will Chen
1bbfedc668 Provide suggestions for running commands (restart/refresh/rebuild) (#62) 2025-05-01 21:44:51 -07:00
Will Chen
a8fd91a410 Allow more extensions (md + *ts / *js) (#61) 2025-05-01 14:57:26 -07:00
Will Chen
60b403e904 windows code-sign (follow electron-fiddle) 2025-04-29 22:00:48 -07:00
Will Chen
235c90e33e Try #7: fix windows code signing 2025-04-29 21:44:17 -07:00
Will Chen
c6b8f77448 Try #6: windows code signing 2025-04-29 21:30:25 -07:00
Will Chen
c7bd5b4817 Try #5: fix windows signing 2025-04-29 21:17:15 -07:00
Will Chen
75b5ba257d Try 4: windows config (#53) 2025-04-29 16:48:39 -07:00
Will Chen
9999ab6bf7 try 3: windows sign config (#52) 2025-04-29 16:44:31 -07:00
Will Chen
48a6c4f92d Try different sign params for windows (#51) 2025-04-29 16:30:06 -07:00
Will Chen
14a11cc3d2 Code sign win (#50)
* try windows signing

* bump to v0.3.0
2025-04-29 16:12:24 -07:00
Will Chen
19d1e89029 Create Upload Chat Session help feature (#48) 2025-04-29 15:36:32 -07:00
Will Chen
74003b9061 Log initial load (isPro) (#49) 2025-04-29 15:30:45 -07:00
Will Chen
a53d72701b provide a way to disconnect github repo (#47) 2025-04-29 12:12:47 -07:00
Will Chen
a33e6c6ae3 Custom window controls (#46) 2025-04-29 11:41:40 -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
37928a9017 Show release notes on startup (#44) 2025-04-29 11:02:27 -07:00
Will Chen
c612017a20 Fix open in chat nav (#41) 2025-04-28 22:59:23 -07:00
Will Chen
674dc6aeb0 Provide a way to open app folder in finder (#42) 2025-04-28 22:57:13 -07:00
Will Chen
7ab1aab9b0 Refactor auto-suggestion (#40) 2025-04-28 22:43:37 -07:00
Will Chen
322fcb002d Provide a way to disconnect from GitHub integration (due to permissio… (#39) 2025-04-28 22:21:05 -07:00
Will Chen
fbb81471da Inspiration prompts for home screen (#38) 2025-04-28 22:07:25 -07:00
Will Chen
982ba4882f Add Gemini 2.5 Flash (#37) 2025-04-28 21:48:09 -07:00
Will Chen
7d5595f630 Optimize codebase extract & fix proposal handler token counting logic (#36)
* remove deprecated script
* Optimize codebase extract & fix proposal handler token counting logic
* add caching + lock
* sort by modified timestamp
* cache cleanup
2025-04-28 21:39:16 -07:00