01
Codebase Editing and Execution
The core agent loop: reading and explaining a project, making coordinated multi-file changes, and running shell commands while reacting to live output.
“Coordinated multi-file changes with linter-aware fixes, diffs, checkpoints, and one-click undo on every step.” cline.bot
Mapped capabilities
4 capabilities
Codebase comprehension and Q&A
Answering questions about files, dependencies, and behavior across a project structure.
Coordinated multi-file refactors
Keeping imports, types, and behavior consistent when changes span many files.
Linter-aware fixes and diffs
Surfacing edits as reviewable diffs and resolving linter feedback on changed code.
Shell command execution
Running tests, deploys, and long-running dev servers and reacting to streamed output.