@
in the chat input, Sixth 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
. Sixth sees the complete file content, including imports, related
functions, and surrounding context.@/path/to/folder/
. Sixth sees the folder structure and all file contents, perfect for
understanding complex interactions between multiple files.@problems
to show Sixth all the errors and warnings in your workspace. Sixth sees the complete list with file locations
and error messages.@terminal
to share your recent terminal output. Sixth sees the complete output with formatting preserved, perfect for
debugging build errors or test failures.@git-changes
or specific commits with @[commit-hash]
. Sixth sees the complete diff,
commit message, and other relevant information.@https://example.com
. Sixth fetches and sees the complete webpage content, perfect for
referencing documentation or GitHub issues.@
in the chat input