Skip to content

Commit

Permalink
chore/release: VSCode, bump package.json version to 1.50.0 and update…
Browse files Browse the repository at this point in the history
… release notes (#6312)

CI

- The vscode/scripts/changelog.sh script now correctly points to *pull*
not *pulls* in the GitHub URLs.

(cherry picked from commit 610ccf9)
  • Loading branch information
dominiccooney committed Dec 11, 2024
1 parent 70eee42 commit 0f4d2e1
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 58 deletions.
143 changes: 87 additions & 56 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,48 @@ This is a log of all notable changes to Cody for VS Code.

### Changed

### Uncategorized

## 1.50.0

### Added
- Webviews: add new CTA for Sourcegraph Teams [pull/6245](https://github.com/sourcegraph/cody/pull/6245)
- "Explain command" in context (existing conversation) [pull/5986](https://github.com/sourcegraph/cody/pull/5986)

### Fixed
- fix detecting the fireworks model [pull/6239](https://github.com/sourcegraph/cody/pull/6239)
- Fix prompt execution in existing chat [pull/6226](https://github.com/sourcegraph/cody/pull/6226)
- suppress emission of characters on emacs keybindings [pull/6210](https://github.com/sourcegraph/cody/pull/6210)
- use local storage to save repo accessibility [pull/6193](https://github.com/sourcegraph/cody/pull/6193)

#### Deep Cody
- fix(deep-cody): wildcard should not be ignored in allow list for shell context [pull/6256](https://github.com/sourcegraph/cody/pull/6256)
- Deep Cody: loading message for context fetching step [pull/6241](https://github.com/sourcegraph/cody/pull/6241)
- Deep Cody: remove setting user model preferences [pull/6211](https://github.com/sourcegraph/cody/pull/6211)

### Changed
- Auth: new enterprise sign-in flow and improve auth UI [pull/6198](https://github.com/sourcegraph/cody/pull/6198)
- Make signout as non-blocking as possible [pull/6207](https://github.com/sourcegraph/cody/pull/6207)
- use chat client for s2 [pull/6219](https://github.com/sourcegraph/cody/pull/6219)

#### Tracing & Logging
- Telemetry support for Sourcegraph versions older than [5.2.5 (released 12/2023)](https://github.com/sourcegraph/sourcegraph-public-snapshot/releases/tag/v5.2.5) has been removed [pull/6265](https://github.com/sourcegraph/cody/pull/6265)
- Update tracing for chat [pull/6230](https://github.com/sourcegraph/cody/pull/6230)

### Uncategorized
#### Build & Release
- [Backport vscode-v1.50.x] fix(release): remove brackets around version number [pull/6311](https://github.com/sourcegraph/cody/pull/6311)
- chore/build: Merge sourcegraph/jetbrains into the Cody repo [pull/6247](https://github.com/sourcegraph/cody/pull/6247)
- Improve release process with slack notifications and automated branching [pull/6218](https://github.com/sourcegraph/cody/pull/6218)
- Add separate command to run cody web in standalone mode [pull/6227](https://github.com/sourcegraph/cody/pull/6227)
- Update changelog.sh instructions and add cody-core to backports [pull/6217](https://github.com/sourcegraph/cody/pull/6217)

## 1.48.1

### Added

### Fixed

- backport/vscode/1.48: chore(telemetry): remove legacy back-compat (#6265) [pull/6275](https://github.com/sourcegraph/cody/pulls/6275)
- backport/vscode/1.48: chore(telemetry): remove legacy back-compat (#6265) [pull/6275](https://github.com/sourcegraph/cody/pull/6275)

### Changed

Expand All @@ -29,46 +60,46 @@ This is a log of all notable changes to Cody for VS Code.
## 1.48.0

### Added
- Add account switcher component in the Accounts webview tab [pull/6159](https://github.com/sourcegraph/cody/pulls/6159)
- Prompts Picker [pull/6160](https://github.com/sourcegraph/cody/pulls/6160)
- Add Sourcegraph CLI installation description to README.md [pull/6170](https://github.com/sourcegraph/cody/pulls/6170)
- Fetch standard prompts from remote prompts API [pull/6150](https://github.com/sourcegraph/cody/pulls/6150)
- Add account switcher component in the Accounts webview tab [pull/6159](https://github.com/sourcegraph/cody/pull/6159)
- Prompts Picker [pull/6160](https://github.com/sourcegraph/cody/pull/6160)
- Add Sourcegraph CLI installation description to README.md [pull/6170](https://github.com/sourcegraph/cody/pull/6170)
- Fetch standard prompts from remote prompts API [pull/6150](https://github.com/sourcegraph/cody/pull/6150)

#### Autoedits
- feat(autoedit): combine inline completion provider and selection change [pull/6147](https://github.com/sourcegraph/cody/pulls/6147)
- feat(autoedit): use code completion feature for auto edits [pull/6161](https://github.com/sourcegraph/cody/pulls/6161)
- add 10 sec diff for autoedit experiments [pull/6191](https://github.com/sourcegraph/cody/pulls/6191)
- adding line level diff strategy for the recent edits diff calculation [pull/6188](https://github.com/sourcegraph/cody/pulls/6188)
- Hitesh/add diff stratagies [pull/6190](https://github.com/sourcegraph/cody/pulls/6190)
- Hitesh/add diff strategies logging [pull/6189](https://github.com/sourcegraph/cody/pulls/6189)

### Fixed
- [Backport vscode-v1.48.x] Make signout as non-blocking as possible [pull/6213](https://github.com/sourcegraph/cody/pulls/6213)
- do not block chat panel initialization or human message handling on current session save [pull/6186](https://github.com/sourcegraph/cody/pulls/6186)
- patch highlight.js to address memory leak [pull/6146](https://github.com/sourcegraph/cody/pulls/6146)
- fix(api): Set API identifying headers on all HTTP requests (CODY-4209) [pull/6102](https://github.com/sourcegraph/cody/pulls/6102)
- feat(autoedit): combine inline completion provider and selection change [pull/6147](https://github.com/sourcegraph/cody/pull/6147)
- feat(autoedit): use code completion feature for auto edits [pull/6161](https://github.com/sourcegraph/cody/pull/6161)
- add 10 sec diff for autoedit experiments [pull/6191](https://github.com/sourcegraph/cody/pull/6191)
- adding line level diff strategy for the recent edits diff calculation [pull/6188](https://github.com/sourcegraph/cody/pull/6188)
- Hitesh/add diff stratagies [pull/6190](https://github.com/sourcegraph/cody/pull/6190)
- Hitesh/add diff strategies logging [pull/6189](https://github.com/sourcegraph/cody/pull/6189)

### Fixed
- [Backport vscode-v1.48.x] Make signout as non-blocking as possible [pull/6213](https://github.com/sourcegraph/cody/pull/6213)
- do not block chat panel initialization or human message handling on current session save [pull/6186](https://github.com/sourcegraph/cody/pull/6186)
- patch highlight.js to address memory leak [pull/6146](https://github.com/sourcegraph/cody/pull/6146)
- fix(api): Set API identifying headers on all HTTP requests (CODY-4209) [pull/6102](https://github.com/sourcegraph/cody/pull/6102)
#### Autoedits
- feat(autoedit): fix cursor jumping issue [pull/6156](https://github.com/sourcegraph/cody/pulls/6156)
- fix(autoedit): fix suffix matching logic [pull/6171](https://github.com/sourcegraph/cody/pulls/6171)
- fix(audoedit): fix the scrollbar issue [pull/6158](https://github.com/sourcegraph/cody/pulls/6158)
- fix added lines sorting in autoedits [pull/6155](https://github.com/sourcegraph/cody/pulls/6155)
- feat(autoedit): fix cursor jumping issue [pull/6156](https://github.com/sourcegraph/cody/pull/6156)
- fix(autoedit): fix suffix matching logic [pull/6171](https://github.com/sourcegraph/cody/pull/6171)
- fix(audoedit): fix the scrollbar issue [pull/6158](https://github.com/sourcegraph/cody/pull/6158)
- fix added lines sorting in autoedits [pull/6155](https://github.com/sourcegraph/cody/pull/6155)

### Changed
- Add default value for 'search.useIgnoreFiles' in agent config [pull/6202](https://github.com/sourcegraph/cody/pulls/6202)
- Deep Cody: Move shell context behind feature flag [pull/6199](https://github.com/sourcegraph/cody/pulls/6199)
- Add built-in prompts related fields to prompt select analytic event [pull/6180](https://github.com/sourcegraph/cody/pulls/6180)
- Add default value for 'search.useIgnoreFiles' in agent config [pull/6202](https://github.com/sourcegraph/cody/pull/6202)
- Deep Cody: Move shell context behind feature flag [pull/6199](https://github.com/sourcegraph/cody/pull/6199)
- Add built-in prompts related fields to prompt select analytic event [pull/6180](https://github.com/sourcegraph/cody/pull/6180)
#### Autoedits
- feat(autoedit): restrict autoedit to vscode [pull/6184](https://github.com/sourcegraph/cody/pulls/6184)
- chore(audoedit): test diff logic with different new line chars [pull/6176](https://github.com/sourcegraph/cody/pulls/6176)
- chore(audoedit): simplify diff utils and renderer data structures [pull/6172](https://github.com/sourcegraph/cody/pulls/6172)
- feat(autoedit): refactor renderer code to simplify iteration on decor… [pull/6163](https://github.com/sourcegraph/cody/pulls/6163)
- feat(autoedit): restrict autoedit to vscode [pull/6184](https://github.com/sourcegraph/cody/pull/6184)
- chore(audoedit): test diff logic with different new line chars [pull/6176](https://github.com/sourcegraph/cody/pull/6176)
- chore(audoedit): simplify diff utils and renderer data structures [pull/6172](https://github.com/sourcegraph/cody/pull/6172)
- feat(autoedit): refactor renderer code to simplify iteration on decor… [pull/6163](https://github.com/sourcegraph/cody/pull/6163)

### Build & Test
- [Backport vscode-v1.48.x] remove last line in backport GHA [pull/6205](https://github.com/sourcegraph/cody/pulls/6205)
- remove last line in backport GHA [pull/6204](https://github.com/sourcegraph/cody/pulls/6204)
- add changelog templating and tooling [pull/6195](https://github.com/sourcegraph/cody/pulls/6195)
- Bench: make sure to respect CODY_RECORDING_MODE [pull/6167](https://github.com/sourcegraph/cody/pulls/6167)
- Revert "Update backport.yml (#6137)" [pull/6164](https://github.com/sourcegraph/cody/pulls/6164)
- [Backport vscode-v1.48.x] remove last line in backport GHA [pull/6205](https://github.com/sourcegraph/cody/pull/6205)
- remove last line in backport GHA [pull/6204](https://github.com/sourcegraph/cody/pull/6204)
- add changelog templating and tooling [pull/6195](https://github.com/sourcegraph/cody/pull/6195)
- Bench: make sure to respect CODY_RECORDING_MODE [pull/6167](https://github.com/sourcegraph/cody/pull/6167)
- Revert "Update backport.yml (#6137)" [pull/6164](https://github.com/sourcegraph/cody/pull/6164)

## 1.46.0

Expand All @@ -83,28 +114,28 @@ This is a log of all notable changes to Cody for VS Code.
- Updated `Shift+Alt+L` to create a new chat when the focus is not in the editor. When the focus is in the editor, the behavior remains unchanged (the current selection is added to the chat context).

### Uncategorized
- [Backport vscode-v1.46.x] Add built-in prompts related fields to prompt select analytic event [pull/6181](https://github.com/sourcegraph/cody/pulls/6181)
- [Backport vscode-v1.46.x] Fetch standard prompts from remote prompts API [pull/6166](https://github.com/sourcegraph/cody/pulls/6166)
- [Backport vscode-v1.46.x] Prompts Picker [pull/6168](https://github.com/sourcegraph/cody/pulls/6168)
- [Backport vscode-v1.46.x] VS Code: Release v1.44.0 [pull/6169](https://github.com/sourcegraph/cody/pulls/6169)
- feat(autoedit): fix cursor jumping issue [pull/6156](https://github.com/sourcegraph/cody/pulls/6156)
- only activate autoedits command when experimental setting is enabled [pull/6157](https://github.com/sourcegraph/cody/pulls/6157)
- Chat: ensure ScrollDown button only takes it's width [pull/6143](https://github.com/sourcegraph/cody/pulls/6143)
- autoedit: Add feature flag to enable/disable autoedit feature [pull/6145](https://github.com/sourcegraph/cody/pulls/6145)
- remove ctrl+shift+L shortcut and update shift+alt+L shortcut [pull/6148](https://github.com/sourcegraph/cody/pulls/6148)
- Fix various JetBrains styling issues [pull/6153](https://github.com/sourcegraph/cody/pulls/6153)
- Autoedits Context Improvements [pull/6141](https://github.com/sourcegraph/cody/pulls/6141)
- Better rendering for auto edits [pull/6132](https://github.com/sourcegraph/cody/pulls/6132)
- Chat: context cell improvements [pull/6115](https://github.com/sourcegraph/cody/pulls/6115)
- Fix inline-edit prompts chat building [pull/6003](https://github.com/sourcegraph/cody/pulls/6003)
- Cody Web: Polish cody web Prompts [pull/6135](https://github.com/sourcegraph/cody/pulls/6135)
- Simplify protocol's TelemetryEvent [pull/6144](https://github.com/sourcegraph/cody/pulls/6144)
- Use font size variable providd by JetBrains in webview [pull/6134](https://github.com/sourcegraph/cody/pulls/6134)
- Update backport.yml [pull/6137](https://github.com/sourcegraph/cody/pulls/6137)
- fix(release): Update backport action to override team_reviews [pull/6136](https://github.com/sourcegraph/cody/pulls/6136)
- autoedit: add speculative decoding [pull/6130](https://github.com/sourcegraph/cody/pulls/6130)
- Fix for VSCode Marketplace description getting cut-off [pull/6098](https://github.com/sourcegraph/cody/pulls/6098)
- Fix prompt name generation during prompts/commands migration [pull/6126](https://github.com/sourcegraph/cody/pulls/6126)
- [Backport vscode-v1.46.x] Add built-in prompts related fields to prompt select analytic event [pull/6181](https://github.com/sourcegraph/cody/pull/6181)
- [Backport vscode-v1.46.x] Fetch standard prompts from remote prompts API [pull/6166](https://github.com/sourcegraph/cody/pull/6166)
- [Backport vscode-v1.46.x] Prompts Picker [pull/6168](https://github.com/sourcegraph/cody/pull/6168)
- [Backport vscode-v1.46.x] VS Code: Release v1.44.0 [pull/6169](https://github.com/sourcegraph/cody/pull/6169)
- feat(autoedit): fix cursor jumping issue [pull/6156](https://github.com/sourcegraph/cody/pull/6156)
- only activate autoedits command when experimental setting is enabled [pull/6157](https://github.com/sourcegraph/cody/pull/6157)
- Chat: ensure ScrollDown button only takes it's width [pull/6143](https://github.com/sourcegraph/cody/pull/6143)
- autoedit: Add feature flag to enable/disable autoedit feature [pull/6145](https://github.com/sourcegraph/cody/pull/6145)
- remove ctrl+shift+L shortcut and update shift+alt+L shortcut [pull/6148](https://github.com/sourcegraph/cody/pull/6148)
- Fix various JetBrains styling issues [pull/6153](https://github.com/sourcegraph/cody/pull/6153)
- Autoedits Context Improvements [pull/6141](https://github.com/sourcegraph/cody/pull/6141)
- Better rendering for auto edits [pull/6132](https://github.com/sourcegraph/cody/pull/6132)
- Chat: context cell improvements [pull/6115](https://github.com/sourcegraph/cody/pull/6115)
- Fix inline-edit prompts chat building [pull/6003](https://github.com/sourcegraph/cody/pull/6003)
- Cody Web: Polish cody web Prompts [pull/6135](https://github.com/sourcegraph/cody/pull/6135)
- Simplify protocol's TelemetryEvent [pull/6144](https://github.com/sourcegraph/cody/pull/6144)
- Use font size variable providd by JetBrains in webview [pull/6134](https://github.com/sourcegraph/cody/pull/6134)
- Update backport.yml [pull/6137](https://github.com/sourcegraph/cody/pull/6137)
- fix(release): Update backport action to override team_reviews [pull/6136](https://github.com/sourcegraph/cody/pull/6136)
- autoedit: add speculative decoding [pull/6130](https://github.com/sourcegraph/cody/pull/6130)
- Fix for VSCode Marketplace description getting cut-off [pull/6098](https://github.com/sourcegraph/cody/pull/6098)
- Fix prompt name generation during prompts/commands migration [pull/6126](https://github.com/sourcegraph/cody/pull/6126)

## 1.44.0

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.48.0",
"version": "1.50.0",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down
2 changes: 1 addition & 1 deletion vscode/scripts/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# you can find the commits at each release branch using:
# git ls-remote https://github.com/sourcegraph/cody | grep "refs/heads/vscode-v1\.[0-9]\+\.x" | sort -r | head -n 5

git log $1..$2 --pretty='%s' --boundary | sed -E 's/^(.*)\(#(.*)\)$/- \1 [pull\/\2](https:\/\/github.com\/sourcegraph\/cody\/pulls\/\2)/' > temp_changes.txt
git log $1..$2 --pretty='%s' --boundary | sed -E 's/^(.*)\(#(.*)\)$/- \1 [pull\/\2](https:\/\/github.com\/sourcegraph\/cody\/pull\/\2)/' > temp_changes.txt

# Find first occurrence of ### Uncategorized and append the changes right after it
awk '/### Uncategorized/{if (!found) {print; system("cat temp_changes.txt"); found=1; next}} 1' vscode/CHANGELOG.md > temp_changelog.md
Expand Down

0 comments on commit 0f4d2e1

Please sign in to comment.