Enable creating projects pointing to existing directories (ENG-384, supersedes #210) - #340
Open
tino097 wants to merge 9 commits into
Open
Enable creating projects pointing to existing directories (ENG-384, supersedes #210)#340tino097 wants to merge 9 commits into
tino097 wants to merge 9 commits into
Conversation
…ecify-project-path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rebased continuation of #210 — original work by @MinuraPunchihewa (authorship preserved in the commits), rebased onto current
staging. #210 stays open for its review history and demo recording; please review here.Enables projects to be created by pointing at an existing local folder: a native directory picker in Electron (via a new
shell:pick-directoryIPC channel with a minimal preload surface), an explicitunsupportedfallback path on web, and project instructions edited from the project page (stored on theProjectrecord server-side instead of.anton/anton.md).Changes on top of the original #210 branch:
/projects/endpoint paths, thesessionimport in the Electron main process, and the ContextCard drag-and-drop overlay.Fixes ENG-384
Back-end PR (merge first): mindsdb/cowork-server#155
Demo (from #210): https://www.loom.com/share/f3c82648de4b49e0bddb6b9768ab74ec
Type of change
Checklist:
🤖 Generated with Claude Code