smallcloudai / refact-chat-js

Shared chat code for all IDEs
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

fix(stop chat after cache restore, and ensure tool_use is defined) #128

Closed MarcMcIntosh closed 2 days ago

MarcMcIntosh commented 3 days ago

Pull Request Title

Stop button should work after restoring from cache.

Description

Type of change

How to Test

  1. Start a chat
  2. Click home.
  3. Click back on the chat.
  4. Click stop, chat should stop.

Also, check that the tool_use property on the thread is retained.

Checklist

Linked Issues

https://github.com/orgs/smallcloudai/projects/5/views/1?pane=issue&itemId=81525640

Additional Notes