agent: Refine naming for the panel default_view setting (#31446)

Follow up to https://github.com/zed-industries/zed/pull/31353. Just
ensuring we're walking toward a more consistent use of the multiple
terms we have floating around in the AI realm. In this case, `thread` is
the term for the now default view, the one that has agentic features;
`text_thread` is the term for the original view, the one where it's just
text. The settings now reflect this. Also took advantage of the
opportunity to add some docs, too.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-05-26 15:09:13 -03:00 committed by GitHub
parent f4b361f04d
commit 8a24f9f280
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 13 deletions

View file

@ -3284,6 +3284,7 @@ Run the `theme selector: toggle` action in the command palette to see a current
"dock": "right",
"default_width": 640,
"default_height": 320,
"default_view": "thread",
"default_model": {
"provider": "zed.dev",
"model": "claude-3-7-sonnet-latest"