Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

85 lines (49 loc) · 5.19 KB

Changelog

0.6.0 (2025-01-26)

Features

  • add column focus in preview window (8c3baa9)

Bug Fixes

  • fix highlight alignment (baada08)
  • fix highlight missalignment (dc3576d)
  • fix invalid buf check (d9fd158)
  • fix predicted column clipping (a285bb3)
  • reduce estimated expiration time by half (0bbd1c8)
  • reduce expiration time estimate to 5 minutes (b984733)
  • return -1 on non existant buffer open_preview_win (1617bcb)

0.5.1 (2025-01-25)

Bug Fixes

  • fix buffer is invalid when going to telescope result (3f794d7)
  • fix copilot expired token error (2dd8556)
  • handle nil file_content (ba9bb88)

0.5.0 (2025-01-23)

Features

  • add cache functionaly to copilot verification function (400fb95)
  • remove jumpts and add files to context (5464f75)

Bug Fixes

  • change environment variable fetching of get_github_token (4419966)
  • correct args in notify call and move notify into schedule (ea14358)
  • fix callback being called twice in authorize_token (d14c6fd)
  • fix linter errors (8494e9a)
  • remove api_key assignment (569a720)
  • remove persistant "Authorizing GitHub Copilot token" notification (fff3f8a)
  • remove unnecessary github token fetch in complete (cfb9ef4)
  • stale/persistent window during rapid prediction (da851e0)

0.4.0 (2025-01-18)

Features

  • add copilot adapter (8f56a1a)
  • add process_api_key to copilot adapter (2da9e12)
  • add rest of currently available copilot models (256c9d4)

Bug Fixes

  • add early return if api_key was successfully found (d01dd90)
  • fix linter errors and add TODO (42c2c77)
  • fix linter warnings (694a395)

0.3.1 (2025-01-16)

Bug Fixes

  • fix adapters require statement (5d4d646)
  • remove spelling check to the CHANGELOG.md file (fcf7b63)

0.3.0 (2025-01-15)

Features

  • update default model and prompt (d7bbb68)

Bug Fixes

  • fix "unused variable" linter error (b64799d)
  • fix get_models function (5cf438a)