-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add importing from github #395
Conversation
Why does it utilise the action runner and have updated section in artifact component when this does not use any actions provided by the llm plus does it provide the context to llm on what has been imported? |
Thanks for taking a look @thecodacus - I was trying to get the same effect bolt.new has when importing a project (it shows up as an artifact in chat) but never really got it. I'll revert those parts.
No... how do I do that? |
👍 I'll take a look |
https://github.com/FurkannM/bolt.new-extended I found someone who added features like adding files, should we clone their features? |
It's been pending for a month. |
I just submited PR for review that allows exporting/importing chats. After that its github work unless someone does a good one before. |
We do need to start to put in work of working with github APIs Here is thread on community with more details https://thinktank.ottomator.ai/t/idea-for-github-oauth-access/624 |
…age it from useChatHistory and workbench
I think this PR needs some of clean up, to put it into the chat use |
@kochrt How do I put it in my repository? |
I agree with @thecodacus also this now has conflicts can you please update this? |
github.import.mp4
Fixes #323
Similar to how bolt.new does it, you can either append a github url to the path (localhost:5174/github.com/owner/repo) or you can import via dialog. Downloads files client side.
Works for public repositories.