Reference files, folders, problems, terminal output, and web content directly in your conversations
@
in the chat input, Elastic shows a menu of available mention types. These mentions let you reference files, folders, problems, terminal output, git changes, and even web content directly in your conversations.
@/path/to/file
. Elastic sees the complete file content, including imports, related
functions, and surrounding context.@/path/to/folder/
. Elastic sees the folder structure and all file contents, perfect for
understanding complex interactions between multiple files.@problems
to show Elastic all the errors and warnings in your workspace. Elastic sees the complete list with file locations
and error messages.@terminal
to share your recent terminal output. Elastic sees the complete output with formatting preserved, perfect for
debugging build errors or test failures.@git-changes
or specific commits with @[commit-hash]
. Elastic sees the complete diff,
commit message, and other relevant information.@https://example.com
. Elastic fetches and sees the complete webpage content, perfect for
referencing documentation or GitHub issues.@
in the chat input to open the mentions menu@problems
gives Elastic visibility into all current issues@terminal
when asking about build errors or test failures