Skip to content

Releases: yetone/avante.nvim

v0.0.13

11 Dec 18:01
78dd9b0
Compare
Choose a tag to compare

feat(context): add a ui for selecting and adding files to the sidebar as context (#912)

  • feat(sidebar): supports select files

chore (context) update add type annotations to context functions

chore (sidebar) remove unused notify function call

refactor (sidebar) remove setting search file to file path

chore (sidebar) remove nvim_notify debugging api call

  • feat (files) allow selecting a file by string via cmp suggestion menu

  • chore (context) refactor to allow context using @file with a context view

  • refactor (context) refactor seletected file types as an array of path and content

  • refactor (config) remove unused configuration options

  • refactor (sidebar) remove unused unbild key

  • refactor (context) remove unused imports

  • refactor (mentions) update mentions to support items with callback functions and removal of the underlying selection.

  • fix (sidebar) add file context as a window that is visitable via the tab key

  • refactor (file_content) remove file content as an input to llm

  • feat (sidebar) support suggesting and applying code in all languages that are in the context

  • feat (sidebar) configurable mapping for removing a file from the context.

  • feat (context_view) configure hints for the context view for adding and deleting a file.

  • feat (context) add hints for the context view.

  • fix (sidebar) type when scrolling the results buffer.

  • refactor (selected files) refactor llm stream to accept an array of selected file metadata

  • refactor: context => selected_files


Co-authored-by: yetone [email protected]

v0.0.12

29 Nov 10:56
71c9a79
Compare
Choose a tag to compare

fix(ci): change linux-aarch64 to compile to aarch64 file (#909)

  • change linux-aarch64 to aarch64 container
  • add qemu for architecture emulation

v0.0.11

25 Nov 12:34
97f04f8
Compare
Choose a tag to compare

fix(suggestions): cleanup response to ensure JSON (#900)

LLM is not always smart enough to follow the prompt

v0.0.10

23 Nov 13:56
9042f5f
Compare
Choose a tag to compare

feat: supports @diagnostics (#891)

v0.0.9

04 Nov 08:31
1e8abbf
Compare
Choose a tag to compare

feat: memory

v0.0.8

26 Sep 18:33
f3ee77d
Compare
Choose a tag to compare

v0.0.7

26 Sep 17:55
131d800
Compare
Choose a tag to compare

downgrade to glibc 2.17

v0.0.6

26 Sep 04:00
0c97dfe
Compare
Choose a tag to compare

v0.0.5

26 Sep 03:42
67adc26
Compare
Choose a tag to compare

v0.0.4

25 Sep 19:51
0d90c04
Compare
Choose a tag to compare