Skip to content

Latest commit

 

History

History
139 lines (70 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

139 lines (70 loc) · 7.17 KB

Changelog

3.9.0 (2024-08-12)

Features

Bug Fixes

  • avoid cmd len limit on windows (issue: #192) (a2df34c)

3.8.0 (2024-08-05)

Features

  • ollama and perplexity with llama3.1-8B (8b448c0)

Bug Fixes

  • git root search infinite loop on windows (issue: #126) (7eb91da)

3.7.1 (2024-08-05)

Bug Fixes

  • check for underflow during backticks trimming (issue: #152) (3510217)
  • don't override already added secrets (issue: #188) (757c78f)

3.7.0 (2024-08-04)

Features

Bug Fixes

  • skip BufEnter logic if buf already prepared (issue: #139) (2c3d818)

3.6.1 (2024-08-01)

Bug Fixes

3.6.0 (2024-08-01)

Features

  • configurable zindex with default to 49 (resolve: #132) (6dca8ea)

Bug Fixes

  • agent refreshing for default commands (d5fcd00)
  • win32 detection (6d0f1b5)

3.5.1 (2024-07-31)

Bug Fixes

  • symbolic links on Windows without admin rights (#177) (0f3b5bd)

3.5.0 (2024-07-29)

Features

  • capture the preceding number for ChatRespond (#178) (14a37df)
  • configurable sensitive logging to file (7794e8a)
  • deprecate image_ conf vars in favor of nesting under image table (dcf116a)
  • logger: sensitive flag (85a5f1c)
  • reuse chat_confirm_delete shortcut in chat picker (919fdd4)
  • truncating log file and GpInspectLog (bf38d16)

Bug Fixes

  • rm obsolete api key validation (352b0c3)

3.4.1 (2024-07-26)

Bug Fixes

3.4.0 (2024-07-24)

Features

  • default to openai compatible headers (#168) (7b84846)

3.3.0 (2024-07-23)

Features

3.2.0 (2024-07-23)

Features

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

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)