zed/crates
2024-09-04 21:14:22 +02:00
..
activity_indicator Extract an LspStore object from Project, to prepare for language support over SSH (#17041) 2024-08-30 14:36:38 -07:00
anthropic language_model: Add tool results to message content (#17363) 2024-09-04 13:29:01 -04:00
assets
assistant assistant: Propagate LLM stop reason upwards (#17358) 2024-09-04 12:31:10 -04:00
assistant_slash_command Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
assistant_tool assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
audio
auto_update Unmount the auto-update disk image regardless of the auto-update status (#17019) 2024-08-28 21:15:38 -07:00
breadcrumbs
call
channel Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
cli zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
client Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
clock
collab collab: Add GET /models endpoint to LLM service (#17307) 2024-09-03 11:41:32 -04:00
collab_ui Unify Story/StoryContainers (#17114) 2024-08-29 17:27:01 -04:00
collections
command_palette
command_palette_hooks
context_servers context_servers: Pass env variables from settings (#17356) 2024-09-04 12:34:43 -04:00
copilot Fix manual copilot with show_inline_completions: false (#16621) 2024-08-21 20:27:19 -06:00
db Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
dev_server_projects
diagnostics Extract an LspStore object from Project, to prepare for language support over SSH (#17041) 2024-08-30 14:36:38 -07:00
docs_preprocessor Don't rely on relative path for docs preprocessor (#16883) 2024-08-26 11:43:13 -04:00
editor editor: Do not lay out task indicators outside of the viewport (#17250) 2024-09-02 02:07:34 +02:00
extension extension: Delete working directory on uninstall (#17127) 2024-09-03 09:56:47 -04:00
extension_api zed_extension_api: Start a list of pending changes (#16305) 2024-08-15 13:10:46 -04:00
extension_cli
extensions_ui extensions_ui: Truncate long text with an ellipsis (#17007) 2024-08-28 10:47:43 -04:00
feature_flags Add logic for closed beta LLM models (#16482) 2024-08-19 11:09:52 -07:00
feedback inline completions: Add action to toggle inline completions (#16947) 2024-08-27 15:51:57 +02:00
file_finder Fix OpenPathPrompt locally with tilde (#17027) 2024-08-28 14:42:00 -06:00
file_icons
fs Revert "lsp: Watch paths outside of worktrees at language servers request (#17173) (#17206) 2024-08-31 11:17:01 -04:00
fsevent
fuzzy Improve slash commands (#16195) 2024-08-13 23:06:07 -07:00
git Fix git commit popup message bracket (#16279) 2024-08-27 15:18:48 -04:00
git_hosting_providers
go_to_line Show correct number of characters selected (#16420) 2024-08-18 02:24:32 +03:00
google_ai
gpui chore: Fix warning from upcoming Rust 1.81 release 2024-09-04 21:14:22 +02:00
gpui_macros
headless zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
html_to_markdown
http_client
image_viewer image_viewer: Fix image view tab icon lost (#17063) 2024-08-29 11:51:35 +03:00
indexed_docs indexed_docs: Normalize - in crate names to _ when computing rustdoc output path (#16234) 2024-08-14 12:37:02 -04:00
inline_completion_button
install_cli
journal Reuse workspace on new journal entry command if possible (#16924) 2024-08-28 21:18:42 -07:00
language Fix - being a word character for selections (#17171) 2024-08-30 12:34:23 -06:00
language_model language_model: Add tool results to message content (#17363) 2024-09-04 13:29:01 -04:00
language_selector
language_tools Extract an LspStore object from Project, to prepare for language support over SSH (#17041) 2024-08-30 14:36:38 -07:00
languages vtsls: Enable Inlay Hints by default for JavaScript #17232 (#17334) 2024-09-04 08:58:16 +02:00
live_kit_client live_kit_client: Suppress clippy::arc_with_non_send_sync (#16298) 2024-08-15 11:46:43 -04:00
live_kit_server
lsp
markdown Fix a panic when diagnostics contain multiple links (#16601) 2024-08-21 11:18:43 -06:00
markdown_preview
media Update Rust crate bindgen to 0.70.0 (#17024) 2024-08-28 22:12:49 -07:00
menu
multi_buffer Fix - being a word character for selections (#17171) 2024-08-30 12:34:23 -06:00
node_runtime windows: Fix extensions couldn't start if the path contained spaces (#15489) 2024-08-28 19:32:15 -07:00
notifications chore: Remove a bunch of unused structs (#16139) 2024-08-13 01:43:19 +02:00
ollama Ollama max_tokens settings (#17025) 2024-08-30 08:52:00 -04:00
open_ai OpenAI: Fix GPT-4. Only include max_tokens when max_output_tokens provided (#17168) 2024-08-30 14:57:50 -04:00
outline
outline_panel outline_panel: Fix j and k not working in outline panel filter (#17293) 2024-09-04 11:27:07 +02:00
paths Improve dev experience for built-in prompts (#16413) 2024-08-17 12:28:53 -06:00
performance Add a setting to show time to first window draw and frames per second in status bar (#16422) 2024-08-18 15:22:19 -06:00
picker assistant: Add the "create your command" item (#16467) 2024-08-19 12:29:16 -03:00
prettier
project lsp: Fill in version for SnippetEdit from drive (#17360) 2024-09-04 19:31:32 +02:00
project_panel project panel: Always show paste in context menu (and grey it out when it's disabled) (#17262) 2024-09-02 13:44:21 +02:00
project_symbols
proto Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
quick_action_bar Improve Linux terminal keymap and context menu (#16845) 2024-08-26 01:01:46 +03:00
recent_projects zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
refineable
release_channel
remote Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
remote_server Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
repl repl: Make output buffer be readonly, never dirty (#17121) 2024-08-29 18:22:28 -07:00
rich_text
rope
rpc collab: Add GET /models endpoint to LLM service (#17307) 2024-09-03 11:41:32 -04:00
search Improve outline panel performance (#17183) 2024-09-02 01:46:16 +03:00
semantic_index
semantic_version
session
settings Don't rely on relative path for docs preprocessor (#16883) 2024-08-26 11:43:13 -04:00
settings_ui
snippet
snippet_provider Revert "lsp: Watch paths outside of worktrees at language servers request (#17173) (#17206) 2024-08-31 11:17:01 -04:00
sqlez Update Rust crate sqlx to 0.8 [SECURITY] (#16791) 2024-08-28 21:08:15 -07:00
sqlez_macros Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
story story: Remove unneeded lib.name (#17156) 2024-08-30 09:23:45 -04:00
storybook Unify Story/StoryContainers (#17114) 2024-08-29 17:27:01 -04:00
sum_tree
supermaven windows: Fix supermaven (#16203) 2024-08-14 17:01:16 +03:00
supermaven_api windows: Fix supermaven (#16203) 2024-08-14 17:01:16 +03:00
tab_switcher Implement "join pane into next" (#16077) 2024-08-27 00:51:51 +03:00
task
tasks_ui Rename is_local to is_local_or_ssh (#16717) 2024-08-22 21:32:51 -06:00
telemetry_events docs: Update telemetry documentation (#16628) 2024-08-21 20:24:35 -04:00
terminal zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
terminal_view Update Rust crate itertools to v0.13.0 (#17048) 2024-08-28 22:13:35 -07:00
text assistant: Normalize line endings for prompts loaded from templates (#16808) 2024-08-26 10:34:20 -04:00
theme theme: Fallback to opaque color for title_bar.inactive_background (#16833) 2024-08-26 10:26:47 -04:00
theme_importer
theme_selector
time_format
title_bar Unify Story/StoryContainers (#17114) 2024-08-29 17:27:01 -04:00
ui assistant: Insert creases for tool uses (#17330) 2024-09-03 17:52:52 -04:00
ui_input
util chore: Make some of the deps of gpui optional (#16986) 2024-08-28 10:05:50 +02:00
vcs_menu
vim Fix - being a word character for selections (#17171) 2024-08-30 12:34:23 -06:00
welcome zed: Use CLI env for lang servers, tasks, terminal (#17075) 2024-08-29 18:09:06 +02:00
workspace Improve outline panel performance (#17183) 2024-09-02 01:46:16 +03:00
worktree Revert "lsp: Watch paths outside of worktrees at language servers request (#17173) (#17206) 2024-08-31 11:17:01 -04:00
zed v0.153.x dev 2024-09-04 10:30:40 -04:00
zed_actions Improve Linux terminal keymap and context menu (#16845) 2024-08-26 01:01:46 +03:00