From 7e1eac67efa079bc8a36b926cb5cceb64dd77720 Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Wed, 28 Aug 2024 10:50:25 -0400 Subject: [PATCH] docs: Update correct button for accessing context history (#17008) The button in the top-left corner of the Assistant panel is the history button, not the hamburger button. --- docs/src/assistant/contexts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/assistant/contexts.md b/docs/src/assistant/contexts.md index cb3c48e1d5..250a9dff32 100644 --- a/docs/src/assistant/contexts.md +++ b/docs/src/assistant/contexts.md @@ -6,7 +6,7 @@ The model can reference content from your active context in the assistant panel, ### Saving and Loading Contexts -After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in `~/.config/zed/contexts`. You can access and load previous contexts by clicking on the hamburger button in the top-left corner of the assistant panel. +After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in `~/.config/zed/contexts`. You can access and load previous contexts by clicking on the history button in the top-left corner of the assistant panel. ![Viewing assistant history](https://zed.dev/img/assistant/assistant-history.png)