Skip to content

Releases: you-n-g/simplegpt.nvim

v2.0.0

23 May 01:39
cf033e6

Choose a tag to compare

2.0.0 (2025-05-23)

⚠ BREAKING CHANGES

  • config: breaking change - update shortcut registration and config formatting

Features

  • add custom highlight for placeholders in template popup (e5c9def)
  • add full_terminal and chat answer navigation keymaps (ea10dfb)
  • add message extmark styling and update line indexing (fcbc7b9)
  • add provider option for buffer chat completions (681a04a)
  • add terminal section in question template (92f667b)
  • annotate omitted lines in content and context output (c29714e)
  • code_review (d41e66e)
  • improve buf_chat parsing, formatting, and default system prompt (bc7f1ca)
  • integrate spinner for chat completions and schedule API call (3a5d520)
  • support buffer chat! (69ce2d7)
  • support path when rewriting. (4fcf280)

Bug Fixes

  • patch tpl values to convert empty strings to nil (9f8d18b)
  • update config mappings to use search_replace and code_only (63b565f)
  • update error template to include filename and new code fences (174e485)

Code Refactoring

  • config: breaking change - update shortcut registration and config formatting (6f7defb)

v1.3.0

04 May 03:48
4425e3f

Choose a tag to compare

1.3.0 (2025-03-20)

Features

  • Add conditional visual content section to question template (5d71d7d)
  • Add LSP diagnostics fix command and template (150bf3d)
  • Add preview_keys functionality and InfoDialog class for displaying information (1bc520d)
  • add search and replace functionality with key mappings (#7) (7d245aa)
  • Add support for handling current line when no visual selection (0c176e5)
  • Add terminal buffer handling and improve code consistency (d39b96a)
  • Add terminal command support and template for simplegpt (87971fe)
  • Add terminal output handling in code_complete.json template (e1b1ec9)
  • Add toggle dialog functionality and improve keymap handling (9bda560)
  • Add window switch functionality to BaseDialog methods (d5802e3)
  • enhance context with markdown, filename, file selection, terminal. better template structure. (#8) (d331493)
  • Fix tpl focus & Add LSP diagnostics info retrieval in RegQAUI.get_special function (492e7a2)

Bug Fixes

  • Correct JSON key from 'q' to 'q-' in terminal.json (274a500)

v1.2.0

01 Jan 16:01
e34e616

Choose a tag to compare

1.2.0 (2025-01-01)

Features

  • add condition for error fixing (2248e1e)
  • Add multi-round conversation support with context in chat dialog (7da7344)
  • Add show_value keymap and functionality for special value display (97f4baa)
  • Add support for custom keyboard shortcuts in simplegpt (17d67c3)
  • Add support for custom template paths in loader module (3b7f826)
  • enhance visual selection handling and key mappings in dialog and utils (d242bdd)
  • improved translate (da049f3)
  • refactor shortcuts (5b7b6a3)
  • Update code completion templates and adjust configuration settings (6632c56)

Bug Fixes

  • append naming error (f546967)
  • correct column selection logic in visual mode (3b9733e)
  • Correct key mappings and formatting in README and Lua files (6bdab62)
  • format (3fc60ff)

v1.1.0

23 Nov 15:00
1ef292a

Choose a tag to compare

1.1.0 (2024-11-22)

Features

Bug Fixes

  • use show and hide control the text (19556d9)
  • variable naming bug (7baca7a)

v1.0.1

02 Aug 06:38
1f212e3

Choose a tag to compare

1.0.1 (2024-08-02)

Bug Fixes

v1.0.0

25 Mar 13:14
342613a

Choose a tag to compare

1.0.0 (2024-03-25)

Features

Bug Fixes