todos.md

 1## TODOs before release
 2
 3- [~] Implement help
 4  - [ ] Show full help
 5  - [ ] Make help dependent on the focused pane and page
 6- [ ] Events when tool error
 7- [ ] Fix issue with numbers (padding)
 8- [ ] Fancy Spinner
 9- [ ] Add all possible actions to the commands
10- [ ] Parallel tool calls and permissions
11  - [ ] Run the tools in parallel and add results in parallel
12  - [ ] Show multiple permissions dialogs
13- [ ] Investigate messages issues
14  - [ ] Weird behavior sometimes the message does not update
15  - [ ] Message length (I saw the message go beyond the correct length when there are errors)
16  - [ ] Address UX issues
17- [ ] Implement current model in the sidebar
18- [ ] Implement changed files
19- [ ] Implement responsive mode
20- [ ] Revisit the core list component
21  - [ ] This component has become super complex we might need to fix this.
22- [ ] General cleanup and documentation
23- [ ] Update the readme
24
25## Maybe
26
27- [ ] Revisit the provider/model/configs