Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for v1.58.0 #6520

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,45 @@ This is a log of all notable changes to Cody for VS Code.

{/* CHANGELOG_START */}

## v1.58.0

### Features

#### Nls

- add relevant repo boost [#6502](https://github.com/sourcegraph/cody/pull/6502)

#### Others

- generate changelog action [#6516](https://github.com/sourcegraph/cody/pull/6516)

### Fix

#### Release

- add $ variable invocation [#6509](https://github.com/sourcegraph/cody/pull/6509)
- Fixes error in release notification step

### Chore

#### Security

- Fix closed events for sast scan [#6512](https://github.com/sourcegraph/cody/pull/6512)

### Reverts

There were no reverts for this release

### Uncategorized

#### Others

- storybook: add context items with sources for steps [#6505](https://github.com/sourcegraph/cody/pull/6505)
- Add Cody bench command for NLS [#6497](https://github.com/sourcegraph/cody/pull/6497)




## Unreleased

### Added
Expand Down
Loading