Intent of agentCompletionAttachmentMeta.ts ×2
All 25 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/25 tests-
platform/25 tests-
agentHost/25 tests-
test/25 tests-
common/4 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/common/agentMetaReaders.test|title=Agent host _meta readers readCompletionAttachmentMeta builders produce wire bags that round-trip|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/common/agentMetaReaders.test|title=Agent host _meta readers readCompletionAttachmentMeta classifies a command bag carrying an action and round-trips it|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/common/agentMetaReaders.test|title=Agent host _meta readers readCompletionAttachmentMeta classifies a command bag|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/common/agentMetaReaders.test|title=Agent host _meta readers readCompletionAttachmentMeta getCompletionAction reads the action, dropping wrong-typed sub-fields and empty bags|occurrence=1
-
-
node/21 tests-
copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems filters to /1 test-
research and /1 test
-
-
copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems injects config-action items (permission/1 test -
copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems omits /1 test -
copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems returns all runtime items for lone "/1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems attachment is Simple with command + description meta|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems config-action commands shadow runtime commands of the same name|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems expands input choices into one item per choice|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems filters out runtime commands omitted from the catalog|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems includes a bare command item when a choice has an empty name|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems returns no completion items when runtime command list is empty|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider provideCompletionItems uses runtime input metadata to determine trailing space insertion|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions does not expand a skill hint into option items|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions excludes runtime skills that match a known plugin skill (with plugin prefix)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions excludes runtime skills that match a known plugin skill with the same name (no prefix)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions excludes runtime skills that match a known synced plugin skill (no prefix)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions ignores mcp server containers when computing known skills|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions includes runtime skills that are not known local skills|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions includes runtime skills whose name differs from the prefixed known skill candidate|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions surfaces runtime skills alongside builtins for a leading slash|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions surfaces the skill prompt hint as an argument hint|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/agentHost/test/node/copilotSlashCommandCompletionProvider.test|title=CopilotSlashCommandCompletionProvider runtime skill completions treats skills inside disabled containers as unknown|occurrence=1
-
-
-
-
-