1.3.1 (2025-01-10)
- update nil checking in callbacks (7dcbbe9)
1.3.0 (2025-01-09)
- update ai.nvim dependency and improve doc (5021c1d)
1.2.0 (2024-09-25)
- add health check module for validating presets and options (ac3160f)
- add support for overlay layout and improve folding behavior (06681d0)
- types: add RequestTable and ResponseTable classes (ea75a28)
- update lua type annotations (9ff3379)
1.1.0 (2024-09-23)
- add callback and utility functions for chat completion (fde4cc2)
- ci: update ci to base.nvim template (0a69989)
- ci: update ci to base.nvim template #17 (c6f92aa)
- workflows: update Lua workspace and add environment variable for tests (4e8a974)
1.0.1 (2024-09-04)
- config: improve formatting and consistency in assistant instructions (4b7e8fe)
- use ai.nvim for HTTPS requests
- change option scheme
- drop assistant.lua in favor of ai.nvim
- add {{NOW}} placeholder to default preset (2570930)
- add rockspec to publish on luarocks (ed3d90e)
- add unique buffer name and chunked response handling (2c3d37a)
- assistant: add base_url option (7ab924b)
- assistant: add stream option (749b486)
- assistant: make auth env var optional (3e007d1)
- change option scheme (39c4ecb)
- config: extend preset with global config (00c1a71)
- Dante command autocomplete with preset (196f398)
- drop assistant.lua in favor of ai.nvim (a365764)
- make "default" prompt as default (d9437ec)
- new usage video and move readme to assets (17c66f2)
- pass preset table instead of preset name (d13e173)
- require range when using :Dante (7176532)
- update default config with most recent model (9a9e741)
- use ai.nvim for HTTPS requests (9715f96)