Skip to content

Latest commit

 

History

History
1554 lines (714 loc) · 72.3 KB

CHANGELOG.md

File metadata and controls

1554 lines (714 loc) · 72.3 KB

Changelog

11.12.1 (2025-01-18)

Bug Fixes

  • slash_command: stop double wrapping output from fetch (c53a917)

11.12.0 (2025-01-18)

Features

  • register source for filetype in blink.cmp (#661) (2214916)
  • tools: [@files](https://github.com/files) tool can now read specific lines (26c5b57)

11.11.0 (2025-01-15)

Features

  • chat: ✨ can watch buffers (176c13e)

Bug Fixes

  • slash_cmd: improve symbols notifcations (e6b36b4)

11.10.0 (2025-01-15)

Features

11.9.2 (2025-01-13)

Bug Fixes

  • slash_commands: handle no content in terminal slash command (aae2085)
  • yaml: handle nil values in show_settings (9b44789)

11.9.1 (2025-01-11)

Bug Fixes

  • slash_cmds: file slash command will show hidden files with telescope (39c7ca0)
  • utils: parse "boolean_scalar" fields when decoding yaml (#635) (3bf8cac)

11.9.0 (2025-01-10)

Features

  • prompts: ✨ can now add references to the prompt library (d5d86c9)

11.8.6 (2025-01-09)

Bug Fixes

  • chat: changing adapters for models with table type (3a961bb)

11.8.5 (2025-01-09)

Bug Fixes

  • chat: #622 parse messages when show_header_separator is on (6040ce4)
  • completion: blink.cmp failing for slash commands (6dd3309)
  • copilot: show token output in chat (6908fd7)
  • inline: #613 negative column indexing (977a521)

11.8.4 (2025-01-08)

Bug Fixes

  • use slash commands with :CodeCompanion cmd (8cbf696)

11.8.3 (2025-01-08)

Bug Fixes

11.8.2 (2025-01-08)

Bug Fixes

  • chat: agent's tools are no displayed individually (d889210)
  • chat: always strip references from messages (4c91a46)
  • chat: changing adapter in empty chat w/o system prompt (#616) (3e64e6c)

11.8.1 (2025-01-07)

Bug Fixes

  • tools: better error handling (0d8de44)

11.8.0 (2025-01-06)

Features

  • tools: files tool now uses search/replace block to edit text (a02f6c7)

11.7.0 (2025-01-06)

Features

11.6.2 (2025-01-06)

Performance Improvements

  • http: improve resiliency of requests (d99928b)

11.6.1 (2025-01-05)

Bug Fixes

  • tools: output correctly in the chat buffer (3a6acfb)

11.6.0 (2025-01-05)

Features

  • completion: suggestions in blink have better score (4317513)

Bug Fixes

11.5.0 (2025-01-05)

Features

  • slash_cmds: buffer slash command now sends line numbers (25dab99)

Bug Fixes

  • cmp: extend default sources (8b0ebb4)

11.4.0 (2025-01-05)

Features

  • completion: auto setup blink.cmp (90a6603)

11.3.0 (2025-01-05)

Features

  • event: add CodeCompanionChatPin event (f86f4a7)

11.2.0 (2025-01-05)

Features

  • slash_cmd: notify if no terminal buffer is found (3687b88)

11.1.2 (2025-01-05)

Bug Fixes

  • blink: #587 slash commands (1b8ab18)
  • blink: slash commands leaving brackes in chat buffer (820bc52)

11.1.1 (2025-01-04)

Bug Fixes

  • allow for multiple completions in a single line (3516e46)

11.1.0 (2025-01-03)

Features

  • adapters: update copilot and openai adapters for o1 models (c7ba92a)
  • copilot: add token count (4fd26a6)

11.0.1 (2024-12-29)

Bug Fixes

  • gemini: remove cycle from system prompt (d6b95bb)

11.0.0 (2024-12-28)

⚠ BREAKING CHANGES

  • agents: agents are now in strategies.chat.agents
  • chat: ✨ can pin buffers and files to requests

Features

  • chat: ✨ can pin buffers and files to requests (fc8ee3a)

Code Refactoring

  • agents: agents are now in strategies.chat.agents (3f437a6)

10.10.0 (2024-12-24)

Features

  • chat: adding to chat initializes buffer if needed (#567) (8c82ced)

Bug Fixes

  • adapters: gemini-2.0-flash-exp inline strategy (#568) (a9faa69)

10.9.1 (2024-12-23)

Bug Fixes

  • adapters: openai_compatible (0d1388f)

10.9.0 (2024-12-23)

Features

10.8.2 (2024-12-22)

Bug Fixes

  • adapters: #560 nil url in openai_compatible adpater (5cc2693)
  • adapters: further openai_compatible fixes (a84f6ff)

10.8.1 (2024-12-20)

Bug Fixes

  • workflow: can auto_submit the first prompt (86f96d5)
  • workflows: wrap in vim.schedule for performance (f0f6e26)

10.8.0 (2024-12-18)

Features

  • chat: can delete references (367eccc)
  • chat: can delete references (c0b8c25)

Bug Fixes

  • #542 use vim.treesitter instead of nvim-treesitter. (#543) (b741490)
  • chat: show documentation for blink.cmp (f41dbab)

10.7.0 (2024-12-14)

Features

  • chat: add CodeCompanionChatOpened event (fdfc640)

10.6.0 (2024-12-13)

Features

10.5.3 (2024-12-13)

Bug Fixes

10.5.2 (2024-12-12)

Bug Fixes

  • adapters: #528 Gemini adapter fails if system prompt is removed (7ca4364)

10.5.1 (2024-12-10)

Bug Fixes

  • slash_commands: prompt library now works with blink.cmp (1027f47)

10.5.0 (2024-12-09)

Features

  • chat:blink.cmp support (cb2c93f)
  • slash_commands: help cmd now prompts user to trim if exceeding max_lines (33c326a)

10.4.6 (2024-12-09)

Bug Fixes

  • cmd: strategy now respects vim.g.codecompanion_adapter (b629005)

10.4.5 (2024-12-09)

Bug Fixes

  • chat: prevent double adding of references (953b20d)
  • inline: #516 switching adapters via vim.g.codecompanion_adapter (0d91c08)
  • slash_commands: #515 help tags line limit can be customised (e1b9876)

10.4.4 (2024-12-06)

Bug Fixes

  • #501 blink.compat causing issues with completion menu (c5065d0)

10.4.3 (2024-12-05)

Bug Fixes

  • tools: remove ANSI sequences from all output (2836849)

10.4.2 (2024-12-05)

Bug Fixes

10.4.1 (2024-12-05)

Bug Fixes

  • tools: explictly add cwd to plenary.job call (e78006d)
  • tools: strip ansi from cmd output (679a9a5)

10.4.0 (2024-12-02)

Features

  • prompts: system prompt is optional for custom prompts (90820fc)

10.3.1 (2024-11-28)

Bug Fixes

  • utils: #488 fix edge cases in visual selection (84a8e89)

10.3.0 (2024-11-27)

Features

  • chat: keymaps can be custom functions (5f729f9)

10.2.4 (2024-11-25)

Bug Fixes

  • chat: slash commands from prompt library not visible (3376f60)

10.2.3 (2024-11-25)

Bug Fixes

  • mini.pick as action_palette provider (adeb7c4)

10.2.2 (2024-11-24)

Bug Fixes

  • tools: rejected cmd tools close properly (50d0d25)

10.2.1 (2024-11-24)

Bug Fixes

  • utils: visual selection range no longer uses feedkeys (e981da2)

10.2.0 (2024-11-23)

Features

  • keymaps: add condition logic (c4eb21e)

Bug Fixes

  • config: wrap completion condition in pcall (d19ae05)

10.1.2 (2024-11-22)

Bug Fixes

  • keymaps: completion menu is now <c-_> (24f296b)

10.1.1 (2024-11-22)

Bug Fixes

  • completion: setting of keymaps (03fbb0a)

10.1.0 (2024-11-22)

Features

Bug Fixes

  • slash_commands: fetch doesn't error on no input (be9e36c)

10.0.4 (2024-11-21)

Bug Fixes

  • tools: editor diff should be cleared on_exit (b143ee0)

10.0.3 (2024-11-21)

Bug Fixes

  • opening existing chats from the action palette (59823c2)

10.0.2 (2024-11-21)

Bug Fixes

10.0.1 (2024-11-20)

Bug Fixes

  • diff: is_visible() a nil value in default diff (8d7a796)

10.0.0 (2024-11-20)

⚠ BREAKING CHANGES

  • adapters: azure_openai deployment model mapping

Bug Fixes

  • adapters: azure_openai deployment model mapping (907e47a)

9.12.4 (2024-11-20)

Bug Fixes

  • openai: #458 handle models being a function (041193b)

9.12.3 (2024-11-20)

Bug Fixes

  • chat: display tokens in chat buffer (de55dd5)

9.12.2 (2024-11-20)

Bug Fixes

  • cmd: users can now change adapters (ec2e4df)

9.12.1 (2024-11-19)

Bug Fixes

9.12.0 (2024-11-19)

Features

  • CodeCompanionCmd to write command-line commands (da52e53)

9.11.2 (2024-11-19)

Bug Fixes

9.11.1 (2024-11-19)

Bug Fixes

  • keymaps: closing and opening chat buffer (91a08d7)

9.11.0 (2024-11-19)

Features

  • mini_pick: allow multi selection in /files (#444) (68e0610)

Bug Fixes

9.10.0 (2024-11-17)

Features

  • chat: tools and variables are now added to references (a291a05)

9.9.1 (2024-11-17)

Bug Fixes

  • chat: changing model always changes settings (318f40d)

9.9.0 (2024-11-16)

Features

  • openai: support for o1 models (6f98005)

9.8.2 (2024-11-16)

Bug Fixes

9.8.1 (2024-11-16)

Bug Fixes

  • slash_commands: telescope selection (6184bd4)

9.8.0 (2024-11-15)

Features

  • adapters: allow for o1 models at some point with improved schema (601fa72)
  • copilot: now working with o1 models (7283611)

Bug Fixes

  • chat: clear references table (7c0f6fb)

9.7.0 (2024-11-14)

Features

  • slash_commands: help can now select multiple docs (57e8e54)

9.6.1 (2024-11-14)

Bug Fixes

9.6.0 (2024-11-13)

Features

  • chat: display references which are shared with the LLM in the UI (767efee)

9.5.2 (2024-11-13)

Bug Fixes

  • slash_commands: #408 no symbols found in file (aececa0)

9.5.1 (2024-11-09)

Bug Fixes

  • tools: add XML block formatting guidance (#417) (315da62)

9.5.0 (2024-11-07)

Features

  • mini_pick can select multiple buffers (#413) (031a9e9)

9.4.0 (2024-11-06)

Features

  • /buffer slash command can select multiple buffers (e88b703)

9.3.0 (2024-11-06)

Features

  • add language configuration for LLM responses (#410) (e1a39bb)

9.2.0 (2024-11-05)

Features

Bug Fixes

  • cancel requests to llm (3a69421)
  • copilot: make gpt-4o the default again (28e8ddc)

9.1.0 (2024-11-04)

Features

  • ✨ support render-markdown.nvim plugin (9b137be)

9.0.0 (2024-11-03)

⚠ BREAKING CHANGES

  • move tools/slash/vars from helpers to strategies.chat
  • tools: remove code_runner tool

Features

  • adapters: add claude-3-5-sonnet to Copilot (1121015)
  • tools: ✨ Add cmd_runner tool (ff7ad7f)
  • tools: ✨ tools can be stacked to form agents (ee483b4)
  • tools: add read option to [@files](https://github.com/files) tool (cb63d59)

Code Refactoring

  • move tools/slash/vars from helpers to strategies.chat (806ed9c)
  • tools: remove code_runner tool (362076b)

8.13.0 (2024-10-29)

Features

  • tools: ✨ add [@files](https://github.com/files) tool (22ebfb8)

Bug Fixes

  • code_runner: Ensure code is wrapped in CDATA (f814137)
  • slash_commands: show tracked and untracked files (a7ad936)

8.12.2 (2024-10-25)

Bug Fixes

  • utils: vim.api being replaced with api.api (40114d7)

8.12.1 (2024-10-25)

Bug Fixes

8.12.0 (2024-10-25)

Features

  • chat: yank_code can now copy current code block and highlight the yank (a84f826)
  • chat: can toggle system prompt on/off in the chat buffer (c157329)

8.11.3 (2024-10-24)

Bug Fixes

  • copilot: #363 parameters overwritten when stream is true (1c3449c)

8.11.2 (2024-10-24)

Bug Fixes

  • diff: diff split window wrongly opened in chat window (#359) (21801b8)

8.11.1 (2024-10-23)

Bug Fixes

  • slash_command: symbols parsing (ffbcefb)

8.11.0 (2024-10-23)

Features

  • slash_commands: symbols can now be from a selected file (5356829)
  • slash_commands: add a default provider (c938304)

8.10.1 (2024-10-23)

Miscellaneous Chores

8.10.0 (2024-10-23)

Features

  • anthropic: update to latest anthropic models (#353) (bdf4acc)

8.9.0 (2024-10-23)

Features

  • anthropic: update to latest sonnet-3-5 model (#346) (1d36e27)

8.8.0 (2024-10-22)

Features

8.7.1 (2024-10-19)

Bug Fixes

  • allow register to be customised (dc98cf2)

8.7.0 (2024-10-19)

Features

  • add undojoin for inline inserts (#338) (8c56f8f)
  • chat: ✨ yank the last code block (f095b77)

Bug Fixes

  • #336 use CDATA sections in editor tool XML schemas (310cb7f)

8.6.0 (2024-10-17)

Features

8.5.1 (2024-10-17)

Bug Fixes

  • #322 CodeCompanionChat Add command locking buffer (e96b6e5)

8.5.0 (2024-10-17)

Features

  • adapter: add generic openai compatible adapter (e5e9d39)

8.4.2 (2024-10-17)

Bug Fixes

  • always use the default diff in commit prompt (e8ba37a)

8.4.1 (2024-10-16)

Bug Fixes

  • custom tools and slash commands fail to load (0f2e8de)

8.4.0 (2024-10-14)

Features

  • adapters: global var to allow override (4535243)

8.3.1 (2024-10-10)

Bug Fixes

  • chat: can prompt llm with slash commands and no user prompt (167a786)

8.3.0 (2024-10-09)

Features

  • slash command output is now hidden (dba83b9)

8.2.0 (2024-10-08)

Features

  • add :CodeCompanionChat sub-commands (98761d6)

8.1.0 (2024-10-08)

Features

  • :CodeCompanion can now show sub commands (06d01fa)

Bug Fixes

8.0.1 (2024-10-08)

Bug Fixes

8.0.0 (2024-10-08)

⚠ BREAKING CHANGES

  • use prompt library in chat buffer and better keymap support

Features

  • use prompt library in chat buffer and better keymap support (b462c42)

7.0.0 (2024-10-06)

⚠ BREAKING CHANGES

  • Plugin now only supports Neovim 0.10.0 and above

Bug Fixes

  • anthropic: token count calculation (d518113)
  • client: #293 use vim.schedule for on_error calls (4c6dc82)

Code Refactoring

  • Plugin now only supports Neovim 0.10.0 and above (38297a5)

6.0.1 (2024-10-03)

Bug Fixes

  • stop non_llm adapters from appearing in chat buffer (12f5925)

6.0.0 (2024-10-03)

Features

  • ✨ add /fetch slash command (1389762)

Miscellaneous Chores

5.3.0 (2024-10-03)

Features

  • chat: fire event when the model changes in the chat buffer (2510965)

5.2.0 (2024-10-02)

Features

  • adapters: make it easier to work with non-streaming endpoints (4ae9236)

Bug Fixes

  • openai: streaming should be the default (0224ff9)

5.1.0 (2024-10-02)

Features

  • editor: streamline system prompt (1c12cab)

Bug Fixes

  • openai: check for choices (9eb573e)
  • slash: use loadfile for user's own commands (6c349c8)

5.0.0 (2024-09-30)

⚠ BREAKING CHANGES

  • all adapter handlers now have self as first param

Features

  • all adapter handlers now have self as first param (ec5c353)
  • prompts: only use staged files for commit messages prompt (77a4a94)

4.1.0 (2024-09-30)

Features

  • add mini pick as provider for action_palette (#272) (7d02085)
  • add picker field to prompt resolution (#275) (1808fd9)

Bug Fixes

  • prompt library conditionals (#277) (a0518b9)
  • telescope extension can take opts (423447f)
  • telescope extension for the action palette (#267) (bf3722b)
  • tools: remove print statement for RAG tool (0ab3a6a)

4.0.0 (2024-09-26)

⚠ BREAKING CHANGES

  • CodeCompanionToggle becomes CodeCompanionChat Toggle
  • rename variable #editor to #viewport
  • move use_default_prompt_library to display.action_palette.opts and rename to show_default_prompt_library
  • move use_default_actions to display.action_palette.opts and rename to show_default_actions
  • make copilot the default adapter
  • remove pre_defined_prompts config option

Features

  • ✨ can now do :CodeCompanionChat <prompt> (a13d030)
  • #249 option to turn off prompt library keymaps (6d585b5)
  • CodeCompanionToggle becomes CodeCompanionChat Toggle (f694b22)
  • actions: add telescope as action palette provider (1721bc1)
  • tools: ✨ much improved [@editor](https://github.com/editor) tool (07fd7c4)

Code Refactoring

  • make copilot the default adapter (a2f11ad)
  • move use_default_actions to display.action_palette.opts and rename to show_default_actions (1624702)
  • move use_default_prompt_library to display.action_palette.opts and rename to `show_default_prompt_library (247923b)
  • remove pre_defined_prompts config option (8052344)
  • rename variable #editor to #viewport (1bbc762)

3.5.1 (2024-09-25)

Bug Fixes

3.5.0 (2024-09-23)

Features

  • tools: improved schema and editor tool can have multiple actions (cfd1d07)

3.4.0 (2024-09-23)

Features

Bug Fixes

  • mini_diff not resetting (6329698)

3.3.2 (2024-09-19)

Bug Fixes

  • slash_cmd: include buffer number (9ef7840)

3.3.1 (2024-09-19)

Bug Fixes

  • add buffer number to terminal slash command (635a922)
  • chat: don't index an empty table (#241) (0fa1748)
  • chat: LLM returning the whole buffer (37c51a9)
  • tools: editor handles buffers out of context (7997faa)
  • tools: on error do not send output (93c0579)

3.3.0 (2024-09-18)

Features

  • /terminal slash command (43a9f0c)

3.2.2 (2024-09-18)

Bug Fixes

  • ollama: #223 ollama can be slow when num_ctx is large (4b60b0e)

3.2.1 (2024-09-17)

Bug Fixes

  • chat: entering insert mode (c7bbfac)

3.2.0 (2024-09-17)

Features

  • chat: option to start in insert mode (12bb02d)

3.1.0 (2024-09-17)

Features

Bug Fixes

3.0.2 (2024-09-16)

Bug Fixes

  • tools: auto-submit errors if enabled (d409ec4)

3.0.1 (2024-09-16)

Bug Fixes

3.0.0 (2024-09-16)

⚠ BREAKING CHANGES

  • default_prompts removed

Features

Bug Fixes

  • #224 cmp and settings error in chat buffer (39448da)
  • copilot: token retrieval logic (6679b60)

Code Refactoring

  • default_prompts removed (63e7009)

2.7.0 (2024-09-13)

Features

  • add mini.diff as option for inline diffs (#210) (a33d4ae)

2.6.6 (2024-09-11)

Bug Fixes

  • chat: #190 folding slash commands in nightly (8276e79)

2.6.5 (2024-09-11)

Bug Fixes

  • cmp: chat buffer is no longer listed (1e1fd7b)
  • cmp: slash commands works across all chat buffers (5ce2af1)

2.6.4 (2024-09-11)

Bug Fixes

  • chat: syntax highlighting (1ee1b86)

2.6.3 (2024-09-11)

Bug Fixes

2.6.2 (2024-09-11)

Bug Fixes

2.6.1 (2024-09-10)

Bug Fixes

2.6.0 (2024-09-10)

Features

  • ✨ customisable system prompts (96e5405)

2.5.5 (2024-09-10)

Bug Fixes

2.5.4 (2024-09-10)

Bug Fixes

  • #194 update for deprecations (d0fe55f)
  • config: contains_code in slash commands (cd5afb9)

2.5.3 (2024-09-10)

Bug Fixes

  • copilot: refreshes token if it expires (082986d)

2.5.2 (2024-09-10)

Bug Fixes

  • copilot: #189 "bad request: unknown integration" (372607d)

2.5.1 (2024-09-10)

Bug Fixes

  • properly closing Mini.pick after choosing file/buffer (#188) (6ae1de8)

2.5.0 (2024-09-09)

Features

  • chat: ✨ add symbols and now slash commands (9c41484)

2.4.1 (2024-09-09)

Bug Fixes

  • inline: send_code check (b2ba430)

2.4.0 (2024-09-09)

Features

  • add mini_pick option for buffer slash command (5bb3e16)

Bug Fixes

2.3.1 (2024-09-09)

Bug Fixes

  • anthropic: respect breakpoints used (acfbaed)

2.3.0 (2024-09-08)

Features

  • add fzf_lua for slash commands (895fbf9)

2.2.5 (2024-09-07)

Bug Fixes

  • copilot: #176 InsertLeave error with nil choices (05bf031)

2.2.4 (2024-09-07)

Bug Fixes

2.2.3 (2024-09-07)

Bug Fixes

  • chat: default prompts not being passed to llm (bb081c6)
  • cmp: models completion (0d90e71)

2.2.2 (2024-09-06)

Bug Fixes

  • chat: additional space at top of buffer (7c44bd1)

2.2.1 (2024-09-06)

Bug Fixes

  • chat: double sending of messages when outside the chat buffer (bfb45ff)

2.2.0 (2024-09-06)

Features

  • chat: #163 customise token output in chat buffer (b68a283)

2.1.1 (2024-09-06)

Bug Fixes

2.1.0 (2024-09-06)

Features

  • add mini.pick as provider for file slash cmd (#167) (835b4b7)

2.0.1 (2024-09-05)

Bug Fixes

  • chat: file slash command (c0306ac)

2.0.0 (2024-09-04)

⚠ BREAKING CHANGES

  • workflow: move start and auto_submit into opts
  • config: contains_code now moved into opts
  • config: rename separator
  • chat: remove buffers as a variable
  • chat: remove deprecations

Features

  • chat: ✨ slash commands (91adfac)

Bug Fixes

Code Refactoring

  • chat: remove buffers as a variable (c4e586c)
  • chat: remove deprecations (c32dc6d)
  • config: contains_code now moved into opts (e1268a0)
  • config: rename separator (9254a96)
  • workflow: move start and auto_submit into opts (f565e0c)

1.8.2 (2024-09-02)

Bug Fixes

1.8.1 (2024-08-31)

Bug Fixes

  • keymaps: update next and previous header keybindings (#155) (ba49ec6)

1.8.0 (2024-08-30)

Features

  • inline: ✨ improved diff mode (bc400fa)

1.7.2 (2024-08-29)

Bug Fixes

  • ollama: fetching models from remote repo (1863500)

1.7.1 (2024-08-29)

Bug Fixes

  • copilot: rewrite adapter (d4ca465)

1.7.0 (2024-08-29)

Features

Bug Fixes

  • chat: add system message after clearing chat (8c1119b)

1.6.0 (2024-08-28)

Features

  • chat: ✨ keymap to regenerate the last response (c6b583d)

1.5.0 (2024-08-28)

Features

  • inline: transformations can replace selections (b8ca077)

Bug Fixes

  • inline: replace method now works (ffceaf7)

1.4.1 (2024-08-28)

Bug Fixes

  • keymaps: changing adapter to copilot in chat buffer (1e46028)
  • ollama: getting models from remote endpoint (9f7af1e)

1.4.0 (2024-08-28)

Features

  • copilot: ✨ add copilot (18b0d73)

1.3.2 (2024-08-28)

Bug Fixes

  • adapters: check type of env vars (e290322)
  • adapters: setup method should return boolean value (fe8512a)

1.3.1 (2024-08-28)

Bug Fixes

1.3.0 (2024-08-27)

Features

  • inline: ✨ inline transformations (c76b545)

1.2.0 (2024-08-26)

Features

1.1.2 (2024-08-26)

Bug Fixes

  • anthropic: #123 consecutive roles error (c345c97)
  • chat: clearing of chat buffer (8588aed)

1.1.1 (2024-08-25)

Bug Fixes

  • chat: ensure correct role is added to the buffer (a01731f)
  • chat: tool prompts getting continuously added (ad283dd)
  • config: missspelling in system prompt (98e0ec2)

1.1.0 (2024-08-25)

Features

  • chat: #116 add event for setting an adapter (8561dc7)

1.0.4 (2024-08-25)

Bug Fixes

  • #117 not resolving adapter role (4b17557)
  • chat: ability to debug messages in chat buffer (a841e9e)
  • chat: clear chat messages (cd6cf55)
  • chat: deepcopy messages before changing roles (e811e6a)

1.0.3 (2024-08-22)

Bug Fixes

  • avoid setting keybindings if use_default_prompt=false (#108) (be2465e)
  • fix #108 avoid setting keybindings if use_default_prompt=false (8c1f0c0)

1.0.2 (2024-08-22)

Bug Fixes

  • #105 disabling default prompts still creates slash cmds (d92baf0)
  • setup slash cmds even if use_default_prompts is false (ea727c2)

1.0.1 (2024-08-21)

Bug Fixes

  • chat: changing adapters in chat buffer to Ollama (5cc04a1)