24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
# Todo
|
|
|
|
- [x] Standardize on one icon set rather than 4 (lmao)
|
|
- [x] Make dropdowns a singleton component (work in progress)
|
|
- [ ] Make the sidebar better :kekdoggo:. It's annoying to manage across routes
|
|
- [x] Make topics manually renameable
|
|
- [ ] Improve latex rendering, make single line equations work _well_, and likely make it configurable
|
|
- [x] Implement appearence settings
|
|
- [x] Accent colors
|
|
- [x] Neutral colors
|
|
- [x] Hinting
|
|
- [ ] Font size/UI scale
|
|
- [ ] Fix custom longcat tool call
|
|
- [ ] add the ability to make a custom provider
|
|
- [ ] add browser testing (maybe https://vitest.dev/guide/browser/)
|
|
- [x] Add a dropdown to the output token count on agent messages that shows you all the token info
|
|
- [ ] Add the ability to configure UI scale and font size
|
|
- [ ] Write good docs
|
|
- [ ] Custom theme colors
|
|
- [ ] Enable and disable all models button
|
|
- [ ] Make tools pluggable
|
|
- [ ] Make a tool connector that the server can use to connect to tools on a
|
|
remote system (would be helpful for agentic development tasks)
|