Commit log

53b4823 v0.81.x preview

Joseph Lyons created

3b6c975 Merge pull request #2357 from zed-industries/update-eula

Click to expand commit body
Update EULA

Joseph T. Lyons created

5becdbd Fix spacing in EULA

Joseph Lyons created

af826f5 Merge pull request #2359 from zed-industries/prefer-right-statusbar-items

Click to expand commit body
Prioritize displaying right statusbar items overtop left items if needed

Julia created

77bb52f Prioritize displaying right statusbar items overtop left items if needed

Julia created

64428ba Merge pull request #2358 from zed-industries/more-copilot-fixes

Click to expand commit body
Invalidate copilot suggestion on backspaces

Mikayla Maki created

78742d5 Add additional case to range invalidation test

Click to expand commit body
co-authored-by: antonio <antonio@zed.dev>

Mikayla Maki and antonio created

b585470 Invalidate copilot suggestion on backspaces

Click to expand commit body
Restore an observation on initialization

co-authored-by: antonio <antonio@zed.dev>

Mikayla Maki and antonio created

e2c690c Merge pull request #2356 from zed-industries/copilot-on-preview

Click to expand commit body
Disable Copilot entirely for stable releases

Antonio Scandurra created

0d0f6b5 Update EULA

Nathan Sobo created

7ba46a0 Honor `ZED_RELEASE_CHANNEL` environment variable only in development

Click to expand commit body
We don't want people to be able to override the release channel in
production.

Antonio Scandurra created

15b26e1 Disable Copilot entirely for stable releases

Click to expand commit body
This lets us remove the logic for detecting whether a user is a staff
member.

Antonio Scandurra created

781d065 Merge pull request #2355 from zed-industries/refine-copilot

Click to expand commit body
Iterate some more on Copilot

Antonio Scandurra created

03a4c9d Use the cursor variable instead of selection.start

Antonio Scandurra created

dd416cd :memo:

Antonio Scandurra created

f920e02 Indent instead of accepting suggestion if cursor is in leading whitespace

Antonio Scandurra created

908a7cf :lipstick:

Antonio Scandurra created

dcd8bdf Update visible suggestion if edit occurs outside the current editor

Antonio Scandurra created

6e821ee Prevent `tab` from accepting a copilot suggestion when it isn't visible

Antonio Scandurra created

661be7b Refresh copilot suggestions when accepting a completion

Antonio Scandurra created

7a7dc95 Refresh copilot suggestions when undoing/redoing

Antonio Scandurra created

399451b Capture copilot behavior in a editor unit test

Antonio Scandurra created

808ddc2 Merge pull request #2353 from zed-industries/more-intuitive-autocomplete-with-copilot

Click to expand commit body
Match VS Code's behavior when deciding whether to show Copilot suggestion

Antonio Scandurra created

65fd605 Revert "Return the previous suggestion when replacing it"

Click to expand commit body
This reverts commit 971c88db809f448cada0fcdfea53051fedac84f3.

Antonio Scandurra created

e7150d0 Merge pull request #2354 from zed-industries/nate/fix-embedded-highlight-in-ruby

Click to expand commit body
Fix embedded highlight in ruby

Nate Butler created

7ff97e5 Fix embedded highlight in ruby

Nate Butler created

b58ac81 Trigger copilot only on insertion and deletion

Click to expand commit body
Also, avoid showing the suggestion if a completion is in progress to
avoid flickering.

Antonio Scandurra created

971c88d Return the previous suggestion when replacing it

Antonio Scandurra created

a2aad31 Merge pull request #2352 from zed-industries/debounce-copilot

Click to expand commit body
Debounce copilot completions

Antonio Scandurra created

e970d84 Debounce copilot completions

Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>

Antonio Scandurra and Nathan Sobo created

5df5973 Merge pull request #2351 from zed-industries/more-copilot-enhancements

Click to expand commit body
Fix additional Copilot issues

Antonio Scandurra created

60955fb Refresh active copilot suggestion when accepting completion

Antonio Scandurra created

79d5bb4 Clear Copilot suggestions when it gets disabled from the settings

Antonio Scandurra created

abf158a Merge pull request #2347 from zed-industries/disable-yaml-key-ordering

Click to expand commit body
Disable key ordering diagnostic for YAML

Antonio Scandurra created

91d8598 Merge pull request #2350 from zed-industries/copilot-disable

Click to expand commit body
Disable copilot unless the staff mode flag is flipped

Mikayla Maki created

fa32a20 fixup! fixup! fixup! removed copilot from generated schema and command palette

Mikayla Maki created

a1abe8d fixup! fixup! removed copilot from generated schema and command palette

Mikayla Maki created

ae6a671 fixup! removed copilot from generated schema and command palette

Mikayla Maki created

47de4dc removed copilot from generated schema and command palette

Mikayla Maki created

6bfecd7 Refactor staff mode into a seperate crate and make copilot initialization wait for the staff mode flag to be flipped

Mikayla Maki created

55297c1 Merge pull request #2348 from zed-industries/copilot-feedback

Click to expand commit body
Fix issues from copilot feedback

Mikayla Maki created

1627cf7 Add standard copilot keybinding

Mikayla Maki created

bab0e88 Fix bug where copilot auth window will only be shown once

Mikayla Maki created

2e33f8b fixup! Remove per-file copilot enable/disable

Mikayla Maki created

48d9c30 Remove per-file copilot enable/disable

Mikayla Maki created

0250898 Enable copilot in all file types by default

Mikayla Maki created

2c0a645 Provide `workspace_folders` capability when initializing LSP

Click to expand commit body
This fixes the YAML language server which was erroring on startup
after adding the `did_change_watched_files` capability in #2258.

Antonio Scandurra created

588b2da Disable key ordering diagnostic for YAML language server

Antonio Scandurra created

6955765 Merge pull request #2346 from zed-industries/petros/z-360-dragging-file-from-tree-to-split-results

Click to expand commit body
Fix dragging file from tree to split results in empty pane

Petros Amoiridis created

5a39772 Do not drop the task

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Petros Amoiridis and Antonio Scandurra created