- 19 8月, 2025 5 次提交
-
-
由 Will Chen 提交于
-
由 Will Chen 提交于
- [x] show prompt instead of app in autocomplete - [x] use proper array/list for db (tags) - [x] don't do <dyad-prompt> - replace inline
-
由 Will Chen 提交于
-
由 Olyno 提交于
# Description Gives the ability to define an `install` and `startup` command when importing a project, so we can work on a project locally without any issue. # Preview <img width="2256" height="1422" alt="image" src="https://github.com/user-attachments/assets/2132b1cb-5f71-4b88-84db-8ecc81cf1f66" /> --------- Co-authored-by:
Will Chen <willchen90@gmail.com>
-
由 Will Chen 提交于
-
- 16 8月, 2025 3 次提交
-
-
由 Will Chen 提交于
-
由 Adeniji Adekunle James 提交于
##
🚀 Feature: Copy to Clipboard for Code Blocks ### What's Changed - Added a copy button to all code blocks that allows users to easily copy code snippets - Implemented visual feedback showing a checkmark when code is successfully copied - Copy button automatically reverts back after 2 seconds ### Technical Details - Uses `navigator.clipboard.writeText()` for modern clipboard API - Positioned copy button in the top-right corner alongside language label - Maintains existing code highlighting functionality ### UI/UX Improvements - Clean, minimal copy button design that doesn't interfere with code readability - Clear visual feedback with copy and check icon transition - Consistent styling with existing theme system ### Video https://github.com/user-attachments/assets/8f388217-da8a-422e-9087-42cce8df68ad --------- Co-authored-by:Will Chen <willchen90@gmail.com>
-
由 Will Chen 提交于
-
- 15 8月, 2025 3 次提交
- 14 8月, 2025 4 次提交
-
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
由 Will Chen 提交于
- [x] Update chat_stream_handlers - [x] Update token handlers - [x] Update HomeChatInput - [x] update lexical chat input: do not allow referencing same app (current app, or other already selected apps) - [x] I don't think smart context will work on this... - [x] Enter doesn't clear...
-
由 Adeniji Adekunle James 提交于
fix(ui): prevent content click from toggling accordion and improve UX with cursor-text in Codeblock (#930) Hovering over the code block previously showed a pointer cursor, and clicking inside would collapse/expand the accordion. This PR updates the DyadWrite component to use `cursor-text` and adds `e.stopPropagation()` so clicks inside the code block no longer toggle the accordion, making it behave like other AI tools and improving user friendliness. Before https://github.com/user-attachments/assets/7b6983fd-91a0-4f30-9337-d444cbfcc110 After https://github.com/user-attachments/assets/07d0d765-7206-4552-b0b4-2665d87df4a1
-
- 13 8月, 2025 3 次提交
-
-
由 Olyno 提交于
# Description This pull request adds some explanations on how to do the SQL migrations, required to contribute to the project, when required.
-
由 BlueRaw 提交于
Now users can free to edit their custom models by double clicking any custom models created in each provider. Before this, they have to delete -> create a new one. I simply add an edit panel (which looks the same as 'Add Custom Model') and integrate that process into the "update" button. There is one more issue that if a user deletes a model that he was using in chat, then back to chat, that model would still appear (and work) unless user chooses a new one. Tried to modify "delete-custom-model" in language_model_handlers.ts by the logic that if the name of that model matches the latest using one -> switch to auto (or default) model. Yet I failed, maybe need more explanation for this :)
-
由 Will Chen 提交于
-
- 12 8月, 2025 8 次提交
-
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
由 Will Chen 提交于
Fixes #880
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
由 Fox 提交于
The description for the program/app is set to the default placeholder. Making it look like [this](https://imgur.com/a/gsIgSx4) in systems like Linux. So all I did was adding part of the GitHub description as it. Everything else is okay. Linked image, tho. <img width="587" height="141" alt="Screenshot_20250806_102625" src="https://github.com/user-attachments/assets/98764d70-4b07-4978-a91a-d0c69e939433" />
-
由 Bryan 提交于
Closes #820; adds a .env.example file to document required environment variables and streamline the setup process for new developers. --------- Co-authored-by:Will Chen <willchen90@gmail.com>
-
由 Bryan 提交于
Resolves #787. Prevents crashes when running capacitor commands on a system with an incompatible (older) Node.js version. --------- Co-authored-by:Will Chen <willchen90@gmail.com>
-
- 06 8月, 2025 7 次提交
-
-
由 HotPlugin 提交于
-
由 Will Chen 提交于
-
由 Abdur Rahman 提交于
Adjusted positioning to top-2.5 left-2 and add left padding to prevent text overlap with the close button. <img width="715" height="61" alt="image" src="https://github.com/user-attachments/assets/1e47f577-2b11-4928-82a6-053abc77dd1e" /> <img width="727" height="101" alt="image" src="https://github.com/user-attachments/assets/b6058eca-93e0-445e-b17a-dee81911b90b" />
-
由 Will Chen 提交于
-
由 Erfan1987 提交于
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
- 05 8月, 2025 5 次提交
-
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
由 Will Chen 提交于
-
由 Will Chen 提交于
TODOs: - [x] Do restart when checkout / restore if there is a DB - [x] List all branches (branch id, name, date) - [x] Allow checking out versions with no DB - [x] safeguard to never delete main branches - [x] create app hook for neon template - [x] weird UX with connector on configure panel - [x] tiny neon logo in connector - [x] deploy to vercel - [x] build forgot password page - [x] what about email setup - [x] lots of imgix errors - [x] edit file - db snapshot - [x] DYAD_DISABLE_DB_PUSH - [ ] update portal doc - [x] switch preview branch to be read-only endpoint - [x] disable supabase sys prompt if neon is enabled - [ ] https://payloadcms.com/docs/upload/storage-adapters - [x] need to use main branch... Phase 2? - [x] generate DB migrations
-
由 Will Chen 提交于
-
- 01 8月, 2025 2 次提交