/help- Check if help command works and displays available commands/clear- Test if the screen clears/version- Check if version information is displayed (if implemented)
Hello world- Test basic AI responseWhat can you help me with?- Check if AI describes its capabilities
List the files in the current directory- Test if listDir tool worksShow me the package.json file- Test if readFile tool works
Find files containing the word "repl" in them- Test content search with ripgrepSearchSearch for files named "config"- Test fileSearch functionality
Create a file called test.txt with the content "Hello, this is a test"- Test file creationRead the test.txt file- Verify the file was created properlyEdit test.txt to say "Updated content for testing"- Test file editingDelete test.txt- Test file deletion
Run the command ls -la- Test basic command executionRun pwd to show current directory- Test environment persistence
What is the current project structure?- Test if it understands the contextHelp me understand how the tool system works in this codebase- Test code analysis
Find all files that import the Tool interface and explain how they use it- Test semantic search and code analysisCreate a simple "hello world" function in a new file called hello.js- Test multi-step taskAdd more test coverage to this codebase- Test high-level task understanding and execution