Commit log

30afc8b WIP: Panel

Marshall Bowers created

32b4b4d Add message and operation ACK messages to protos

Mikayla created

7d32a71 Add memory and cpu events (#3080)

Click to expand commit body
Release Notes:

- N/A

Joseph T. Lyons created

892350f Add memory and cpu events

Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>

Joseph T. Lyons and Julia created

0db4b29 Avoid N+1 query for channels with new messages

Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>

Max Brunsfeld and Mikayla created

74ac6eb Begin building out new `ui` crate in `storybook2`

Marshall Bowers created

d9d997b Avoid N+1 query for channels with notes changes

Click to expand commit body
Also, start work on new timing for recording observed notes edits.

Co-authored-by: Mikayla <mikayla@zed.dev>

Max Brunsfeld and Mikayla created

84c4db1 Avoid spurious notifies in chat channel select

Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>

Max Brunsfeld and Mikayla created

528fa5c Refactor to remove toggle_follow

Conrad Irwin created

9a9a35b Move `Sized` bound up onto `StyleHelpers`

Marshall Bowers created

d14dc35 Merge branch 'gpui2' into marshall/gpui2-playground

Marshall Bowers created

27d784b Fix bug in following

Click to expand commit body
Prior to this change you could only follow across workspaces when you
were heading to the first window.

Conrad Irwin created

9e1f7c4 Mainline GPUI2 UI work (#3079)

Click to expand commit body
This PR mainlines the current state of new GPUI2-based UI from the
`gpui2-ui` branch.

Release Notes:

- N/A

---------

Co-authored-by: Nate Butler <iamnbutler@gmail.com>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Nate <nate@zed.dev>

Marshall Bowers , Nate Butler , Piotr Osiewicz , and Nate created

77e67c1 Fix deadlock when obtaining the font ID

Marshall Bowers created

9158225 WIP

Nathan Sobo created

66ef554 Checkpoint

Nathan Sobo created

79e1e1a Checkpoint

Nathan Sobo created

0b13c0a Checkpoint

Nathan Sobo created

08361eb Detach completion confirmation task when selecting with mouse (#3078)

Click to expand commit body
Otherwise the spawn to resolve the additional edits never runs causing
autocomplete to never add imports automatically when clicking with the
mouse

Release Notes:

- Fixed auto-complete additional edits, such as auto-import, not
applying when selecting a completion with a mouse click.

Julia created

3d68fca Detach completion confirmation task when selecting with mouse

Click to expand commit body
Otherwise the spawn to resolve the additional edits never runs causing
autocomplete to never add imports automatically when clicking with the
mouse

Julia created

7f44083 Remove unused function

Conrad Irwin created

39af2bb Ensure notifications are dismissed

Click to expand commit body
Before this change if you joined a project without clicking on the
notification it would never disappear.

Fix a related bug where if you have more than one monitor, the
notification was only dismissed from one of them.

Conrad Irwin created

e963726 add placeholder button for retrieving additional context

KCaverly created

f20f096 searching the semantic index, and passing returned snippets to prompt generation

KCaverly created

9dc2927 Add a screen for gpui tests

Click to expand commit body
Allows me to test notifications

Conrad Irwin created

bf5d9e3 Sort matches before processing them

Antonio Scandurra created

d70014c Summarize file in the background

Antonio Scandurra created

a785eb9 auto-update: Link to the current release's changelog, not the latest one (#3076)

Click to expand commit body
An user complained in zed-industries/community#2093 that we always link
to the latest release changelog, not the one that they've just updated
to.


Release Notes:
- Fixed changelog link in update notification always leading to the
latest release changelog, not the one that was updated to. Fixes
zed-industries/community#2093.

Piotr Osiewicz created

f52200a Prevent deploying the inline assistant when selection spans multiple excerpts

Antonio Scandurra created

df7ac9b :lipstick:

Antonio Scandurra created

64a5568 Summarize the contents of a file using the embedding query

Antonio Scandurra created

1d5b665 Implement channel changes for messages

Mikayla created

51cf6a5 Add database implementation of channel message change tracking

Mikayla created

e0ff7ba Add channel note indicator and clear changed status

Mikayla created

9ba975d Channel notifications from the server works

Mikayla created

1469c02 Add observed_channel_notes table and implement note diffing

Mikayla created

95e09dd Add Nushell support to venv activation (#3073)

Click to expand commit body
This PR adds an option to run `activate.nu` in the automatic venv
activation code (relevant comment
[here](https://github.com/zed-industries/community/issues/2103#issuecomment-1742355651))

Release Notes:

- Added a `nushell` option to the
`terminal.detect_venv.on.activate_script` setting
([2103](https://github.com/zed-industries/community/issues/2103)).

Joseph T. Lyons created

e5e63ed Add Nushell support to venv activation

Joseph T. Lyons created

4212a45 WIP

Nathan Sobo created

ef01a64 Fix infinite loop

Nathan Sobo created

46b4118 Checkpoint: Things are running, but with a stack overflow

Marshall Bowers created

c7fc5f3 Checkpoint: Fix downcasting

Marshall Bowers created

f50a23a Adjust window dimensions

Click to expand commit body
Since resizing freezes the window.

Marshall Bowers created

43a1296 Checkpoint: Storybook window showing

Marshall Bowers created

3b38641 Fix stack overflow by removing `Deref` and `DerefMut` impls

Marshall Bowers created

8cac89d Checkpoint: Compiling

Marshall Bowers created

92bb9a5 Make following more good

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

Conrad Irwin and Max Brunsfeld created

963f179 Checkpoint: Cast through `std::mem::transmute`

Marshall Bowers created

103183f WIP: Parameterize over thread

Marshall Bowers created

1cfc2f0 Show host in titlebar

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

Conrad Irwin and Max Brunsfeld created