codacus commited on
Commit
47471e0
Β·
1 Parent(s): 28f0c36

updated read me

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -61,6 +61,7 @@ bolt.diy was originally started by [Cole Medin](https://www.youtube.com/@ColeMed
61
  - βœ… PromptLibrary to have different variations of prompts for different use cases (@thecodacus)
62
  - βœ… Detect package.json and commands to auto install & run preview for folder and git import (@wonderwhy-er)
63
  - βœ… Selection tool to target changes visually (@emcconnell)
 
64
  - ⬜ **HIGH PRIORITY** - Prevent bolt from rewriting files as often (file locking and diffs)
65
  - ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
66
  - ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call
 
61
  - βœ… PromptLibrary to have different variations of prompts for different use cases (@thecodacus)
62
  - βœ… Detect package.json and commands to auto install & run preview for folder and git import (@wonderwhy-er)
63
  - βœ… Selection tool to target changes visually (@emcconnell)
64
+ - βœ… Detect terminal Errors and ask bolt to fix it (@thecodacus)
65
  - ⬜ **HIGH PRIORITY** - Prevent bolt from rewriting files as often (file locking and diffs)
66
  - ⬜ **HIGH PRIORITY** - Better prompting for smaller LLMs (code window sometimes doesn't start)
67
  - ⬜ **HIGH PRIORITY** - Run agents in the backend as opposed to a single model call