Batch Operations and Code Search
Batch file operations:
Large scripting or multi-file tasks do not need to trigger endless recompile churn. GameCatalyst can coordinate smarter execution for bigger changes. Create multiple scripts in a single batch, reducing the overhead that normally slows down large-scale work. Instead of one recompile per file, batch operations group everything together for a single efficient cycle.
Code search and project discovery:
With code indexing, file search, and path diagnosis, the AI can inspect your actual project before acting. That means fewer assumptions and better decisions. The AI knows what exists before it tries to create or modify anything.
Key workspace commands:
workspace.find— locate files and folders by name or patternworkspace.index— search through your codebase for classes, methods, and patternsworkspace.diagnose— validate paths and check project structure health
These commands turn the AI from a blind guesser into an informed partner that understands your project before it touches anything.