Agent Skills & Tools
AurInfer characters are equipped with built-in Agent Skills that give them real-world capabilities beyond simple text generation.Built-In Skills
π 1. Semantic Codebase Search
- What it does: Explores and understands your repository structure, imports, and relationships.
- Why it matters: When you ask for βthe user authentication middlewareβ, the AI immediately locates the exact file and line numbers, even in a project with thousands of files.
β‘ 2. Sandboxed Code Execution
- What it does: Executes code and unit tests inside an isolated, secure multi-language container.
- Supported Languages: JavaScript, TypeScript, Python, Go, Rust, C, C++, Java, PHP, Ruby, Bash, and SQL.
- Why it matters: Your AI verifies that its code runs, builds, and passes tests before committing to your repository.
π 3. Real-Time Web Search
- What it does: Allows the AI to search the live web for up-to-date documentation, API reference guides, and recent package updates.
- Why it matters: If a library version was released recently, your AI coder looks up the latest syntax instead of guessing outdated APIs.
π 4. File Diff Inspector & Surgical Editing
- What it does: Uses character-accurate string matching and diff replacements.
- Why it matters: Preserves all existing code comments, formatting, and unrelated logic without overwriting entire files.