Commit log

b495669 Fix neovim tests with angle brackets

Conrad Irwin created

3cf98c4 Add | as a bracket and a motion

Click to expand commit body
Although vim/nvim doesn't have | as brackets, it's common in langauges like Rust
and Ruby, and I expect it to work.

Conrad Irwin created

9589f55 Fix some bugs with vim objects

Click to expand commit body
- softwrap interaction
- correct selection if cursor is on opening marker

Conrad Irwin created

a0b667a WIP

Antonio Scandurra created

e7c04d4 Checkpoint

Antonio Scandurra created

72435af Checkpoint

Antonio Scandurra created

ce75be9 Checkpoint

Antonio Scandurra created

db6a3e1 WIP

Antonio Scandurra created

763b13e Avoid duplicate acks for messages with mentions

Max Brunsfeld created

59adcc1 Load more notifications when scrolling down

Max Brunsfeld created

50bbdd5 WIP

Antonio Scandurra created

5d10dc7 WIP

Antonio Scandurra created

7171818 WIP

Antonio Scandurra created

4803346 WIP

Antonio Scandurra created

6ffeb04 WIP

Antonio Scandurra created

23400a5 Start styling notification panel

Max Brunsfeld created

c20e781 Inherit PATH in zed-local script

Max Brunsfeld created

2b780ee add base model to EmbeddingProvider, not yet leveraged for truncation

KCaverly created

d1dec83 move OpenAIEmbeddings to OpenAIEmbeddingProvider in providers folder

KCaverly created

d813ae8 replace OpenAIRequest with more generalized Box<dyn CompletionRequest>

KCaverly created

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