diff --git a/BUGS.md b/BUGS.md index 0d3ff46..2427d90 100644 --- a/BUGS.md +++ b/BUGS.md @@ -4,10 +4,10 @@ I'm not entire sure why, I think its a race condition, but I'm not sure. I _do not_ think that triplit-nuxt is the culprit, but I'm not sure. -2. [X] The logic to handle hovering over the sidebar is half-baked at best. On the +2. [x] The logic to handle hovering over the sidebar is half-baked at best. On the agents route, the back arrow sometimes stays full sized -3. [X] If you open the theme switcher on the sidenav then close it and re-open +3. [x] If you open the theme switcher on the sidenav then close it and re-open it _without_ moving your mouse off of the sidenav, the agent button/dropdown trigger will slowly crawl to the right (likely related to #2). @@ -28,4 +28,4 @@ If input was typed into the chat input **before hydation** the message send button will be on the left. **THIS WAS BECAUSE OF GRAMMARLY. I HATE YOU GRAMMARLY.** -10. [ ] Multiple markdown blocks might be edited with the same content at the same time \ No newline at end of file +10. [ ] Multiple markdown blocks might be edited with the same content at the same time diff --git a/TODO.md b/TODO.md index ed12b3e..022be44 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,23 @@ # Todo -- [X] Standardize on one icon set rather than 4 (lmao) -- [ ] Make dropdowns a singleton component +- [x] Standardize on one icon set rather than 4 (lmao) +- [-] Make dropdowns a singleton component (work in progress) - [ ] Make the sidebar better :kekdoggo:. It's annoying to manage across routes +- [ ] 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/) +- [ ] 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) diff --git a/app/app.vue b/app/app.vue index 7efa7a8..23f1520 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,4 +1,6 @@