Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 11d54fc

Browse files
committed
chore: release version 0.24.0
1 parent 0581daf commit 11d54fc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [v0.24.0] - 2026-02-03
4+
5+
- fix: handle VS Code API change where message.content can be a string (0581daf)
6+
- Merge pull request #64 from n-r-w/extra_params (439c451)
7+
- refactor: remove unused warning function and simplify knob extraction logging (c428105)
8+
- chore: add /.serena to .gitignore (952475d)
9+
- feat: add extraction and validation for OpenAI-specific knobs in model parameters (03d4c35)
10+
11+
312
## [v0.23.0] - 2026-01-22
413

514
- Merge pull request #63 from nkukard/nkupdates (f4417de)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/mcowger/generic-copilot"
1717
},
18-
"version": "0.23.0",
18+
"version": "0.24.0",
1919
"engines": {
2020
"vscode": "^1.105.0"
2121
},

0 commit comments

Comments
 (0)