zed/crates/assistant/src
Cole Miller 1d8bd151b7
Fix double read panic in nav history (#22754)
This one seems to be triggered when the assistant's
`View<ContextEditor>` is leased during the call into
`NavHistory::for_each_entry`, which then tries to read it again through
the `ItemHandle` interface. Fix it by skipping entries that can't be
read in the history iteration.

Release Notes:

- N/A
2025-01-08 23:05:34 +00:00
..
context
slash_command Dequalify WindowContext and ViewContext references (#22477) 2024-12-28 23:09:55 +00:00
assistant.rs assistant: Remove outdated settings update path (#21672) 2025-01-03 22:52:08 +00:00
assistant_panel.rs Fix double read panic in nav history (#22754) 2025-01-08 23:05:34 +00:00
assistant_settings.rs assistant: Remove unused AssistantSettings::update_file (#22636) 2025-01-03 23:34:15 +00:00
context.rs
context_store.rs Use static LazyLocks for all constant regexes (#22225) 2024-12-19 02:20:35 +00:00
inline_assistant.rs Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
patch.rs
prompt_library.rs
prompts.rs
slash_command.rs Resolve completion items once exactly (#22448) 2024-12-27 16:43:01 +00:00
slash_command_picker.rs Cleanups preparing for WindowContext refactor (#22475) 2024-12-28 21:36:14 +00:00
slash_command_settings.rs
slash_command_working_set.rs
streaming_diff.rs
terminal_inline_assistant.rs