Skip to content

Releases: sourcegraph/cody

Cody for VS Code 0.6.0

17 Jul 14:44
6a9b5fe
Compare
Choose a tag to compare
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

14 Jul 19:52
e75cbc9
Compare
Choose a tag to compare
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

14 Jul 08:17
@sqs sqs
1139d37
Compare
Choose a tag to compare
add installation instructions from the published npm package (#251)

## Test plan

n/a

Cody for VS Code 0.4.3

11 Jul 10:02
fe53d85
Compare
Choose a tag to compare
vscode-v0.4.3

Cody: Update extension display name (#74)