Code search tool using semantic search demo (since we normalized the vectors - the results are quite good)
#qwen3-coder:3b using tools and reading files
still plenty of UI issue to solve but the fun stuff delivering results now.
Code search tool using semantic search demo (since we normalized the vectors - the results are quite good)
#qwen3-coder:3b using tools and reading files
still plenty of UI issue to solve but the fun stuff delivering results now.
The streaming markdown renderer almost there, new code.
Currently sorting out edit as the LLM takes to long to make the tool call (so changing the way thats done) use last code in chat
The streaming markdown renderer almost there, new code.
Currently sorting out edit as the LLM takes to long to make the tool call (so changing the way thats done) use last code in chat
* function calling working
* updated the styling
* tool can send messages to the chat
next up #permissions (code done, but need to hook it into the interface)
* function calling working
* updated the styling
* tool can send messages to the chat
next up #permissions (code done, but need to hook it into the interface)
* replaced the embed with a real vectore db - #faiss
* no more specificing database - now in ~/.local/share/semantic_code_search
* one big database for all code
* search - specify which files to search and/or specific language(s).
* updating of code only update the file you changed
* replaced the embed with a real vectore db - #faiss
* no more specificing database - now in ~/.local/share/semantic_code_search
* one big database for all code
* search - specify which files to search and/or specific language(s).
* updating of code only update the file you changed
github.com/roojs/semant...
github.com/roojs/semant...
github.com/roojs/roobui...
Flatpak and debian packages this time
github.com/roojs/roobui...
Flatpak and debian packages this time