Sixth’s terminal integration lets you bring your terminal output directly into your conversations with Sixth. Instead of copying and pasting error messages or command results, you can send them to Sixth with a simple right-click in the terminal.
When you’re working in the VSCode terminal and see output you want to discuss with Sixth:
Right-click in the terminal
Select “Add to Sixth” from the context menu
The terminal output is immediately sent to the Sixth chat panel
This is perfect for:
Debugging build errors
Understanding test failures
Analyzing command output
Getting help with error messages
The right-click terminal integration is especially useful when you’re already working in the terminal and encounter an issue.Instead of switching context to the Sixth chat panel and typing a description of the problem, you can send the terminal output directly to Sixth with just a couple of clicks.Alternatively, you can use the @terminal mention to send the full terminal output to Sixth.
For information about using @terminal mentions in your chat messages, see the Terminal
Mentions documentation.
Use terminal integration for error messages: When you encounter an error in the terminal, sending it to Sixth often results in faster resolution than trying to describe the error.
Select specific output when needed: By default, the integration captures all terminal content, but you can also select specific lines before right-clicking to focus on just the relevant output.
Combine terminal outputs with file mentions: After sending terminal output to Sixth, you can enhance your question by mentioning relevant files using the @ mentions feature.
Contextualize build & test outputs with the terminal: Terminal integration is particularly useful for understanding complex build errors or test failures that span multiple lines.
Next time you’re staring at a cryptic error message in your terminal, try using Sixth’s terminal integration instead of copying and pasting. You’ll get more accurate help because Sixth can see the complete terminal context with proper formatting.
If you’re experiencing issues with terminal integration, such as “Shell Integration Unavailable” or commands not showing output, please refer to our comprehensive Terminal Integration Troubleshooting Guide.The troubleshooting guide covers:
Common terminal integration issues and quick fixes
Platform-specific solutions for Windows, macOS, and Linux
Shell-specific configurations for zsh, bash, PowerShell, and more
Advanced debugging techniques
Terminal settings optimization
Quick Fix: Most terminal issues can be resolved by switching to bash in the Sixth settings and increasing the shell
integration timeout to 10 seconds.