smallcloudai / refact-vscode

Refact AI: Open-source AI Code assistant with autocompletion, chat, refactoring and more for VS Code
https://refact.ai
BSD 3-Clause "New" or "Revised" License
68 stars 24 forks source link

V1.2 Chat and toolbox model bugs #90

Closed MarcMcIntosh closed 7 months ago

MarcMcIntosh commented 7 months ago

To recreate:

Set up selfhosted, chat with a model, remove the model then open the toolbox to see an error.

How it was fixed:

update global caps by calling global.rust_binary_blob?.read_caps() to the saved model from the chat can be validated against the most recent caps.

Extra

Small bug when opening and close the same chat tab.