Cole Medin commited on
Commit
848c697
Β·
1 Parent(s): 52ae333

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- - ⬜ Prevent Bolt from rewriting files as often (Done but need to review PR still)
 
 
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.