Skip to content

Commit

Permalink
chore/release: Bump package version and update changelog for 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 2, 2025
1 parent f3fe8b6 commit 5909bf0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,34 @@ This is a log of all notable changes to Cody for VS Code.

### Uncategorized

### Added
- autoedits e2e tests [pull/6425](https://github.com/sourcegraph/cody/pull/6425)
- feat(audoedit): extract autoedits config from the provider [pull/6460](https://github.com/sourcegraph/cody/pull/6460)
- autoedit: address dogfooding feedback [pull/6454](https://github.com/sourcegraph/cody/pull/6454)
- feat(audoedit): implement basic analytics logger [pull/6430](https://github.com/sourcegraph/cody/pull/6430)
- feat(onebox): Use new prompt editor when onebox is enabled [pull/6288](https://github.com/sourcegraph/cody/pull/6288)


### Fixed
- feat(logging): Add interactionId to header of Cody Client requests (CODY-4117) [pull/6450](https://github.com/sourcegraph/cody/pull/6450)
- fix(autoedit): fix shrink prediction logic [pull/6404](https://github.com/sourcegraph/cody/pull/6404)
- fix(modelSelectField): missing overflow scrollbar when there isn't space to show entire list [pull/6423](https://github.com/sourcegraph/cody/pull/6423)
- fix: remove trailing spaces from extracted query [pull/6432](https://github.com/sourcegraph/cody/pull/6432)
- Fix small screen filters panel opening [pull/6420](https://github.com/sourcegraph/cody/pull/6420)
- fix diff rendering for autoedits [pull/6410](https://github.com/sourcegraph/cody/pull/6410)
- chore(agent): disable flaky test [pull/6429](https://github.com/sourcegraph/cody/pull/6429)
- fix: Prevent style leaks in cody web [pull/6427](https://github.com/sourcegraph/cody/pull/6427)
- chore(onebox/telemetry): add `billingMetadata` [pull/6426](https://github.com/sourcegraph/cody/pull/6426)
- fix(audoedit): fix renderer testing command [pull/6408](https://github.com/sourcegraph/cody/pull/6408)
- chore/release: Bump package version and update changelog for 1.52 [pull/6414](https://github.com/sourcegraph/cody/pull/6414)

### Changed
- feat(prompt-editor): Add new ProseMirror-based implementation [pull/6272](https://github.com/sourcegraph/cody/pull/6272)
- refactor(user-menu): improve display of user menu [pull/6389](https://github.com/sourcegraph/cody/pull/6389)
- Use omnibox ff for intent detector [pull/6419](https://github.com/sourcegraph/cody/pull/6419)
- Enable repo boost for inactive editor [pull/6443](https://github.com/sourcegraph/cody/pull/6443)
- include symbol matches in search results [pull/6441](https://github.com/sourcegraph/cody/pull/6441)

## 1.54.0

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

0 comments on commit 5909bf0

Please sign in to comment.