Skip to content

Commit

Permalink
Changelog for 1.72.0 (#7258)
Browse files Browse the repository at this point in the history
Automated release and changelog for VS code Cody 1.72.0 \n ## Test plan
\n N/A - changelog update

---------

Co-authored-by: hitesh-1997 <[email protected]>
  • Loading branch information
sourcegraph-bot-devx and hitesh-1997 committed Feb 26, 2025
1 parent 2934e00 commit ff40766
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
72 changes: 72 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,78 @@ This is a log of all notable changes to Cody for VS Code.

<!--- {/_ CHANGELOG_START _/} -->

## 1.72.0

### Features

#### Prompt-Editor

- focus on file range when clicking on context item mention with ranges [#7021](https://github.com/sourcegraph/cody/pull/7021)

#### Vscode

- add context via file explorer [#7107](https://github.com/sourcegraph/cody/pull/7107)

#### Webview

- add support for <think> tags in Chat Message [#7209](https://github.com/sourcegraph/cody/pull/7209)

### Fix

#### Auto-Edit

- Fix low resolution images on low DPI screens [#7100](https://github.com/sourcegraph/cody/pull/7100)

#### Chat

- prompt caching feature flag enrollement [#7177](https://github.com/sourcegraph/cody/pull/7177)
- [Backport M72] fix(agentic chat): terminal and openCtx are not registered as tools [#7133](https://github.com/sourcegraph/cody/pull/7133)
- Fix(unit test): revert prompt.test test cases [#7114](https://github.com/sourcegraph/cody/pull/7114)
- Fix: Make it possible to dogfood new prompt editor [#7094](https://github.com/sourcegraph/cody/pull/7094)
- Add support for external auth providers in code search [#6919](https://github.com/sourcegraph/cody/pull/6919)
- [Backport M72] Fix code search downlaod [#7127](https://github.com/sourcegraph/cody/pull/7127)

### Inline-edit

- [Backport M72] fix(Inline Edit): removes reasoning models from selector [#7239](https://github.com/sourcegraph/cody/pull/7239)

#### Command

- Generate commit message now uses flash-lite instead of last selected model [#7082](https://github.com/sourcegraph/cody/pull/7082)
- [Backport M72] feat(commit generation): prioritize Gemini Flash models [#7255](https://github.com/sourcegraph/cody/pull/7255)

#### Smart-Apply

- add insert events in the smart apply logging payload [#7198](https://github.com/sourcegraph/cody/pull/7198)
- stripping of markdown code blocks [#7105](https://github.com/sourcegraph/cody/pull/7105)

#### Tracing

- Add Client Platform and agentVersion to traces [#6889](https://github.com/sourcegraph/cody/pull/6889)

#### Ui

- Hide unused prompts(SRCH-1648) [#7095](https://github.com/sourcegraph/cody/pull/7095)

### Chore

- Chore: Add prosemirror-lexical interop test [#7111](https://github.com/sourcegraph/cody/pull/7111)

#### Release

- improve release note generation [#7253](https://github.com/sourcegraph/cody/pull/7253)
- Feat: Add experimental & nightly release channels for vsce [#6997](https://github.com/sourcegraph/cody/pull/6997)

### Refactor

#### Telemetry

- opt-out option [#7207](https://github.com/sourcegraph/cody/pull/7207)

### Reverts

- Revert "fix(ui): Hide unused prompts(SRCH-1648)" [#-1](https://github.com/sourcegraph/cody/pull/7101)

## Unreleased

### Fix
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 Code Assistant",
"version": "1.70.0",
"version": "1.72.0",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/sourcegraph.png",
Expand Down

0 comments on commit ff40766

Please sign in to comment.