Skip to content

Releases: sourcegraph/cody

Cody for VS Code 1.70.0

18 Feb 01:28
6011c25
Compare
Choose a tag to compare

✨ See the What’s new in v1.70 changelog for what’s new in this release since v1.68 ✨

v1.70.0 Changes

Features

Auto-Edit

  • Enhanced image decorations alignment (#7040)
  • Implemented user font size for image generation (#7036)

Chat

  • Improved performance with prompt caching for code context messages (#6953)
  • Enhanced chat UI simplification (#6992)
  • Added support for dynamic mentions in @ mention menu for prompt templates (#6793)

Bug Fixes

Auto-Edit

  • Resolved low resolution images on low DPI screens (#7112)

Chat

  • Fixed @ mention menu positioning outside editor window (#7045)
  • Corrected language filters in rules (#7025)
  • Fixed current-tab generic mention expansion (#6910)
  • Eliminated 500ms delay in chat message submission (#6991, #6990)
  • Corrected Repo filter dropdown z-index (#6994)
  • Fixed history search border (#6983)
  • Fixed local repo name display issue (#7042)
  • Improved code border styles (#7024)
  • Fixed keyDown:paste functionality (#6938)

UI Improvements

  • Fixed various UI bugs (#7001)
  • Integrated StatusBar into AutoeditsProvider (#6955)
  • Simplified chat UI:
    • Removed user avatars
    • Removed speaker names from follow-up messages (#6981)
    • Removed chat message feedback (#6980)

Cleanup & Optimization

  • Removed Intent Detection system (#7039, #7051)
  • Fixed chevron for open/closed search results (#6978)
  • Implemented stop button on Cody web (#6939)

Full Changelog: vscode-v1.68.0...vscode-v1.70.0

Cody for VS Code 1.68.0

13 Feb 01:07
ba07433
Compare
Choose a tag to compare

✨ See the What’s new in v1.68 changelog for what’s new in this release since v1.67 ✨

v1.68.0 Changes

Features

Auto-Edit

  • Use the users' font size when generating images #7055
  • Fix slightly misaligned image decorations #7054
  • Support image rendering for complex diffs #6545

Chat

  • Use rules (.sourcegraph/*.rule.md) in chat and inline edit #6909
  • Adds searching chat history to the history tab #6897

Edit

  • Add the context for the edit command #6924

Full Changelog: vscode-v...vscode-v1.68.0

Cody for JetBrains v7.68.0

13 Feb 01:04
ba07433
Compare
Choose a tag to compare

Download Cody for JetBrains 7.68.0 on JetBrains Marketplace.

1.68.0

Features

Auto-Edit

  • Use the users' font size when generating images #7055
  • Fix slightly misaligned image decorations #7054
  • Enable image based rendering for dogfooding #6950
  • Support image rendering for complex diffs #6545

Context

Chat

  • Use rules (.sourcegraph/*.rule.md) in chat and inline edit #6909
  • Adds searching chat history to the history tab #6897

Edit

  • Add the context for the edit command #6924

Promptlist

  • Add promptId & promptName to privateMetadata #6764

Smart-Apply

  • Log fixupID to track in the edit #6943
  • Add haiku 3.5 for a/b testing #6935
  • Add the context logging for smart-apply feature #6918
  • Show Reapply for applied code blocks #6898

Fix

Auto-Edit

  • Restore suffix decorations #6949
  • Fix the false notification for auto-edit non eligibility #6899

Client-Config

  • Simplify config fetching logic and fix omnibox flag #6960
  • Fix problem with race between auth and config causing issues with models loading #6886

Context

  • Mark at-mention context items as user-added items #6920

Chat

  • Bottom prompt buttons cut off #6945
  • Fix paragraph spacing in submit button dropdown if no intent is detected #6952
  • Remove chat message feedback and "Try again with different" model/context #7008
  • Fix 500ms delay when submitting chat message #7007
  • Fix crash when using TextDocument.validateRange(...) #6948

Release

  • Update the JetBrains link to release notes. #6977

Ui

  • Fix bugs in the UI #7001
  • Use timeout argument directly as duration instead of timestamp #6954
  • Remove user avatars, remove speaker name from follow-up message #7009
  • Simplify chat UI #6992

Web

  • Don't show CTA on Cody Web for PLG #6956

Others

  • Remove chat footer link removals and border fixes #6940

Chore

Auto-Edit

  • Cleanup the logging with the context source for logging #6901

Chat

Marketing

  • Update marketplace and in product logos #6959

Release

  • Upgrade changelog generator #7084
  • Bump package version and update changelog for 1.66 #6971
  • Add support for milestone branch labels for backports #6880
  • Give release scripts consistent names & some clean up #6879
  • Bump package version and update changelog for 1.64 #6876

Others

  • Remove hard-coded 'deep-cody' and replace with constant #7019
  • Report metadata about search result context items separately #6951
  • Use IntelliJ API which is present in all IntelliJ versions #6936

Reverts

Full Changelog: jb-v7.66.0...jb-v7.68.0

Cody for VS Code 1.66.1

07 Feb 20:53
7fad68b
Compare
Choose a tag to compare

✨ See the What’s new in v1.66 changelog for what’s new in this release since v1.65 ✨

v1.66.1 Changes

Full Changelog: vscode-v...vscode-v1.66.1

Cody for VS Code 1.66.0

06 Feb 04:42
Compare
Choose a tag to compare

✨ See the What’s new in v1.66 changelog for what’s new in this release since v1.65 ✨

v1.66.0 Changes

Full Changelog: vscode-v1.64.0...vscode-v1.66.0

Cody for JetBrains 7.66.0

06 Feb 08:39
3659083
Compare
Choose a tag to compare

Download Cody for JetBrains 7.66.0 on JetBrains Marketplace.

We jumped forward a few version numbers, from 7.12 to 7.66, so that similar Cody for JetBrains and Cody for VSCode releases have the same minor version.

Added

  • Support for Enterprise Starter

    • chore(ES): fix cta typo pull/6856
    • chore(ES): update CTAs and eligibility logic pull/6803
  • Chat

    • fix: added extension banner to web pull/6757

Fixed

  • Autocomplete

    • Manually triggering autocomplete works in 2025 EAP pull/6946
  • Chat

    • fix: handle missing spaces around @ mentions in cody chat pull/6842
    • fix: define all base64 characters pull/6837
    • fix(models): ensure Tool Cody is only added when enabled pull/6753
  • Authentication

  • Telemetry & Metrics

    • Fix OpenTelemetryService initialization+observables code and fix the span closure of Chat Spans pull/6807
    • fix(telemetry): add billing metadata to onebox events pull/6802

Changed

  • We have updated our branding and naming! pull/6933 pull/6862

  • Chat

    • chore(client): update display name for agentic model pull/6827
    • Make Play Button stateful and remove intent toggle pull/6833
    • omnibox: open results locally if possible pull/6781
    • mention menu: migrate from codicon to lucide pull/6780
    • fix: remove code search button pull/6855

Full Changelog: jb-v7.12.6...jb-v7.66.0

Cody for VS Code 1.64.0

29 Jan 17:15
986fe40
Compare
Choose a tag to compare

✨ See the What’s new in v1.64 changelog for what’s new in this release since v1.63 ✨

v1.64.0 Changes

Features

  • Added @ mentions support for prompt templates editor
  • Added more control options to Cody web
  • Added auto-edit improvements with temperature value fixes

Bug Fixes

  • Fixed intent handling logic and telemetry
  • Fixed unicode support
  • Fixed pointer cursor display in search results
  • Fixed missing spaces around @ mentions

Full Changelog: vscode-v...vscode-v1.64.0

Cody for VS Code 1.62.1

24 Jan 03:11
Compare
Choose a tag to compare

✨ See the What’s new in v1.62 changelog for what’s new in this release since v1.61 ✨

[1.62.1] - 2024

Changed

  • Version bump to 1.62.1 in package.json

Reverted

  • Removed external authentication provider's support for Cody
  • Removed improvements to authentication error reporting

Cody for VS Code 1.62.0

22 Jan 09:16
d754965
Compare
Choose a tag to compare

✨ See the What’s new in v1.62 changelog for what’s new in this release since v1.61 ✨

v1.62.0 Changes

Full Changelog: vscode-v...vscode-v1.62.0

Cody for VS Code 1.58.0

09 Jan 09:29
119e15f
Compare
Choose a tag to compare

✨ See the What’s new in v1.58 changelog for what’s new in this release since v1.57 ✨

v1.58.0 Changes

Full Changelog: vscode-v...vscode-v1.58.0