ZIm/crates/assistant2/src
Marshall Bowers 0776fa8f31
markdown: Allow code blocks and tables to be horizontally scrollable (#25956)
This PR adds the ability for Markdown code blocks and tables to be made
horizontally scrollable.

This is a feature that the caller can opt in to.

Right now we're using it for the rendered Markdown in the Assistant 2
panel.

Release Notes:

- N/A
2025-03-03 22:52:59 +00:00
..
context_picker assistant2: Highlight crease on selection (#24358) 2025-02-20 13:25:08 -03:00
ui Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
active_thread.rs markdown: Allow code blocks and tables to be horizontally scrollable (#25956) 2025-03-03 22:52:59 +00:00
assistant.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
assistant_configuration.rs assistant2: Adjust empty state layout (#25745) 2025-02-27 11:33:53 -03:00
assistant_model_selector.rs Make the branch picker in the commit modal a popover (#25697) 2025-02-27 01:56:07 +00:00
assistant_panel.rs git_ui: Prevent button overflow due to long names (#25940) 2025-03-03 18:38:15 +00:00
buffer_codegen.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
context.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
context_picker.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
context_store.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
context_strip.rs Revert "file_finder: Remove common segments of long paths in search results (#25049)" (#25163) 2025-02-19 15:32:29 +00:00
history_store.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
inline_assistant.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
inline_prompt_editor.rs Make the branch picker in the commit modal a popover (#25697) 2025-02-27 01:56:07 +00:00
message_editor.rs assistant2: Adjust empty state layout (#25745) 2025-02-27 11:33:53 -03:00
terminal_codegen.rs windows: Fix terminal inline assistant (#25715) 2025-02-27 10:03:46 +08:00
terminal_inline_assistant.rs chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
thread.rs assistant2: Restore tool uses when loading saved threads (#25942) 2025-03-03 18:32:26 +00:00
thread_history.rs git_ui: Prevent button overflow due to long names (#25940) 2025-03-03 18:38:15 +00:00
thread_store.rs assistant2: Restore tool uses when loading saved threads (#25942) 2025-03-03 18:32:26 +00:00
tool_use.rs assistant2: Restore tool uses when loading saved threads (#25942) 2025-03-03 18:32:26 +00:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00