ZIm/crates/assistant2/src
Marshall Bowers 82cee9e9a4
assistant2: Don't suggest thread context for inline assist without a ThreadStore (#23506)
This PR makes it so we don't suggest threads as context in the inline
assist when we don't have a `ThreadStore` to pull from.

Release Notes:

- N/A
2025-01-22 23:47:56 +00:00
..
context_picker Wire up @mentioned files in assistant2 (#23389) 2025-01-20 21:33:18 -05:00
ui assistant2: Don't suggest thread context for inline assist without a ThreadStore (#23506) 2025-01-22 23:47:56 +00:00
active_thread.rs assistant2: Don't suggest thread context for inline assist without a ThreadStore (#23506) 2025-01-22 23:47:56 +00:00
assistant.rs Dedupe PromptBuilder construction (#23496) 2025-01-22 22:17:36 +00:00
assistant_configuration.rs assistant2: Add button to open the prompt library (#23500) 2025-01-22 22:53:54 +00:00
assistant_model_selector.rs Dedupe AssistantSettings (#23190) 2025-01-15 18:52:54 +00:00
assistant_panel.rs assistant2: Add button to open the prompt library (#23500) 2025-01-22 22:53:54 +00:00
buffer_codegen.rs Add streaming_diff crate (#23264) 2025-01-16 23:12:46 +00:00
context.rs assistant2: Only show thread context in picker when we have a ThreadStore (#23501) 2025-01-22 23:00:43 +00:00
context_picker.rs assistant2: Don't suggest thread context for inline assist without a ThreadStore (#23506) 2025-01-22 23:47:56 +00:00
context_store.rs assistant2: Make ContextStore::insert_* methods private (#22989) 2025-01-10 22:50:33 +00:00
context_strip.rs assistant2: Don't suggest thread context for inline assist without a ThreadStore (#23506) 2025-01-22 23:47:56 +00:00
inline_assistant.rs Consolidate Assistant panels in assistant2 feature flag (#23442) 2025-01-22 02:56:42 +00:00
inline_prompt_editor.rs Consolidate Assistant panels in assistant2 feature flag (#23442) 2025-01-22 02:56:42 +00:00
message_editor.rs assistant2: Propagate move up action to inline picker from message editor (#23416) 2025-01-21 16:02:52 -03:00
terminal_codegen.rs Reuse prompt editor across buffer and terminal assist (#22188) 2024-12-18 16:12:54 -05:00
terminal_inline_assistant.rs Extract PromptStore and PromptBuilder to new prompt_library crate (#23254) 2025-01-16 20:06:16 +00:00
thread.rs assistant2: Handle LLM providers that do not emit StartMessage events (#23485) 2025-01-22 20:15:16 +00:00
thread_history.rs assistant2: Thread history keyboard navigation (#23145) 2025-01-17 18:41:17 -03:00
thread_store.rs assistant2: Thread history keyboard navigation (#23145) 2025-01-17 18:41:17 -03:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00