Skip to content

Latest commit

 

History

History
242 lines (127 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

242 lines (127 loc) · 11.4 KB

0.15.6 (2024-12-06)

📚 Documentation

  • add custom prompt section to toc (1649e81)

0.15.5 (2024-12-06)

🐛 Bug Fixes

  • completion not showing if the mode is insert (a16ae11)

0.15.4 (2024-12-01)

🔧 Maintenance

0.15.3 (2024-11-28)

🔧 Maintenance

0.15.2 (2024-11-23)

🔧 Maintenance

  • completion intentation matching (4ed56b9)

0.15.1 (2024-11-22)

🔧 Maintenance

  • improve insertion range calculation (2847786)
  • improve insertion range calculation (4250770)
  • improve prompt (95683a6)
  • improve range calculation (14f24aa)
  • remove unused cache entries (5480895)
  • update models (e7f53a9)

0.15.0 (2024-11-20)

🚀 Features

  • google: added gemini api as provider (41117b6)

🐛 Bug Fixes

  • changed gemini pro model to 1.5 (357735d)

📚 Documentation

🔄 Refactoring

  • removed unused import of custom copilot model (2d1b888)

🔧 Maintenance

0.14.2 (2024-11-17)

🔧 Maintenance

  • completion: handle backward overlap (437ede1)

0.14.1 (2024-11-13)

🔧 Maintenance

0.14.0 (2024-11-04)

🚀 Features

0.13.2 (2024-11-03)

🐛 Bug Fixes

  • prevent reporting cancellation errors (31e6321)

0.13.1 (2024-10-31)

📚 Documentation

  • improve api handler code example (7aade3e)

0.13.0 (2024-10-31)

🚀 Features

  • completion raw output access (5eece6a)

🐛 Bug Fixes

0.12.10 (2024-10-27)

🔧 Maintenance

  • improve deprecated logger (ff18dd3)

0.12.9 (2024-10-27)

📚 Documentation

  • mention to always specify provider and model (8edf342)

0.12.8 (2024-10-26)

🐛 Bug Fixes

⚡️ Performance

  • use queue for completions cache management (e72521e)

0.12.7 (2024-10-25)

📚 Documentation

  • make the cross language api handler heading better (f1190fe)

0.12.6 (2024-10-25)

📚 Documentation

  • separate manual trigger heading from trigger mode (bc520e8)

0.12.5 (2024-10-25)

📚 Documentation

0.12.4 (2024-10-24)

🔧 Maintenance

0.12.3 (2024-10-23)

🐛 Bug Fixes

  • cache extraction not respecting the lines before the cursor (fddd10d)

0.12.2 (2024-10-23)

0.12.1 (2024-10-23)

📚 Documentation

  • add caching completions section to toc (921b8cb)

0.12.0 (2024-10-23)

🚀 Features

  • add option to control caching behavior (00e6cb3)

📚 Documentation

  • add enableCaching option documentation (13085bf)

0.11.9 (2024-10-23)

🔄 Refactoring

  • use built-in monaco.Range without overlapping calculations (3312526)

0.11.8 (2024-10-19)

📚 Documentation

0.11.6 (2024-10-01)

📚 Documentation

  • fix the naming with deregister method (97fc09c)

0.11.5 (2024-09-30)

📚 Documentation

0.11.4 (2024-09-30)

📚 Documentation

0.11.2 (2024-09-29)

📚 Documentation

  • improve api handler section (25d076c)

0.11.1 (2024-09-29)

📚 Documentation

  • fix code block collision (f26bbe2)

0.11.0 (2024-09-29)

🚀 Features

📚 Documentation

  • fix requestHandler docs (14d52ff)
  • improve requestHandler guide (3689720)
  • update requestHandler guide (7179414)
  • update requestHandler jsdoc (69bc530)

0.10.19 (2024-09-28)

🔧 CI/CD