Commit log

05ae978 move OpenAICompletionProvider to providers location

KCaverly created

3712794 move OpenAILanguageModel to providers folder

KCaverly created

a62baf3 rename templates to prompts in ai crate

KCaverly created

0b57ab7 cleaned up truncate vs truncate start

KCaverly created

5423012 WIP

Antonio Scandurra created

234ccbe Merge branch 'main' into notifications

Max Brunsfeld created

4a0358a Mark contact acceptance notifications as read automatically

Max Brunsfeld created

f4135e6 WIP

Antonio Scandurra created

fce09e8 Mark chat mention notifications as read when viewing the message

Max Brunsfeld created

909fbb9 Checkpoint

Nathan Sobo created

89f4718 Checkpoint

Nathan Sobo created

2e2825a WIP

Antonio Scandurra created

3740c9d WIP

Antonio Scandurra created

7bb99c9 WIP

Antonio Scandurra created

aa3fb28 WIP

Antonio Scandurra created

b7d30fc WIP

Antonio Scandurra created

ef1a691 update semantic search to use keychain as fallback (#3151)

Click to expand commit body
Use the keychain for authenticating as fallback when api_key is not
present in environment variables.

Release Notes:

- Add consistency between OPENAI_API_KEY management in Semantic Search
and Assistant

Kyle Caverly created

4835c77 update text for project search if not authenticated

KCaverly created

1061156 update semantic search to use keychain as fallback

KCaverly created

e4fe953 Checkpoint

Antonio Scandurra created

f3979a9 Checkpoint

Antonio Scandurra created

fc37abc vcs_menu: Query branches on open instead of per keystroke (#3144)

Click to expand commit body
Release Notes:

- Improved performance of branch picker by querying branches on menu
open instead of querying once per each keystroke. (fixes
zed-industries/community#2161)

Piotr Osiewicz created

b8936e5 Finish room initialization concurrency test

Mikayla created

7e4de2a Restore synchronization

Mikayla created

5365fd2 WIP: Add test for panic, temporarily rollback synchronization changes

Mikayla created

2663874 Move prettier parsers data into languages from LSP adapters (#3150)

Click to expand commit body
Release Notes:

- Fixed incorrect prettier parsers sometimes being applied to certain
files

Kirill Bulatov created

7748848 Move prettier parsers data into languages from LSP adapters

Kirill Bulatov created

0dae0f6 pixel columns (#3052)

Click to expand commit body
@ForLoveOfCats and I found a few speedups that make this acceptably fast
(able to update ~10k selections in <100ms), so the remaining work here
is to fix the tests, and then ship!

Release notes:
- Updated up/down to work based on pixel positions
([#1966](https://github.com/zed-industries/community/issues/1966))
([#759](https://github.com/zed-industries/community/issues/759))
- vim: Fixed off-by-one in visual block mode
([2123](https://github.com/zed-industries/community/issues/2123))

Conrad Irwin created

2de34a9 Hide any circumstantial evidence that this didn't work perfectly first

Click to expand commit body
time

Conrad Irwin created

7719ed0 Remove unnecessary iterator

Marshall Bowers created

fd8e611 Fix panic by disallowing multiple room joins

Conrad Irwin created

15fe262 Remove screen sharing indicator (#3148)

Click to expand commit body
Release Notes:

- Removed the screen-sharing indicator from calls. Newer versions of
macOS have a better indicator, and ours panics when you click on it.

Conrad Irwin created

cbdd1d6 Use `children` instead of `when`

Marshall Bowers created

0806382 Wire up `NotificationsPanel` story

Marshall Bowers created

4dc2440 Enable text wrapping for `Details`

Marshall Bowers created

a6d8915 Document more styles

Marshall Bowers created

f422a3c Add "workspace: Toggle Vim Mode" (#3147)

Click to expand commit body
Co-Authored-By: Marshall <elliott.codes@gmail.com>

Release Notes:

- vim: Add "Toggle Vim Mode" command

Conrad Irwin created

3187222 Remove screen sharing indicator

Click to expand commit body
This is now redundant given macOS has the same icon, and it panics when
you click on it :D.

Conrad Irwin created

fae5b1e Fix build columnar selection logic

Conrad Irwin created

43d682f Handle pixel-down to last line when no trailing newline

Conrad Irwin created

352a554 Fix bug in vim visual block mode

Conrad Irwin created

c7991ef Add "workspace: Toggle Vim Mode"

Click to expand commit body
Co-Authored-By: Marshall <elliott.codes@gmail.com>

Conrad Irwin and Marshall created

1c36134 Fix single column vim selections

Conrad Irwin created

b596b41 Fix test

Conrad Irwin created

cc7df91 Whoops (#3146)

Click to expand commit body
Whoops, this is what I get for working past-midnight lol, I never pushed
the last commit for https://github.com/zed-industries/zed/pull/3141 so
this PR remedies that

Release Notes:
- NA

Julia created

7c3a8a3 Add Tailwind autocomplete in ERB, PHP, and Laravel Blade

Julia created

808976e Magic incantations for Tailwind autocomplete in more languages (#3141)

Click to expand commit body
Release Notes:
- Added Tailwind autocomplete to Svelte files
([#2029](https://github.com/zed-industries/community/issues/2029)).
- Added Tailwind autocomplete to Phoenix HEEX files
([#2057](https://github.com/zed-industries/community/issues/2057)).
- Added Tailwind autocomplete to Phoenix ~H sigil in Elixir files
([#2057](https://github.com/zed-industries/community/issues/2057)).
- Added Tailwind autocomplete to ERB files
([#2153](https://github.com/zed-industries/community/issues/2153)).
- Added Tailwind autocomplete to PHP files
([#2159](https://github.com/zed-industries/community/issues/2159)).
- Added Tailwind autocomplete to Laravel Blade files
([#2159](https://github.com/zed-industries/community/issues/2159)).

Julia created

825c352 Checkpoint

Antonio Scandurra created

b0b7f27 Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2

Marshall Bowers created

c831c57 Remove more unneeded `Clone` bounds

Marshall Bowers created