Commit log

05c97ed Fix segfault with remote track publications

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

Mikayla Maki and antonio created

d78fbbc Add title to assistant panel and move + to right

Nathan Sobo created

5ffe74f Fix race condition in sharing mic on connection

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

Mikayla Maki and antonio created

6e4439b feat: move gen to styles and add scripts

Sergey Onufrienko created

a9fec7f fix: create schemas folder

Sergey Onufrienko created

01b9e88 chore: move schema gen to theme

Sergey Onufrienko created

43b912b chore: ignore generated files

Sergey Onufrienko created

a011ced Allow loading a previously-saved conversation

Antonio Scandurra created

bd97767 Run LSP response deserialization outside of main thread

Click to expand commit body
Improves latency when big inlay hints LSP responses for ~8k line files

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>

Kirill Bulatov and Antonio Scandurra created

06701e7 WIP

Antonio Scandurra created

9217224 Finish renaming `AssistantEditor` to `ConversationEditor`

Antonio Scandurra created

0932149 Fix filename

Nathan Sobo created

3a61fd5 WIP: Trying to display the toolbar but tired. May be worth discarding this.

Nathan Sobo created

23bc11f Remove the nested Pane from the assistant

Click to expand commit body
Since we don't want tabs, I think it would be better to render the toolbar
for ourselves directly and handle switching between conversations.

Co-Authored-By: Julia Risley <julia@zed.dev>

Nathan Sobo and Julia Risley created

7a051a0 Panic in debug if global settings can't be deserialized from defaults

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Julia Risley <julia@zed.dev>

Nathan Sobo , Max Brunsfeld , and Julia Risley created

5860b7b Add copy-on-click to diagnostic messages (#2634)

Click to expand commit body
I finally got fed up with being unable to copy error messages. This adds
a click target and tooltip to f8-style diagnostics that copies their
text on click.

Release Notes:

- Added the ability to copy under-line diagnostic errors on click

Mikayla Maki created

11125a6 Add copy-on-click to diagnostic messages

Mikayla Maki created

f1dc612 Fix rebase mistake

Mikayla Maki created

b1b4b56 Add zed typescript settings

Click to expand commit body
Remove 2 space indent

Mikayla Maki created

da94014 Fix flipped boolean

Mikayla Maki created

dacfd70 Remove unescessary enum

Mikayla Maki created

60b4054 Fix up toggles

Piotr Osiewicz created

ae53c3e WIP: Start updating style trees to new `toggle()` format.

Nate Butler created

61535ed Update toggle, add tests

Nate Butler created

040881d Update toggle

Nate Butler created

5c034ab Format

Nate Butler created

1f3feac Add path aliases

Nate Butler created

5369f2c Set up vitest and add tests for `interactive`

Nate Butler created

4bd89c4 further style adjustments; cargo-run works

Piotr Osiewicz created

6363094 Fix up uses of interactive

Piotr Osiewicz created

247f618 Update the interactive function

Nate Butler created

1656470 Use TS-flavored doc comments

Nate Butler created

31c1177 Adjust some of the styles to the new Toggleable format

Piotr Osiewicz created

198a446 Implement Toggleable<T> and Interactive<T> properly

Piotr Osiewicz created

c47d1e9 Add toggle.ts and interactive.ts

Piotr Osiewicz created

b9959ff Do not flatten Interactive::default

Piotr Osiewicz created

0256f89 Rename on/off states to active/inactive

Piotr Osiewicz created

e92015b Split out Interactive<T> into Toggle<T> and Interactive<T>

Piotr Osiewicz created

9b77caf Add a mic sharing to room joining

Mikayla Maki created

8273e08 Add is_muted and is_deafened

Mikayla Maki created

bd7f8e8 Scan conversations dir on assistant panel open and on changes

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Nathan Sobo and Julia Risley created

cf4251f Fix deafened -> enabled mistranslation

Click to expand commit body
Fix mislocation of caller query in detach_and_log_error
Fix incorrect wording on livekit integration
Add share_mic action for manually enabling the microphone
Make mic sharing wait until the room has been fully established

Mikayla Maki created

f91e95f Merge branch 'main' into fix-broken-lsp-installations

Julia created

dbd95e3 fmt

Mikayla Maki created

b828a74 Add deafen controls

Mikayla Maki created

230b4d2 Add SavedConversation::list() method

Click to expand commit body
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Nathan Sobo and Kyle Caverly created

9f78394 Wait until we have a summary before saving a conversation

Click to expand commit body
Also, avoid collisions by adding a discriminant.

Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Nathan Sobo and Kyle Caverly created

c416551 Don't use the summary as the filename if it's not done yet

Antonio Scandurra created

f904698 Use the `OPENAI_API_KEY` environment variable when present

Antonio Scandurra created

31a70ef Autosave conversations

Antonio Scandurra created