Skip to content

Commit d6c8c06

Browse files
committed
changelog
1 parent cb13899 commit d6c8c06

File tree

7 files changed

+11
-21
lines changed

7 files changed

+11
-21
lines changed

.changes/extensions/vscode/0.8.66.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 0.8.66 - 2024-12-20
2+
### Changed
3+
* Improved autocomplete in untitled files
4+
### Fixed
5+
* Display more mid-line completions
6+
* Restored syntax highlighting
7+
* Fix tool use bug for models that don't support tools
8+
* Autodetect mistral API key type
9+
* Fixes Azure OpenAI regressions

.changes/unreleased/Changed-20241213-091505.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/Fixed-20241213-091454.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/Fixed-20241213-091519.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/Fixed-20241216-220802.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/Fixed-20241216-220818.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

extensions/vscode/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

77

8-
Pre-release Changes
8+
## 0.8.66 - 2024-12-20
99
### Changed
1010
* Improved autocomplete in untitled files
1111
### Fixed
1212
* Display more mid-line completions
1313
* Restored syntax highlighting
1414
* Fix tool use bug for models that don't support tools
1515
* Autodetect mistral API key type
16+
* Fixes Azure OpenAI regressions
1617

1718
## 0.8.62 - 2024-12-10
1819
### Added

0 commit comments

Comments
 (0)