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
61 stars 19 forks source link

Meta v1.2 fixes #62

Closed MarcMcIntosh closed 8 months ago

MarcMcIntosh commented 8 months ago

Combines:

https://github.com/smallcloudai/refact-vscode/pull/55: add event handler for new-file, stop, and diff-paste-back in chat-tab

https://github.com/smallcloudai/refact-vscode/pull/59: when retrying quires the chat-tab wasn’t being cleared, causing old queries to continue to be displayed.

https://github.com/smallcloudai/refact-vscode/pull/58: add padding to the top of the content when opening a chat in a tab

https://github.com/smallcloudai/refact-vscode/pull/57: Given a new chat has been opened in a new tab, when asking questions the sidebar is not updated.

https://github.com/smallcloudai/refact-vscode/pull/56: Fixes a bug in the chat-console, where when running multiple commands the context file is lost.

https://github.com/smallcloudai/refact-vscode/pull/61: clickable commands in console chat

Additional fixes:

olegklimov commented 8 months ago

merged!