Releases: sourcegraph/cody
Releases · sourcegraph/cody
Cody for VS Code 0.6.0
Cody: Limit completions to 2 lines in single line mode (#276) This commit limits code completions to 2 lines when in single line mode, to avoid cluttering the editor with too many lines. Added unit tests for: - Completing up to 2 lines - Completing 1 line if the second line is indented This fixes a UX issue where inline completions look like a truncated multi-line completion, e.g.: <img width="758" alt="Screenshot 2023-07-17 at 14 20 48" src="https://github.com/sourcegraph/cody/assets/458591/062048fc-c332-4aca-9feb-187eeed35242"> <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
Cody for VS Code 0.4.4
Release v0.4.4 (#257) Cut release for v0.4.4 The version includes: - fixes for bugs that caused Inline Fixups [unusable](https://sourcegraph.slack.com/archives/C04MSD3DP5L/p1689267101964289) - new feature: plugin - new feature: custom recipe (internal testing only atm)
Cody CLI 0.0.1
add installation instructions from the published npm package (#251) ## Test plan n/a
Cody for VS Code 0.4.3
vscode-v0.4.3 Cody: Update extension display name (#74)