Will Chen
|
7ab1aab9b0
|
Refactor auto-suggestion (#40)
|
2025-04-28 22:43:37 -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 |
|
Will Chen
|
813f170c68
|
Prefill messages in main process and ensure loading state is always shown (incl. new chat) (#35)
|
2025-04-28 16:47:02 -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
|
aec5882c8d
|
Fix bug in extract codebase that artificially limited to 30 files (#32)
|
2025-04-28 13:45:32 -07:00 |
|
Will Chen
|
e65b80bcfa
|
Set explicit max output tokens to avoid truncated responses (#31)
|
2025-04-28 13:43:34 -07:00 |
|
Will Chen
|
1e866c8f99
|
Graduate Supabase integration from experiments (#29)
|
2025-04-28 13:14:51 -07:00 |
|
Will Chen
|
3a69bf4b2a
|
Make messages clearer with codebase context (#8)
|
2025-04-23 14:55:30 -07:00 |
|
Will Chen
|
b616598bab
|
Add ollama support (#7)
|
2025-04-23 14:48:57 -07:00 |
|
Will Chen
|
09deb98ba1
|
Add description (optional) to SQL query
|
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
|
6e1935bbba
|
Support supabase function deployment
|
2025-04-23 12:59:09 -07:00 |
|
Will Chen
|
bf70c1bb00
|
Supabase integration experiment setting (off by default)
|
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
|
ec43482d6c
|
Basic Supabase OAuth integration & project-app binding
|
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
|
87ff4ee870
|
Add help button which opens GitHub issue w/ system report | explicitly log with electron-log & scrub logs
|
2025-04-21 14:28:21 -07:00 |
|
Will Chen
|
497a3b7dac
|
Clean up console messages
|
2025-04-18 22:32:38 -07:00 |
|
Will Chen
|
7ac07aa0ce
|
Use npm as fallback if pnpm isn't available & more robust pnpm installation
|
2025-04-18 21:43:46 -07:00 |
|
Will Chen
|
14d09f080f
|
Remove uncessary check in checkout-version
|
2025-04-18 15:58:00 -07:00 |
|
Will Chen
|
e3568f9a97
|
update message approval status after processing message
|
2025-04-18 14:00:05 -07:00 |
|
Will Chen
|
a4702f90b0
|
clean up proposal logic
|
2025-04-18 13:23:26 -07:00 |
|
Will Chen
|
639b3a320c
|
basic suggested action scaffolding
|
2025-04-18 13:03:19 -07:00 |
|
Will Chen
|
b2e3631a29
|
Refactor chat input & properly update state for proposal
|
2025-04-18 12:32:57 -07:00 |
|
Will Chen
|
db7ac39c97
|
Fix message types
|
2025-04-18 12:04:37 -07:00 |
|
Will Chen
|
ebf8743778
|
Refresh proposal & loaders for proposal action
|
2025-04-18 11:52:21 -07:00 |
|
Will Chen
|
4a158417df
|
Parse proposal from latest chat message (w/o security parts)
|
2025-04-18 11:29:31 -07:00 |
|
Will Chen
|
4e0f93d21c
|
Load (canned) proposal from IPC
|
2025-04-18 11:11:58 -07:00 |
|
Will Chen
|
7aec3ef455
|
Sketch out approval UX
|
2025-04-18 10:58:59 -07:00 |
|
Will Chen
|
aa36986771
|
fix pnpm command
|
2025-04-18 10:29:56 -07:00 |
|
Will Chen
|
cc0ab0fd56
|
Reload env path instead of restarting dyad app after node.js install
|
2025-04-18 10:11:59 -07:00 |
|
Will Chen
|
f2b157b8bc
|
Simplified setup flow: user installs node.js; pnpm is configured
|
2025-04-17 23:05:44 -07:00 |
|
Will Chen
|
e1911162e3
|
Use pnpm and more clean-up of sandbox mode
|
2025-04-17 17:33:09 -07:00 |
|
Will Chen
|
24c1be224b
|
Remove runtime mode selection & have unified setup flow for node.js + API access
|
2025-04-17 16:52:20 -07:00 |
|
Will Chen
|
42e179653c
|
Clean up ANSI escape codes from stdout/stderr (interfered with port detection)
|
2025-04-15 21:48:13 -07:00 |
|
Will Chen
|
26fb5c8dc6
|
Kill on port 32100 on restart app (clean up orphan process)
|
2025-04-15 21:42:01 -07:00 |
|
Will Chen
|
52c0893fe5
|
Restructure reset all so dyad apps deletion is last
|
2025-04-15 17:16:35 -07:00 |
|
Will Chen
|
6b0df21a05
|
show version & bump
|
2025-04-15 00:22:19 -07:00 |
|
Will Chen
|
658d4e0bde
|
proper secret encrpytion
|
2025-04-14 23:15:58 -07:00 |
|
Will Chen
|
1c325eccf4
|
Commit with GitHub user email (needed for vercel deployment)
|
2025-04-14 22:39:42 -07:00 |
|
Will Chen
|
d55d6781a6
|
support github push
|
2025-04-14 22:11:11 -07:00 |
|
Will Chen
|
05a97d31c4
|
github repo creation flow
|
2025-04-14 21:55:51 -07:00 |
|
Will Chen
|
7ad83a2bdc
|
Basic GitHub integration flow
|
2025-04-14 18:12:43 -07:00 |
|
Will Chen
|
6a4f538879
|
Update setup/settings flow for runtime
|
2025-04-12 23:53:38 -07:00 |
|
Will Chen
|
3074634c88
|
remove stray variable
|
2025-04-12 22:40:37 -07:00 |
|
Will Chen
|
6ad73b8f2c
|
fix path
|
2025-04-12 22:39:09 -07:00 |
|
Will Chen
|
39565ce6d2
|
Temperature 0
|
2025-04-12 21:57:40 -07:00 |
|