-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathTODO
More file actions
28 lines (26 loc) · 989 Bytes
/
TODO
File metadata and controls
28 lines (26 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DONE: Basic prompting
DONE: Chat history
DONE : sudo opens popup to enter pass
DONE : ls colorful (file and folders)
DONE: tab autocomplete
DONE: exit closes term
DONE: Build - NO_STRIP=true cargo tauri build --verbose
DONE: Fix the cd command
SCRAPED: change command to change the API key # Scraped as we have new settings popup to manage the things
DONE: Add support to various AI models like gemini, groq, etc
DONE: add markdown support
DONE: clickable links
DONE: Add support for nano/vim
DONE: Persistent command history (saved to ~/.term_history)
TODO:
add proper updates to the command like sync/update (for progress)
write tests for each of above
API key in build
change model to change the model
A faster sudo command
focus on infutfield in password field each time and after closing on terminal
minimal ls command output
Implement context (history knowledge)
Update Welcome screen when there isn't any API key set
Implement landing page with onboarding
handle failing commands