Fixes for AI docs - #58969
Merged
Merged
Conversation
macraig
commented
Jun 9, 2026
macraig
commented
Jun 9, 2026
macraig
commented
Jun 9, 2026
Correct several factual errors in the AI docs found by auditing against the implementation: - tool-permissions: skill tool patterns match the absolute SKILL.md path, not the skill name - external-agents: Gemini CLI receives Zed's Google AI key; extension agents are deprecated in favor of the ACP registry - inline-assistant: alternatives run alongside the inline assistant model (not just the default model); fix broken anchor and model id typos - mcp: correct the extensions menu item name, the remote server url example, and drop the nonexistent thinking tool - agent-panel: New From Summary lives in the New Thread menu; fix the mention type list - use-api-access: DeepSeek default api_url includes /v1 - skills: folder name is a convention not a requirement; long descriptions warn rather than fail; hidden skills are also @-mentionable; drop the unenforced consecutive-hyphen rule; reconcile the no-remote-registry note with GitHub import - edit-prediction: alt-tab/alt-l are bound on all platforms; predictions are throttled rather than per-keystroke - getting-started, windows-and-projects, parallel-agents: Panel Layout is in the title-bar user menu
Collaborator
|
@zed-zippy approve |
Contributor
Author
|
/cherry-pick stable |
Contributor
|
🍒💥 Cherry-pick did not succeed |
Contributor
Author
|
/cherry-pick preview |
zed-zippy Bot
added a commit
that referenced
this pull request
Jun 12, 2026
Cherry-pick of #58969 to preview ---- Audited the AI documentation against the implementation ## Changes - **tool-permissions**: `skill` tool patterns match the absolute `SKILL.md` path, not the skill name (fixed the table, example pattern, and added a clarifying note). - **external-agents**: Gemini CLI receives Zed's Google AI key when no env key is set; extension-provided agents are deprecated in favor of the ACP registry. - **inline-assistant**: alternatives run alongside the inline assistant model (not just the default model); fixed a broken anchor and `gpt-4-mini` → `gpt-5-mini` model id typos. - **mcp**: corrected the extensions menu item name ("Install New Servers…"), the remote server `url` example, and removed the nonexistent `thinking` tool from the profile example. - **agent-panel**: "New From Summary" lives in the New Thread menu; corrected the `@`-mention type list (no "instruction files"; added Fetch and Branch Diff). - **use-api-access**: DeepSeek default `api_url` includes `/v1`. - **skills**: folder name is a convention not a requirement; long descriptions warn rather than fail (measured in bytes); hidden skills are also `@`-mentionable; dropped the unenforced consecutive-hyphen rule; reconciled the no-remote-registry note with GitHub import. - **edit-prediction**: `alt-tab` and `alt-l` are bound across platforms; predictions are throttled rather than fired on every keystroke. - **getting-started, windows-and-projects, parallel-agents**: Panel Layout lives in the title-bar user menu, with `workspace::UseAgenticLayout`/`UseClassicLayout` action references. Release Notes: - N/A --------- Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com> Co-authored-by: María Craig <maria@zed.dev> Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
This was referenced Jun 18, 2026
Closed
This was referenced Jul 1, 2026
This was referenced Jul 10, 2026
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
Audited the AI documentation against the implementation
## Changes
- **tool-permissions**: `skill` tool patterns match the absolute
`SKILL.md` path, not the skill name (fixed the table, example pattern,
and added a clarifying note).
- **external-agents**: Gemini CLI receives Zed's Google AI key when no
env key is set; extension-provided agents are deprecated in favor of the
ACP registry.
- **inline-assistant**: alternatives run alongside the inline assistant
model (not just the default model); fixed a broken anchor and
`gpt-4-mini` → `gpt-5-mini` model id typos.
- **mcp**: corrected the extensions menu item name ("Install New
Servers…"), the remote server `url` example, and removed the nonexistent
`thinking` tool from the profile example.
- **agent-panel**: "New From Summary" lives in the New Thread menu;
corrected the `@`-mention type list (no "instruction files"; added Fetch
and Branch Diff).
- **use-api-access**: DeepSeek default `api_url` includes `/v1`.
- **skills**: folder name is a convention not a requirement; long
descriptions warn rather than fail (measured in bytes); hidden skills
are also `@`-mentionable; dropped the unenforced consecutive-hyphen
rule; reconciled the no-remote-registry note with GitHub import.
- **edit-prediction**: `alt-tab` and `alt-l` are bound across platforms;
predictions are throttled rather than fired on every keystroke.
- **getting-started, windows-and-projects, parallel-agents**: Panel
Layout lives in the title-bar user menu, with
`workspace::UseAgenticLayout`/`UseClassicLayout` action references.
Release Notes:
- N/A
---------
Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
…d-industries#59203) Cherry-pick of zed-industries#58969 to preview ---- Audited the AI documentation against the implementation ## Changes - **tool-permissions**: `skill` tool patterns match the absolute `SKILL.md` path, not the skill name (fixed the table, example pattern, and added a clarifying note). - **external-agents**: Gemini CLI receives Zed's Google AI key when no env key is set; extension-provided agents are deprecated in favor of the ACP registry. - **inline-assistant**: alternatives run alongside the inline assistant model (not just the default model); fixed a broken anchor and `gpt-4-mini` → `gpt-5-mini` model id typos. - **mcp**: corrected the extensions menu item name ("Install New Servers…"), the remote server `url` example, and removed the nonexistent `thinking` tool from the profile example. - **agent-panel**: "New From Summary" lives in the New Thread menu; corrected the `@`-mention type list (no "instruction files"; added Fetch and Branch Diff). - **use-api-access**: DeepSeek default `api_url` includes `/v1`. - **skills**: folder name is a convention not a requirement; long descriptions warn rather than fail (measured in bytes); hidden skills are also `@`-mentionable; dropped the unenforced consecutive-hyphen rule; reconciled the no-remote-registry note with GitHub import. - **edit-prediction**: `alt-tab` and `alt-l` are bound across platforms; predictions are throttled rather than fired on every keystroke. - **getting-started, windows-and-projects, parallel-agents**: Panel Layout lives in the title-bar user menu, with `workspace::UseAgenticLayout`/`UseClassicLayout` action references. Release Notes: - N/A --------- Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com> Co-authored-by: María Craig <maria@zed.dev> Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
Audited the AI documentation against the implementation
## Changes
- **tool-permissions**: `skill` tool patterns match the absolute
`SKILL.md` path, not the skill name (fixed the table, example pattern,
and added a clarifying note).
- **external-agents**: Gemini CLI receives Zed's Google AI key when no
env key is set; extension-provided agents are deprecated in favor of the
ACP registry.
- **inline-assistant**: alternatives run alongside the inline assistant
model (not just the default model); fixed a broken anchor and
`gpt-4-mini` → `gpt-5-mini` model id typos.
- **mcp**: corrected the extensions menu item name ("Install New
Servers…"), the remote server `url` example, and removed the nonexistent
`thinking` tool from the profile example.
- **agent-panel**: "New From Summary" lives in the New Thread menu;
corrected the `@`-mention type list (no "instruction files"; added Fetch
and Branch Diff).
- **use-api-access**: DeepSeek default `api_url` includes `/v1`.
- **skills**: folder name is a convention not a requirement; long
descriptions warn rather than fail (measured in bytes); hidden skills
are also `@`-mentionable; dropped the unenforced consecutive-hyphen
rule; reconciled the no-remote-registry note with GitHub import.
- **edit-prediction**: `alt-tab` and `alt-l` are bound across platforms;
predictions are throttled rather than fired on every keystroke.
- **getting-started, windows-and-projects, parallel-agents**: Panel
Layout lives in the title-bar user menu, with
`workspace::UseAgenticLayout`/`UseClassicLayout` action references.
Release Notes:
- N/A
---------
Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Audited the AI documentation against the implementation
Changes
skilltool patterns match the absoluteSKILL.mdpath, not the skill name (fixed the table, example pattern, and added a clarifying note).gpt-4-mini→gpt-5-minimodel id typos.urlexample, and removed the nonexistentthinkingtool from the profile example.@-mention type list (no "instruction files"; added Fetch and Branch Diff).api_urlincludes/v1.@-mentionable; dropped the unenforced consecutive-hyphen rule; reconciled the no-remote-registry note with GitHub import.alt-tabandalt-lare bound across platforms; predictions are throttled rather than fired on every keystroke.workspace::UseAgenticLayout/UseClassicLayoutaction references.Release Notes: