Releases: BlakeJC94/vim-chat
Releases · BlakeJC94/vim-chat
v1.0.2
v1.0.1
v1.0.0
1.0.0 - 2025-02-22
Breaking changes
- Format for saved chats is now
*.chatinstead of*.chat.vim.json
Full Changelog: v0.3.0...v1.0.0
v0.3.0
0.3.0 - 2025-02-19
Added
- Support for multiple configs
- Added arg for
:Chatto select config - Prompt to select config if unset
- Commands
:ChatStartand:ChatStop - Plug mappings
<plug>(chat-start)and<plug>(chat-stop) - Completion for
Chatcommand - Commands
:ChatSearchand:ChatGrepfor searching chats and placing in quickfix - Added basic support for neovim
Full Changelog: v0.2.0...v0.3.0
v0.2.0
0.2.0 - 2025-02-19
Added
- Authenticated endpoints via
g:vim_chat_config['token_var'] - Configurable system prompts via
g:vim_chat_config['system_prompt']
Changed
- Progress message prints to buffer
Fixed
- Generated filename now uses minutes correctly
Full Changelog: v0.1.0...v0.2.0
v0.1.0
0.1.0 - 2025-02-17
Added
- New
chatfiletype - Autocommand to render chats from
\*.chat.vim.jsonfiles - Display "In progress" message when awaiting a response
Changed
- Multiple Chat buffer support
Full Changelog: v0.0.1...v0.1.0