이원창
이원창
## Change Summary ```prisma model UserProfile { ... } ``` this code generate prisma class attributes like `prisma.userprofile`, which is sometimes very hard to read i suggest having default attribute...
## Change Summary - Merged latest `main` branch. - Supporting both specific-model-only casing and global casing Please feel free to close old pr :) ## Checklist - [x] Unit tests...
## Summary - Fix "Open project" dialog showing "No folders found" in web mode - Related to #6307 (closed but fix was incomplete) ## Problem Three issues prevented the Open...
## Summary Fixes #8325 The "Open project" dialog in the web UI shows "No folders found" instead of listing directories. ## Changes 1. **packages/opencode/src/server/server.ts**: - Made `query` parameter optional with...
## Bug Description The \"Open project\" dialog in the web UI shows \"No folders found\" instead of listing directories. ## Root Causes 1. **Server API issue**: `/find/file` endpoint requires `query`...