todos.md

 1## TODOs before release
 2
 3- [x] Implement help
 4  - [x] Show full help
 5  - [x] Make help dependent on the focused pane and page
 6- [x] Implement current model in the sidebar
 7- [x] Implement LSP errors
 8- [x] Implement changed files
 9  - [x] Implement initial load
10  - [x] Implement realtime file changes
11- [ ] Events when tool error
12- [ ] Support bash commands
13- [ ] Editor attachments fixes
14  - [ ] Reimplement removing attachments
15- [ ] Fix the logs view
16  - [ ] Review the implementation
17  - [ ] The page lags
18  - [ ] Make the logs long lived ?
19- [ ] Add all possible actions to the commands
20- [ ] Parallel tool calls and permissions
21  - [ ] Run the tools in parallel and add results in parallel
22  - [ ] Show multiple permissions dialogs
23- [ ] Investigate messages issues
24  - [ ] Weird behavior sometimes the message does not update
25  - [ ] Message length (I saw the message go beyond the correct length when there are errors)
26  - [ ] Address UX issues
27  - [ ] Fix issue with numbers (padding) view tool
28- [ ] Implement responsive mode
29- [ ] Update interactive mode to use the spinner
30- [ ] Revisit the core list component
31  - [ ] This component has become super complex we might need to fix this.
32- [ ] Handle correct LSP and MCP status icon
33- [x] Investigate ways to make the spinner less CPU intensive
34- [ ] General cleanup and documentation
35- [ ] Update the readme
36
37## Maybe
38
39- [ ] Revisit the provider/model/configs
40- [ ] Implement correct persistent shell
41- [ ] Store file read/write time somewhere so that the we can make sure that even if we restart we do not need to re-read the same file
42- [ ] Send updates to the UI when new LSP diagnostics are available