Skip to content

Commit

Permalink
VS Code: Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Feb 10, 2024
1 parent 878384f commit 70d2daa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds.

## [1.2.4]

### Fixed

- Chat: Fixed an issue where Cody would sometimes exceed the context window limit for shorter context OpenAI models. [pull/3121](https://github.com/sourcegraph/cody/pull/3121)

## [1.2.3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody AI",
"version": "1.2.3",
"version": "1.2.4",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit 70d2daa

Please sign in to comment.