Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit e75cbc9

Browse files
authored
Release v0.4.4 (#257)
Cut release for v0.4.4 The version includes: - fixes for bugs that caused Inline Fixups [unusable](https://sourcegraph.slack.com/archives/C04MSD3DP5L/p1689267101964289) - new feature: plugin - new feature: custom recipe (internal testing only atm)
1 parent 801a122 commit e75cbc9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi
88

99
### Added
1010

11+
### Fixed
12+
13+
### Changed
14+
15+
## [0.4.4]
16+
17+
### Added
18+
1119
- Added support for the CMD+K hotkey to clear the code chat history. [pull/245](https://github.com/sourcegraph/cody/pull/245)
1220
- [Internal Only] `Custom Recipe` is available for S2 internal users for testing purpose. [pull/81](https://github.com/sourcegraph/cody/pull/81)
1321

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cody-ai",
33
"private": true,
44
"displayName": "Cody AI",
5-
"version": "0.4.3",
5+
"version": "0.4.4",
66
"publisher": "sourcegraph",
77
"license": "Apache-2.0",
88
"icon": "resources/cody.png",

0 commit comments

Comments
 (0)