Skip to content

Latest commit

 

History

History
434 lines (225 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

434 lines (225 loc) · 19.8 KB

0.18.2 (2025-01-30)

🔧 Maintenance

0.18.1 (2025-01-30)

🔧 Maintenance

  • remove unused export declarations (09e5faf)

0.18.0 (2025-01-30)

🚀 Features

  • onCompletionRejected event (5a58328)

0.17.4 (2025-01-28)

📚 Documentation

0.17.3 (2025-01-28)

📚 Documentation

🔧 Maintenance

0.17.2 (2025-01-26)

🐛 Bug Fixes

0.17.1 (2025-01-26)

🔧 Maintenance

  • improve provider folder naming (c9f5b3d)
  • make ai providers scalable (b39717a)

0.17.0 (2025-01-25)

🚀 Features

🔧 Maintenance

0.16.10 (2025-01-22)

📚 Documentation

  • add completion event handling section to README (1cf5734)
  • improve completion event handlers (77e1553)

⚡️ Performance

🔧 CI/CD

🔧 Maintenance

  • add missing types and jsdocs (cd3f847)
  • update tsconfig.json for improved TypeScript configuration (79c28f2)

0.16.8 (2025-01-19)

📚 Documentation

0.16.7 (2025-01-07)

🐛 Bug Fixes

0.16.6 (2024-12-28)

🐛 Bug Fixes

  • indent logic that doing in invalid cases (2268d72)

0.16.5 (2024-12-28)

🔧 Maintenance

  • indent new lines of completion based on current column (4c9fe26)

💥 Breaking Changes

  • drop deprecated registerCopilot (e2ce7a2)

0.16.4 (2024-12-25)

🔧 Maintenance

  • improve onidle typing pause threshold (1edb30d)

0.16.3 (2024-12-25)

🔧 Maintenance

  • improve typing debounce pause threshold (af4d0c9)

0.16.2 (2024-12-23)

🔧 Maintenance

  • log a warning instead of an error when encountering issues fetching or processing completions (17fefee)

0.16.1 (2024-12-23)

📚 Documentation

  • fix keyboard shortcut example code (bd74f58)

0.16.0 (2024-12-23)

🚀 Features

  • immediately trigger completion request after user stops typing (32b8690)

🐛 Bug Fixes

  • cache lookaround preventing next completion in same lineafter another completion (d53fb74)

🔧 Maintenance

  • improve cache validation (e905bb8)

0.15.14 (2024-12-22)

🔄 Refactoring

  • reduce 429 errors possibility (85832a8)

0.15.13 (2024-12-22)

🔧 CI/CD

  • close inactve issues workflow (4ef021f)

0.15.12 (2024-12-22)

🔧 Maintenance

  • require explicit model specification, remove default model (1726beb)

0.15.11 (2024-12-21)

🔧 Maintenance

0.15.10 (2024-12-21)

🔧 Maintenance

0.15.9 (2024-12-21)

🔧 Maintenance

0.15.8 (2024-12-15)

📚 Documentation

0.15.7 (2024-12-11)

📚 Documentation

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