Skip to content

v3.9.0

Compare
Choose a tag to compare
@jellydn jellydn released this 02 Mar 10:34
· 199 commits to main since this release

What's Changed

  • docs: update Claude version to 3.7 in README by @deathbeam in #857
  • docs(prompts): clarify code block format in modify prompt by @deathbeam in #859
  • refactor(prompts): improve clarity of copilot prompts by @deathbeam in #860
  • refactor: improve token file reading with utils by @deathbeam in #863
  • fix: replace vim.fn.expand with vim.fs.normalize by @deathbeam in #864
  • refactor(providers): move config_path to providers module by @deathbeam in #865
  • refactor: replace vim.loop with vim.uv and simplify file checks by @deathbeam in #866
  • refactor: replace vim.fn functions with vim.fs equivalents by @deathbeam in #867
  • docs: add picker integration instructions to README by @deathbeam in #869
  • feat: add CopilotChatPrompts command by @deathbeam in #870
  • feat: add configuration to select_prompt function by @deathbeam in #871
  • feat(docs): improve picker integration documentation by @deathbeam in #872
  • feat(ui): add option to control references display mode by @deathbeam in #873
  • refactor(models): simplify model listing by using model_picker_enabled by @deathbeam in #874
  • fix: improve filename comparison with absolute paths by @deathbeam in #875
  • refactor: use utils functions for filename handling by @deathbeam in #876
  • fix: properly handle errors in async contexts by @deathbeam in #877
  • feat: enable range support for CopilotChatPrompts by @deathbeam in #878
  • feat(doc): mark integrations APIs as deprecated by @deathbeam in #879
  • docs: add documentation for overriding buf/win options by @deathbeam in #881
  • refactor: replace plenary scheduler with internal implementation by @deathbeam in #882
  • fix: switch buffer only after adjusting window options by @deathbeam in #884
  • fix: improve chat window state handling by @deathbeam in #885
  • fix: do not use vim.fs.abspath by @deathbeam in #887
  • feat: add vim.ui.select health check by @deathbeam in #888
  • feat: use adaptive variant for Stargazers chart by @deathbeam in #889
  • refactor: streamline system prompts architecture by @deathbeam in #890
  • refactor: reorder role first in prompts by @deathbeam in #891

Full Changelog: v3.8.0...v3.9.0