You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println!("🔍 [AI PROMPTS] Testing 'What is AWS?' AI prompt...");
7
+
println!("🔍 [AI PROMPTS] Testing 'What is AWS?' AI prompt... | Description: Tests AI prompt functionality by sending 'What is AWS?' and verifying the response contains relevant AWS information and technical terms");
println!("🔍 Testing simple 'Hello' prompt... | Description: Tests basic AI interaction by sending a simple greeting and verifying the AI responds appropriately with greeting-related content");
println!("🔍 Testing /prompts command... | Description: Tests the /prompts command to display available prompts with usage instructions and argument requirements");
println!("🔍 Testing /prompts --help command... | Description: Tests the /prompts --help command to display comprehensive help information about prompts functionality and MCP server integration");
println!("🔍 Testing /prompts list command... | Description: Tests the /prompts list command to display all available prompts with their arguments and usage information");
println!("🔍 Testing /context show command... | Description: Tests the /context show command to display current context information including agent configuration and context files");
println!("🔍 Testing /context help command... | Description: Tests the /context help command to display comprehensive help information for context management including usage, commands, and options");
println!("🔍 Testing /context without sub command...");
104
+
println!("🔍 Testing /context without sub command... | Description: Tests the /context command without subcommands to verify it displays help information with usage and available commands");
println!("🔍 Testing /context invalid command... | Description: Tests the /context command with invalid subcommand to verify proper error handling and help display");
println!("🔍 Testing /context add <filename> command and /context remove <filename> command... | Description: Tests the complete workflow of adding a file to context, verifying it appears in context show, then removing it and verifying removal");
232
232
233
233
let test_file_path = "/tmp/test_context_file_.py";
println!("🔍 Testing /context clear command... | Description: Tests the /context clear command to remove all files from context and verify the context is completely cleared");
println!("🔍 Testing /clear command... | Description: Tests the /clear command to clear conversation history and verify that previous context is no longer remembered by the AI");
println!("🔍 Testing /help command... | Description: Tests the /help command to display all available commands and verify core functionality like quit, clear, tools, and help commands are present");
println!("🔍 Testing /tools command... | Description: Tests the /tools command to display all available tools with their permission status including built-in and MCP tools");
println!("🔍 Testing /tools --help command... | Description: Tests the /tools --help command to display comprehensive help information about tools management including available subcommands and options");
println!("🔍 Testing /tools trust-all command... | Description: Tests the /tools trust-all command to trust all available tools and verify all tools show trusted status, then tests reset functionality");
println!("🔍 Testing /tools trust-all --help command... | Description: Tests the /tools trust-all --help command to display help information for the trust-all subcommand");
println!("🔍 Testing /tools reset --help command... | Description: Tests the /tools reset --help command to display help information for the reset subcommand");
println!("🔍 Testing /tools trust command... | Description: Tests the /tools trust and untrust commands to manage individual tool permissions and verify trust status changes");
println!("🔍 Testing /tools trust --help command... | Description: Tests the /tools trust --help command to display help information for trusting specific tools");
println!("🔍 Testing /tools untrust --help command... | Description: Tests the /tools untrust --help command to display help information for untrusting specific tools");
println!("🔍 Testing /tools schema --help command... | Description: Tests the /tools schema --help command to display help information for viewing tool schemas");
println!("🔍 Testing /editor --help command... | Description: Tests the /editor --help command to display help information for the editor functionality including usage and options");
println!("🔍 Testing /help editor command... | Description: Tests the /help editor command to display editor-specific help information and usage instructions");
println!("🔍 Testing /editor -h command... | Description: Tests the /editor -h command (short form) to display editor help information and verify proper flag handling");
println!("🔍 Testing /hooks command... | Description: Tests the /hooks command to display configured hooks or show no hooks message when none are configured");
println!("🔍 Testing /hooks --help command... | Description: Tests the /hooks --help command to display comprehensive help information for hooks functionality and configuration");
println!("🔍 Testing /hooks -h command... | Description: Tests the /hooks -h command (short form) to display hooks help information and verify flag handling");
0 commit comments