Skip to content

v0.5.2

Latest
Compare
Choose a tag to compare
@phodal phodal released this 19 Jul 08:08
· 45 commits to master since this release
adf70e1

Bug Fixes

  • add simple local test for local version (ddff9fb)
  • commandsService: swap SemanticSearchKeyword and SemanticSearchCode methods (f87dbc7)
  • extension: fix hf local model and remote cache paths (#64) (1d5c96f)
  • invoke codebase indexing action (69f35cf)
  • openai end-of-stream output is undefined (be24963)
  • support for chat.models override base configuration (#60) (e2070d4)
  • version field is not configured (9ebfe0e)

Features

  • chatView: auto add selected code to chat panel when shortcut (ctrl + l) or the menu (c0c97ef)
  • code-search: implement BM25 similarity algorithm (6a9175c)
  • completion: Add new language model "codegeex-4" for inline completion (15a6c80)
  • custom display and sort codelens items (#57) (e66a4f8)
  • embedding: implement ILanguageModelProvider in LocalEmbeddingsProvider (a7a1862)
  • llm: add codegeex-4 model support for chats (3e8e2d2)
  • llm: add glm-4 model support for chats (c6a92b4)
  • search: add removeDocument method to Tfidf class (9b63fcd)
  • support fim special tokens configuration (#62) (ccc47fb)