Support
Introduction
Tuanjie AI Support provides convenient ways to get help and report issues. Whether you encounter problems during use, need to check available commands, or want to report bugs or suggest improvements, the Support feature can help you quickly resolve these.
Support Feature Description
- Settings -- For details, see: Settings
- Export -- Export current conversation
- View help docs -- Open user manual
- Shortcuts -- View keyboard shortcuts
- Switch account -- Sign out of current account
Using Support via GUI
In the Tuanjie AI GUI interface:
-
Open Command Input Box
- Find the command input area at the bottom of the main interface
-
Enter Help Command
- Type
/help - Press
Enteror click the send button
- Type
-
View Help Information
- A list of all help information will be displayed on the page
- Each command will show a brief description next to it
-
Select Specific Command Help
- Click directly to select, or type
/help <command_name>to view detailed information about a specific command, for example:/help /git:commit
- Click directly to select, or type
Using Support via CLI
Using the /help Command
In the command line interface, you can use the help functionality in the following ways:
Basic Usage
# Display help for all available commands
/help
# Display detailed help for a specific command
/help /git:commit
# Display commands under a specific namespace
/help git
Common Questions
Q: How do I get a complete list of all available commands?
A: Use the /commands list command to view all available custom commands, including global commands and project-specific commands.
Q: Why are the commands shown by /help different from /commands list?
A: /help displays Codely CLI built-in commands and main features, while /commands list displays user-created custom commands. They are complementary.
Q: How do I know if a command requires parameters?
A: Use /help <command_name> to view detailed instructions for a command, which will include parameter information and usage examples.
Best Practices
Use /help Effectively
- Check Regularly: After Codely CLI updates, run
/helpto check for new features - Explore Namespaces: Use
/help <namespace>to discover related commands - Learn Examples: Pay attention to usage examples in command help; they are usually very useful
Feedback Feature Requests
You can also submit feature requests using the /bug command:
/bug Feature request: Add command auto-complete functionality to improve usage efficiency