59bb7fbc12
This is once again a huge commit, but its mostly performance improvements along with some bug fixes and refactoring. It also includes changes to the theming systems. I'm still not 100% happy with the theming system, but its better than before. Model fetching has been dramatically improved! Nearly all the important computation and pre-processing has been moved to the server. This has also somehow fixed the way model details are loaded, which was causing many models to be missing their details despite models.dev having them. The markdown renderer has once again been changed, but I'm mostly certain that this is the last time major changes will be made to it. The renderer is not spamming components, bloating memory usage, and its not using a bug prone custom written chunking system. There's also a lot more that I haven't mentioned and honestly forgot. I need to get better commit hygiene tbh.
1.0 KiB
1.0 KiB
Todo
- 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
- Implement appearence settings
- Accent colors
- Neutral colors
- 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)