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- [ ] Add another space around buttons
24- [ ] Completions
25 - [ ] Should change the help to show the completions stuff
26 - [ ] Should make it wider
27 - [ ] Tab and ctrl+y should accept
28 - [ ] Words should line up
29 - [ ] If there are no completions and cick tab/ctrl+y/enter it should close it
30- [ ] Investigate messages issues
31 - [ ] Make the agent separator look like the
32 - [ ] Cleanup tool calls (watch all states)
33 - [ ] Weird behavior sometimes the message does not update
34 - [ ] Message length (I saw the message go beyond the correct length when there are errors)
35 - [ ] Address UX issues
36 - [ ] Fix issue with numbers (padding) view tool
37- [x] Implement responsive mode
38- [ ] Update interactive mode to use the spinner
39- [ ] Revisit the core list component
40 - [ ] This component has become super complex we might need to fix this.
41- [ ] Handle correct LSP and MCP status icon
42- [x] Investigate ways to make the spinner less CPU intensive
43- [ ] General cleanup and documentation
44- [ ] Update the readme
45
46## Maybe
47
48- [ ] Revisit the provider/model/configs
49- [ ] Implement correct persistent shell
50- [ ] 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
51- [ ] Send updates to the UI when new LSP diagnostics are available