9a07696
Update titlebar item spacing
Nate Butler created
9a07696
Update titlebar item spacing
Nate Butler created
8b2732c
`workspace.titlebar` -> `titlebar` in Theme
Nate Butler created
19ca6a8
Seperate online and offline
Mikayla Maki created
825a7cb
Update screenshare toggle, titlebar spacing
Nate Butler created
60ce584
WIP: Add mute icons
Mikayla Maki created
d1bdfa0
Added a dummy action for testing the semantic search functionality in the command palette.
Co-authored-by: maxbrunsfeld <max@zed.dev>
KCaverly and maxbrunsfeld created
4bfe3de
Working incremental index engine, with streaming similarity search!
Co-authored-by: maxbrunsfeld <max@zed.dev>
KCaverly and maxbrunsfeld created
b2de28c
Match original logic when determining server to request formatting
Julia created
37cb202
Rename and toggle screenshare
Mikayla Maki created
b4f9fae
Update share, call control buttons
Nate Butler created
5af3340
Add script for building theme types
Nate Butler created
331800c
Use `icon_button` for leave call
Nate Butler created
3104275
Keep users muted once they undeafen themselves
Piotr Osiewicz created
9389b50
Update local-collaboration.md
Add missing livekit info
Nate Butler created
0548df0
Update local-collaboration.md
Nate Butler created
f311d30
Create local-collaboration.md (#2651)
I forget how to do this every single time 😅 Please update anything that is incorrect! [[PR Description]] Release Notes: - N/A
Nate Butler created
a67eba9
Create local-collaboration.md
I forget how to do this every single time 😅
Nate Butler created
625814d
Merge branch 'main' into collab-titlebar-2
Piotr Osiewicz created
04d93df
vim: indent/outdent (#2644)
Release Notes: - vim: support indent/outdent ([#832](https://github.com/zed-industries/community/issues/832>)).
Nathan Sobo created
fd3ee0e
Vim toggle case (#2648)
Release Notes: - vim: Add ~ to toggle case ([#1410](https://github.com/zed-industries/community/issues/1410))
Nathan Sobo created
29b2639
Merge remote-tracking branch 'origin/main' into vim-indent
Nathan Sobo created
16c2355
vim: Fix scrolling (#2647)
After #2641 we noticed that scrolling didn't take a count parameter, and a few other issues with the way that we calculated the distance to scroll. Release Notes: - Improved distance calculations for page-up/page-down - vim: Allow counts to work with scrolling shortcuts.
Nathan Sobo created
7294314
vim: shortcuts for tab navigation (#2649)
Release Notes: - vim: added gt/ctrl-pagedown and gT/ctrl-pageup for tab navigation
Nathan Sobo created
0fd0b60
vim: Fix code actions menu (#2650)
Fixes: zed-industries/community#1690 I'm not sure this is the correct way to fix this... * A simpler approach would be to just say `!showing_code_actions` in the binding file (as `showing_completions` can only happen in insert mode - and `VimControl` will be false). This seemed a little error prone if more menus were added in the future. * A more complicated approach would be to copy the way this is done from the MouseContextMenu, which registers its own keyboard shortcuts, and as such uses those when it's open. This seems "more correct", but is a major refactoring for a very small reward. Release Notes: - vim: Fix code actions menu ([#1690](https://github.com/zed-industries/community/issues/1690))
Nathan Sobo created
71c0b7d
Add styles for user menu
Piotr Osiewicz created
a1343f0
vim: Fix code actions menu
Fixes: zed-industries/community#1690
Conrad Irwin created
a9aa5e5
vim: Add ~ to change case
Fixes: zed-industries/community#1410
Conrad Irwin created
77dc22b
vim: Fix cursor restoration when undoing substitute
Conrad Irwin created
953e928
WIP: Got the streaming matrix multiplication working, and started work on file hashing.
Co-authored-by: maxbrunsfeld <max@zed.dev>
KCaverly and maxbrunsfeld created
7392080
vim: shortcuts for tab navigation
Conrad Irwin created
02fc5dd
vim: Fix scrolling
After #2641 we noticed that scrolling didn't take a count parameter. The PageDown/PageUp logic was also broken by an additional -1 (for both vim mode and not).
Conrad Irwin created
74b693d
Updated database calls to share single connection, and simplified top_k_search sorting.
Co-authored-by: maxbrunsfeld <max@zed.dev>
KCaverly and maxbrunsfeld created
a09c6b2
Add installation_id to panic events (#2642)
We want to add installation_id to the panic events so that we can easily know if multiple panics are coming from the same person or different people. 5 panics from one person isn't as bad as 5 panics from 5 people. [zed.dev pr](https://github.com/zed-industries/zed.dev/pull/343) Release Notes: - N/A
Joseph T. Lyons created
c0fb98c
Factor out key name
Joseph T. Lyons created
8d1cc88
Merge branch 'main' into add-installation-id-to-panic-events
Joseph T. Lyons created
37814bc
Fix incorrect ThemeAppearance (#2645)
[[PR Description]] When we updated the way themes were built it looks like we accidentally gave `Atelier Forest Light` the wrong `ThemeAppearance`. This PR fixes that. Release Notes: - Fixed the `Atelier Forest Light` theme, which was incorrectly set as a dark theme.
Nate Butler created
0d3e75e
Introduce the ability to load and save conversations with the assistant (#2623)
Closes https://linear.app/zed-industries/issue/Z-1890/save-assistant-conversations-to-the-filesystem Closes https://linear.app/zed-industries/issue/Z-2459/cycling-message-roles-on-the-last-empty-message-alters-the-message Closes https://linear.app/zed-industries/issue/Z-2460/cycling-role-in-an-empty-message-cycles-wrong-messages-role Closes https://linear.app/zed-industries/issue/Z-2365/assistant-toolbar Closes https://linear.app/zed-industries/issue/Z-2461/always-insert-an-empty-message-at-the-end-of-the-conversation Release Notes: - You can now save conversations with the assistant to `~/.config/zed/conversations` with `cmd-s`. Conversations are also automatically saved as they are edited.
Antonio Scandurra created
4372316
Remove assistant panel zoom test
The test was testing pretty straightforward logic, but for some strange reason it was failing on CI (but passed locally). I think it's fine to delete it and make progress, if zooming regresses we'll find out pretty quickly.
Antonio Scandurra created
1dc52c7
Fix incorrect ThemeAppearance
Nate Butler created
d46d3e6
Try fixing test on CI
Antonio Scandurra created
c3e8cae
vim: indent/outdent
Fixes: zed-industries/community#832
Conrad Irwin created
2a8d134
Add installation test binaries for all remaining adapters
Julia created
e77abbf
Add hover state to assistant buttons
Antonio Scandurra created
723c8b9
Show quote selection button
Antonio Scandurra created
e723686
Shwo tooltips for assistant buttons
Antonio Scandurra created
f6edc68
picker: fix warnings
Piotr Osiewicz created
edc7f30
Add assistant icons to the toolbar
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
0f232e0
added file metadata retrieval from db
KCaverly created
7937a16
added brute force search and VectorSearch trait
KCaverly created
5632f24
Handle new elixir-ls release zip name
Julia created