3698e89
Checkpoint
Nathan Sobo created
3698e89
Checkpoint
Nathan Sobo created
bfa211f
Checkpoint
Antonio Scandurra created
dc40ac8
WIP
Antonio Scandurra created
2b6d041
Checkpoint
Antonio Scandurra created
8a58733
Checkpoint
Antonio Scandurra created
e49b411
Checkpoint
Antonio Scandurra created
933c21f
add initial (non updating status) toast
KCaverly created
f40d3e8
add user prompt for permission to index the project, for context retrieval
KCaverly created
08464ee
Checkpoint
Antonio Scandurra created
12ba10b
Checkpoint
Antonio Scandurra created
dcaf4c9
Checkpoint
Nathan Sobo created
6046ed4
Checkpoint
Nathan Sobo created
1a2756a
start greedily indexing when inline assistant is started, if project has been previously indexed
KCaverly created
ed894cc
only render retrieve context button if semantic index is enabled
KCaverly created
166ca2a
catching up with main
KCaverly created
cf5d89d
Leverage embeddings query to collapse syntax nodes if not selected (#3067)
Reverts zed-industries/zed#3049
Kyle Caverly created
9f16053
move collapsed only matches outside item parent in embedding.scm
KCaverly created
bfe7646
add retrieve context button to inline assistant
KCaverly created
18e7305
Change channel join behavior
- Clicking on a channel name now joins the channel if you are not in it - (or opens the notes if you are already there). - When joining a channel, previously shared projects are opened automatically. - If there are no previously shared projects, the notes are opened.
Conrad Irwin created
d9813a5
show host in titlebar (#3072)
Release Notes: - show host in the titlebar of shared projects - clicking on faces in the titlebar will now always follow the person (it used to toggle) - clicking on someone in the channel panel will follow that person - highlight the currently open project in the channel panel - fixes a bug where sometimes following between workspaces would not work
Conrad Irwin created
d7867cd
Add/fix mouse interactions in current call sidebar
Conrad Irwin created
30afc8b
WIP: Panel
Marshall Bowers created
32b4b4d
Add message and operation ACK messages to protos
Mikayla created
7d32a71
Add memory and cpu events (#3080)
Release Notes: - N/A
Joseph T. Lyons created
892350f
Add memory and cpu events
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
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
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
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
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)
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)
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
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
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
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)
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