Skip to content

v0.10.6

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 17:25

fix: code chat history breaking chat { is present (#255)

  • fix: escape { and } in message history before sending to retrieval class
    • otherwise it breaks because we are using the message template feature as a hack to get message history into the LLM call messages collection.
  • chore: fix typo in copy
  • fix: handle org setting enabled feat keys that are no longer valid. That's a feature that used to exist that was saved as a setting for an org in the DB. When the feature is removed from the avail features list (enum) because we no longer want it, we want the admin UI code to just ignore it.

Full Changelog: v0.10.6...v0.10.6