zed/crates
Joseph T. Lyons a9eb480f3c
Remove feedback modal (#39954)
The feedback modal did not match our keyboard-driven design. We can
revisit this later if we want, but for now, removing it makes sense. All
actions have been inlined in the `Help` menu to maintain
discoverability.

Additionally, not all feedback-based actions in the command palette were
namespaced under `feedback:`, and now they are, so they can all be found
there easily.

Release Notes:

- Notice: The `Give Feedback` modal has been removed. The options to
file bug reports, feature requests, email us, and open the Zed
repository can now be found within the `Help` menu directly. The command
palette actions have undergone the following changes:

- `feedback: give feedback` (removed)
- `feedback: file bug report` (no change)
- `zed: request feature` → `feedback: request feature`
- `zed: email zed` → `feedback: email zed`
- `zed: open zed repo` → `contribute: open zed repo`
2025-10-10 15:14:37 +00:00
..
acp_thread acp_thread: If available, use git bash over powershell in terminal tool (#39466) 2025-10-06 13:39:19 +02:00
acp_tools acp: Rename dev command (#36908) 2025-08-25 16:04:44 -06:00
action_log Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
activity_indicator auto_update: Show update error on hover and open logs on click (#38241) 2025-09-16 08:07:02 +00:00
agent Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
agent2 agent2: Expand auto-retries for completion errors (#39787) 2025-10-08 15:52:06 +00:00
agent_servers Avoid spawning external agent process when AI is disabled at startup (#39649) 2025-10-07 01:01:17 +00:00
agent_settings Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
agent_ui Remove codex feature flag (#39878) 2025-10-09 16:17:49 +00:00
ai_onboarding Remove billing-v2 feature flag (#38843) 2025-09-25 02:11:48 +00:00
anthropic Default to Sonnet 4.5 in BYOK (#39132) 2025-09-29 18:56:03 +00:00
askpass windows: Use nc-esque ssh askpass auth for remoting (#39646) 2025-10-07 09:48:03 +02:00
assets Use IBM Plex Sans / Lilex (#36084) 2025-08-13 13:25:52 -06:00
assistant_context assistant_context: Fix thread_summary_model not getting used in Text Threads (#38859) 2025-09-25 14:41:49 +02:00
assistant_slash_command Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
assistant_slash_commands diagnostics: Reduce cloning of DiagnosticEntry (#39193) 2025-09-30 11:41:49 +00:00
assistant_tool windows: Fix inconsistent separators in buffer headers and breadcrumbs (#38898) 2025-09-25 22:24:32 +00:00
assistant_tools Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
audio audio: Move log::info into a global import (#39810) 2025-10-08 20:30:27 +00:00
auto_update Change windows asset name to match other platforms (#39936) 2025-10-10 15:44:48 +02:00
auto_update_helper Fix Ctrl+C not working when Zed is launched from CLI (#39482) 2025-10-06 20:35:44 +00:00
auto_update_ui Use serde 1.0.221 instead of serde_derive hackery (#38137) 2025-09-14 14:01:04 +02:00
aws_http_client
bedrock Default to Sonnet 4.5 in BYOK (#39132) 2025-09-29 18:56:03 +00:00
breadcrumbs Revert "Remote LSP logs (#36709)" (#37051) 2025-08-27 23:24:19 +00:00
buffer_diff sum_tree: Reduce Cursor size for contextless summary types (#38776) 2025-09-24 14:35:38 +02:00
call Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
channel Remove Chat (#37789) 2025-09-08 21:53:17 -06:00
cli Fix Ctrl+C not working when Zed is launched from CLI (#39482) 2025-10-06 20:35:44 +00:00
client Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
clock
cloud_api_client http_client: Relax lifetime bounds and add fluent builder methods (#38448) 2025-09-19 01:39:26 +02:00
cloud_api_types Make plans backwards compatible (#37941) 2025-09-10 20:11:07 +00:00
cloud_llm_client zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
cloud_zeta2_prompt zeta2 cli: Include section ranges in new full output format (#39203) 2025-09-30 14:30:13 +00:00
codestral Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
collab lsp: Serialize LSP notifications on background threads (#39403) 2025-10-08 19:48:40 +00:00
collab_ui Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
collections Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
command_palette Bump Rust to 1.90 (#38436) 2025-09-22 14:36:10 -07:00
command_palette_hooks docs: Add missing docs for CommandInterceptResult fields (#39676) 2025-10-08 20:20:50 +03:00
component tests: Fix doctests in crates/component (#37716) 2025-09-08 12:23:33 +03:00
context_server Improve command logging and log_err module paths (#39674) 2025-10-07 12:11:15 +00:00
copilot lsp: Serialize LSP notifications on background threads (#39403) 2025-10-08 19:48:40 +00:00
crashes zed: Add binary type to sentry crash tags (#39107) 2025-09-29 09:03:00 -07:00
credentials_provider Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
dap debugger: Add support for remote browser debugging (#39248) 2025-10-08 21:57:57 +00:00
dap_adapters debugger: Add support for remote browser debugging (#39248) 2025-10-08 21:57:57 +00:00
db Centralize ZED_STATELESS (#37492) 2025-09-03 22:10:14 +00:00
debug_adapter_extension Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
debugger_tools Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
debugger_ui editor: Shrink DisplayMapSnapshot from 824 to 256 bytes (#39568) 2025-10-06 08:08:49 +00:00
deepseek Change DeepSeek max token count to 128k (#36864) 2025-09-04 05:51:48 +00:00
denoise Fix experimental audio, add denoise, auto volume.Prep migration (#38874) 2025-09-25 15:11:12 +02:00
diagnostics editor: Shrink DisplayMapSnapshot from 824 to 256 bytes (#39568) 2025-10-06 08:08:49 +00:00
docs_preprocessor docs_preprocessor: Update deprecated actions message (#39062) 2025-09-29 10:11:48 -04:00
edit_prediction Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
edit_prediction_button Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
edit_prediction_context zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
editor git_ui: Fix open diff for untracked files when sorting by path enabled (#39862) 2025-10-09 14:34:52 +00:00
eval Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
explorer_command_injector Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
extension JSON Schema URIs (#38916) 2025-09-26 11:41:26 -04:00
extension_api Windows: Fix issues with paths in extensions (#37811) 2025-09-11 13:56:06 -07:00
extension_cli Forbid std::process::Command spawning, replace with smol where appropriate (#38894) 2025-09-26 15:17:36 +00:00
extension_host Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
extensions_ui Improve command logging and log_err module paths (#39674) 2025-10-07 12:11:15 +00:00
feature_flags Remove codex feature flag (#39878) 2025-10-09 16:17:49 +00:00
feedback Remove feedback modal (#39954) 2025-10-10 15:14:37 +00:00
file_finder file_finder: Fix path matching on starting slash (#39480) 2025-10-08 16:42:39 +01:00
file_icons Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
fs Optimize fs_watcher to use less RAM by doing less work (#39602) 2025-10-06 18:24:28 +02:00
fsevent fsevent: Check CFURLCreateFromFileSystemRepresentation return value (#38996) 2025-09-26 22:28:52 +00:00
fuzzy Clean up RelPath API (#38912) 2025-09-25 14:42:32 -07:00
git Fix Git permalinks not being URL-escaped (#39895) 2025-10-09 18:33:05 +00:00
git_hosting_providers Fix Git permalinks not being URL-escaped (#39895) 2025-10-09 18:33:05 +00:00
git_ui git_ui: Fix open diff for untracked files when sorting by path enabled (#39862) 2025-10-09 14:34:52 +00:00
go_to_line project search: Reduce hangs on main thread (#39857) 2025-10-09 13:11:11 +02:00
google_ai Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
gpui gpui: Fix uniform list scroll to offset for Top and Bottom strategies (#39938) 2025-10-10 18:19:58 +05:30
gpui_macros Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
gpui_tokio Use Tokio::spawn instead of getting an executor handle (#36701) 2025-08-21 17:19:57 +00:00
html_to_markdown Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
http_client Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
http_client_tls
icons rules library: Improve delineation of default and non-default rules (#39209) 2025-09-30 12:27:23 -03:00
image_viewer Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
inspector_ui inspector_ui: Align with title bar, other visual tweaks (#39697) 2025-10-08 12:10:53 -06:00
install_cli zed: Hide Install CLI menu button on Windows (#37843) 2025-09-09 20:56:08 +02:00
journal Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
json_schema_store lsp: Serialize LSP notifications on background threads (#39403) 2025-10-08 19:48:40 +00:00
keymap_editor keymap editor: Adjust the "edit in keymap.json" button (#39789) 2025-10-08 13:03:15 -03:00
language zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
language_extension Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
language_model Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
language_models ollama: Resolve context window size via API (#39941) 2025-10-10 12:59:52 +00:00
language_onboarding Hide BasedPyright banner in toolbar when dismissed (#38135) 2025-09-15 09:43:04 +02:00
language_selector Add ability to hide status bar (#39430) 2025-10-03 20:11:21 -06:00
language_tools lsp: Serialize LSP notifications on background threads (#39403) 2025-10-08 19:48:40 +00:00
languages Add support for xonsh shell (#39834) 2025-10-09 12:00:22 +02:00
line_ending_selector Fix crash when filtering items in Picker (#37929) 2025-09-10 23:06:09 +05:30
livekit_api
livekit_client Fix experimental audio, add denoise, auto volume.Prep migration (#38874) 2025-09-25 15:11:12 +02:00
lmstudio language_models: Fix tool_choice null issue for other providers (#34554) 2025-09-03 01:22:57 +02:00
lsp lsp: Serialize LSP notifications on background threads (#39403) 2025-10-08 19:48:40 +00:00
markdown editor: Represent scroll offset with more precision (#39367) 2025-10-02 23:04:31 +02:00
markdown_preview markdown: Add Support for HTML img tags in text (#38107) 2025-10-09 19:11:42 +02:00
media Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
menu
migrator windows: Don't throw an error when the settings file is empty (#39908) 2025-10-09 23:00:16 +00:00
mistral Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
multi_buffer git_ui: Fix open diff for untracked files when sorting by path enabled (#39862) 2025-10-09 14:34:52 +00:00
nc
net
node_runtime node_runtime: Bump minimum version for system node to match copilot's requirement (#39632) 2025-10-06 18:38:30 +00:00
notifications sum_tree: Reduce Cursor size for contextless summary types (#38776) 2025-09-24 14:35:38 +02:00
ollama ollama: Resolve context window size via API (#39941) 2025-10-10 12:59:52 +00:00
onboarding Onboarding refactor (#39724) 2025-10-08 22:47:25 +00:00
open_ai Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
open_router Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
outline Make outline modal work in channel notes (#39481) 2025-10-03 19:20:51 +00:00
outline_panel zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
panel Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
paths relpaths: Fix repeated usages of RelPath::unix on static paths (#39675) 2025-10-07 12:23:31 +00:00
picker acp: Support model selection for ACP agents (#38652) 2025-09-22 15:07:40 +00:00
prettier Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
project Fix Git permalinks not being URL-escaped (#39895) 2025-10-09 18:33:05 +00:00
project_panel gpui: Fix uniform list scroll to offset for Top and Bottom strategies (#39938) 2025-10-10 18:19:58 +05:30
project_symbols Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
prompt_store acp_thread: If available, use git bash over powershell in terminal tool (#39466) 2025-10-06 13:39:19 +02:00
proto editor: Represent scroll offset with more precision (#39367) 2025-10-02 23:04:31 +02:00
recent_projects Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
refineable Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
release_channel
remote debugger: Add support for remote browser debugging (#39248) 2025-10-08 21:57:57 +00:00
remote_server Enable test_remote_git_diffs_when_recv_update_repository_delay on Windows (#39866) 2025-10-10 09:09:24 +02:00
repl Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
reqwest_client reqwest_client: Remove example (#37410) 2025-09-03 00:52:04 +00:00
rich_text Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
rope Add more unit tests for Rope (#39426) 2025-10-05 21:42:27 +03:00
rpc Remove Chat (#37789) 2025-09-08 21:53:17 -06:00
rules_library gpui: Add support for floating windows (#39702) 2025-10-08 20:48:17 +02:00
scheduler Read env vars in TestScheduler::many (#38897) 2025-09-25 13:03:56 -06:00
schema_generator
search Revert "search: Introduce more yield points in project search pending_search task" (#39672) 2025-10-07 11:58:58 +00:00
semantic_version Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
session settings_ui: Collect all settings files (#38816) 2025-09-24 21:16:06 +00:00
settings settings_ui: Add terminal settings (#39874) 2025-10-09 10:59:08 -04:00
settings_macros Tighten up MergeFrom trait (#38473) 2025-09-18 22:28:17 -06:00
settings_profile_selector Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
settings_ui Fix settings window on Linux/Windows being immovable (#39939) 2025-10-10 15:44:31 +02:00
snippet Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
snippet_provider JSON Schema URIs (#38916) 2025-09-26 11:41:26 -04:00
snippets_ui snippets: Fix configure snippets not opening on remote workspaces (#38790) 2025-09-27 11:01:04 +02:00
sqlez Give most spawned threads names (#38302) 2025-09-17 10:11:51 +02:00
sqlez_macros
story Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
storybook Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
streaming_diff Extract a scheduler crate from GPUI to enable unified integration testing of client and server code (#37326) 2025-09-04 17:14:53 +02:00
sum_tree Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
supermaven zeta2: Allow provider to suggest edits in different files (#39110) 2025-09-29 15:48:58 +00:00
supermaven_api Use serde 1.0.221 instead of serde_derive hackery (#38137) 2025-09-14 14:01:04 +02:00
svg_preview Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
system_specs Forbid std::process::Command spawning, replace with smol where appropriate (#38894) 2025-09-26 15:17:36 +00:00
tab_switcher Represent relative paths using a dedicated, separator-agnostic type (#38744) 2025-09-24 18:57:33 -04:00
task Add support for xonsh shell (#39834) 2025-10-09 12:00:22 +02:00
tasks_ui Use into_owned over to_string for Cow<str> (#39024) 2025-09-27 14:50:10 +00:00
telemetry Run doctests in CI and fix up existing doctests (#37851) 2025-09-12 23:24:04 +03:00
telemetry_events Remove old telemetry events and transformation layer (#36263) 2025-08-15 15:37:52 -04:00
terminal settings_ui: Add terminal settings (#39874) 2025-10-09 10:59:08 -04:00
terminal_view settings_ui: Add terminal settings (#39874) 2025-10-09 10:59:08 -04:00
text editor: Represent scroll offset with more precision (#39367) 2025-10-02 23:04:31 +02:00
theme Improve importing font-family settings from VS Code (#39736) 2025-10-08 19:19:48 -04:00
theme_extension Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
theme_importer Bump Rust to 1.90 (#38436) 2025-09-22 14:36:10 -07:00
theme_selector Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
time_format
title_bar Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
toolchain_selector Fix selecting and deleting user toolchains (#39068) 2025-09-29 18:08:47 +02:00
ui ui: Make tree view item styles more consistent with similar components (#39892) 2025-10-09 16:54:37 -03:00
ui_input settings ui: Add a handful of design tweaks (#39784) 2025-10-08 12:27:22 -03:00
ui_macros settings ui: Improve numeric stepper component interface (#36513) 2025-10-03 17:35:30 +00:00
ui_prompt ui prompt: Adjust UI and focus visibility (#39106) 2025-09-29 10:09:31 -03:00
util Add support for xonsh shell (#39834) 2025-10-09 12:00:22 +02:00
util_macros Prep crates for GPUI on crates.io (#39543) 2025-10-05 13:44:31 -07:00
vercel openai: Don't send prompt_cache_key for OpenAI-compatible models (#36231) 2025-08-15 13:54:24 +03:00
vim vim: Update change surrounds to match vim's behavior (#38721) 2025-10-09 12:18:48 +01:00
vim_mode_setting Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
watch acp: Model-specific prompt capabilities for 1PA (#36879) 2025-08-25 14:28:11 -04:00
web_search Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
web_search_providers Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
workspace Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00
worktree zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
x_ai x_ai: Add support for Grok 4 Fast (#39492) 2025-10-03 16:00:09 -04:00
zed Remove feedback modal (#39954) 2025-10-10 15:14:37 +00:00
zed_actions Remove feedback modal (#39954) 2025-10-10 15:14:37 +00:00
zed_env_vars Reload API keys when URLs configured for LLM providers change (#38163) 2025-09-15 03:36:24 +00:00
zeta Add Codestral edit predictions provider (#34371) 2025-10-08 12:02:21 -06:00
zeta2 debugger: Add support for remote browser debugging (#39248) 2025-10-08 21:57:57 +00:00
zeta2_tools zeta2 inspector: Sort by scores and add score components tooltip (#39821) 2025-10-08 23:14:40 +00:00
zeta_cli zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats (#39735) 2025-10-08 12:04:06 -06:00
zlog JSON Schema URIs (#38916) 2025-09-26 11:41:26 -04:00
zlog_settings Reland "Remove cx from ThemeSettings" (#39720) 2025-10-08 17:36:52 +02:00