Skip to content

Releases: Robitx/gp.nvim

v3.2.0

23 Jul 01:44
827d5e3
Compare
Choose a tag to compare

3.2.0 (2024-07-23)

Features

  • replace gpt3.5 agents with gpt-4o-mini (a062dbe)

v3.1.0

23 Jul 00:13
a070a5c
Compare
Choose a tag to compare

3.1.0 (2024-07-23)

Features

  • add claude 3.5 sonnet among default agents (3409487)
  • chat templates with {{tag}} syntax (5b5f944)
  • configurable whisper endpoint (12cedc7)
  • expose default_(chat|code)_system_prompt to user (56740e0)
  • improve gp.cmd.ChatNew signature (f3664de)
  • keep git repo name in template_render (2409cd5)
  • picking specific agent via get_chat_agent/get_command_agent(name) (e1acbca)
  • simplify Prompt function signature (272eee1)

Bug Fixes

  • sys_prompt render for Prompt commands (resolve: #162) (6172e15)