Cole Medin
commited on
Commit
Β·
848c697
1
Parent(s):
52ae333
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,9 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt!
|
|
18 |
- β
Ability to sync files (one way sync) to local folder (@muzafferkadir)
|
19 |
- β
Containerize the application with Docker for easy installation (@aaronbolton)
|
20 |
- β
Publish projects directly to GitHub (@goncaloalves)
|
21 |
-
-
|
|
|
|
|
22 |
- β¬ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
|
23 |
- β¬ **HIGH PRIORITY** Load local projects into the app
|
24 |
- β¬ **HIGH PRIORITY** - Attach images to prompts
|
@@ -34,7 +36,6 @@ This fork of Bolt.new allows you to choose the LLM that you use for each prompt!
|
|
34 |
- β¬ Ability to revert code to earlier version
|
35 |
- β¬ Prompt caching
|
36 |
- β¬ Better prompt enhancing
|
37 |
-
- β¬ Ability to enter API keys in the UI
|
38 |
- β¬ Have LLM plan the project in a MD file for better results/transparency
|
39 |
- β¬ VSCode Integration with git-like confirmations
|
40 |
- β¬ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc.
|
|
|
18 |
- β
Ability to sync files (one way sync) to local folder (@muzafferkadir)
|
19 |
- β
Containerize the application with Docker for easy installation (@aaronbolton)
|
20 |
- β
Publish projects directly to GitHub (@goncaloalves)
|
21 |
+
- β
Ability to enter API keys in the UI (@ali00209)
|
22 |
+
- β
xAI Grok Beta Integration (@milutinke)
|
23 |
+
- β¬ **HIGH PRIORITY** - Prevent Bolt from rewriting files as often (file locking and diffs)
|
24 |
- β¬ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
|
25 |
- β¬ **HIGH PRIORITY** Load local projects into the app
|
26 |
- β¬ **HIGH PRIORITY** - Attach images to prompts
|
|
|
36 |
- β¬ Ability to revert code to earlier version
|
37 |
- β¬ Prompt caching
|
38 |
- β¬ Better prompt enhancing
|
|
|
39 |
- β¬ Have LLM plan the project in a MD file for better results/transparency
|
40 |
- β¬ VSCode Integration with git-like confirmations
|
41 |
- β¬ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc.
|