Commit log

29a3203 Start message numbering during prettier init, log error message text

Kirill Bulatov created

7841a56 Start work on defining color scales

Marshall Bowers created

b34f0c3 update prettier2, call2 and project2 to use fs2

KCaverly created

033d0ae Remember default prettier and its plugin installation

Kirill Bulatov created

0128079 WIP

Antonio Scandurra created

78573fb Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

942167e Format `ui2`

Marshall Bowers created

0efbc81 port ai to zed2 (#3186)

Click to expand commit body
port ai to zed2

Kyle Caverly created

c17b246 updated for model handle rename

KCaverly created

bc4f8fb Rename other references from "handle" to "model"

Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Mikayla <mikayla@zed.dev>

Antonio Scandurra , Max , and Mikayla created

5ff70f7 keeping this bad boy green during fmt checks

KCaverly created

ba789fc Remove old theme constructs

Marshall Bowers created

d5077d9 Merge branch 'zed2' of github.com:zed-industries/zed into zed2-ai

KCaverly created

1a54ac0 Rename Handle to Model

Antonio Scandurra created

04ab685 port ai crate to ai2, with all tests passing

KCaverly created

14d24a9 Remove references to `old_theme`

Marshall Bowers created

7bacdef Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

7b4e699 Remove `themed` wrapper

Marshall Bowers created

204aba0 Merge branch 'main' of github.com:zed-industries/zed into zed2

KCaverly created

510ab60 zed2-backport: Elixir next ls bad cpu type (#3185)

Piotr Osiewicz created

e63a611 lsp/next-ls: Fix wrong nls binary being fetched.

Click to expand commit body
CPU types had to be swapped around.

Fixed zed-industries/community#2185

Piotr Osiewicz created

08e9b2e added parsing support for <|S| |E|> spans

KCaverly created

dc8a853 lsp/next-ls: Fix wrong nls binary being fetched. (#3181)

Click to expand commit body
CPU types had to be swapped around.

Fixed zed-industries/community#2185

Release Notes:
- Fixed Elixir next-ls LSP installation failing due to fetching a binary
for the wrong architecture (zed-industries/community#2185).

Piotr Osiewicz created

b31a004 Add `menu2` crate

Marshall Bowers created

d3cd5f3 Format `theme2`

Marshall Bowers created

3d8516b Convert all themes

Marshall Bowers created

7a66eba Emit modules for each theme

Marshall Bowers created

4986d47 Model cleanup (#3157)

Click to expand commit body
Small reorganization for the AI crates. I seperated out the base traits
and providers, to get closer to an abstraction for AI completions as
opposed to OpenAI specific functionality.

Kyle Caverly created

142b94b Merge branch 'main' of github.com:zed-industries/zed into model_cleanup

KCaverly created

f3c113f clean up warnings and fix tests in the ai crate

KCaverly created

2879d23 Revert changes to themes

Marshall Bowers created

3591ffe Emit all themes at once

Marshall Bowers created

b8ae949 Merge branch 'zed2' of github.com:zed-industries/zed into zed2

Marshall Bowers created

61cc3b9 Factor out `ThemePrinter` into its own module

Marshall Bowers created

a2c3971 moved authentication for the semantic index into the EmbeddingProvider

KCaverly created

25e882d Remove randomness from GPUI2 block_with_timeout

Antonio Scandurra created

b3c3ada Port prettier panic fix to gpui2

Kirill Bulatov created

bd30ce8 Do not panic when looking for prettier (#3182)

Click to expand commit body
Fixes
https://zed-industries.slack.com/archives/C04S6T1T7TQ/p1698655595438009

Instead of checking FS, derive the prettier path needed and let prettier
invocation fail in logs instead.

Kirill Bulatov created

6aca228 Do not panic when looking for prettier (#3182)

Click to expand commit body
Fixes
https://zed-industries.slack.com/archives/C04S6T1T7TQ/p1698655595438009

Instead of checking FS, derive the prettier path needed and let prettier
invocation fail in logs instead.

Kirill Bulatov created

b46a4b5 Be more lenient when searching for prettier instance

Click to expand commit body
Do not check FS for existence (we'll error when start running prettier),
simplify the code for looking it up

Kirill Bulatov created

249bec3 Do not panic on prettier search

Kirill Bulatov created

f16ff79 Properly log prettier paths

Kirill Bulatov created

96bbb5c Properly log prettier paths

Kirill Bulatov created

37a561d Do not call `scroll_to()` twice when circularly navigating popover menus (#3180)

Click to expand commit body
The tweaks made to add circular navigation to autocompletion / code
action menus accidentally was calling `scroll_to` twice in some cases -
just fixing that.

Release Notes:

- N/A

Joseph T. Lyons created

dd89b2e Pull duplicate call out of `if`-`else` block

Joseph T. Lyons created

34747bb Do not call `scroll_to` twice

Joseph T. Lyons created

1e8b23d replace api_key with ProviderCredential throughout the AssistantPanel

KCaverly created

558f54c added credential provider to completion provider

KCaverly created

10b581f Port journal to GPUI2 (#3178)

Click to expand commit body
Release Notes:

- N/A

Joseph T. Lyons created

6b65d76 Port journal to GPUI2

Joseph T. Lyons created