[docs] Update glossary - daily scan#43176
Merged
Merged
Conversation
- Added: LSP (`lsp:`) — experimental Copilot-engine frontmatter field for Language Server Protocol integration, from sync of .github/aw/lsp.md into syntax.md (commit 00576f7) - Added: URL Sanitization Policy (`safe-outputs.urls`) — new `urls:` field controlling whether URLs in fenced/inline code regions are sanitized, from safe-outputs-runtime.md sync (commit 00576f7) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jul 3, 2026
Contributor
Author
|
🎉 This pull request is included in a new release. Release: |
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.
Summary
Automated daily glossary scan: adds two new reference entries and restructures one existing entry in the glossary reference doc.
Changes
docs/src/content/docs/reference/glossary.md
Added
URL Sanitization Policy (safe-outputs.urls)— documents thesafe-outputs.urlsfield controlling URL sanitization in AI-generated content before GitHub writes are applied. Coversallowed-only(default) andallowed-or-code-regionvalues, use cases, a configuration example, and a link to the Safe Outputs Reference.Added
LSP (lsp:)— documents the experimentallsp:frontmatter field for declaring Language Server Protocol servers in Copilot-engine workflows. Describes compile-time behaviour (settings injection, install steps for known ecosystems), available code-intelligence tools (symbol lookup, go-to-definition, find references, hover/type info, diagnostics, rename/refactor), theengine: copilot-only constraint, the experimental feature warning, agoplsconfiguration example, and a link to the AI Engines Reference.Modified
Label Trigger Shorthand— trimmed opening paragraph to a single introductory sentence; compiler-expansion andworkflow_dispatchdetail retained and repositioned after the new LSP entry.File Inventory
docs/src/content/docs/reference/glossary.mdCommits
6688d4c[docs] Update glossary - daily scan (2026-07-03)Notes
LSP (lsp:)entry is marked experimental; only valid withengine: copilot.