Last reviewed
Correct answer: B. It edited the file directly, so the change is already on disk
Explanation
The principle — when the output is missing, check the file before you check the tool.
Why the key is correct — Anthropic's definition of agentic coding is a workflow where the AI reads files, runs commands and makes changes autonomously while you watch, redirect or step away, as opposed to chat-based assistants that only respond with text you must apply yourself. If the change has been applied, there is nothing left to paste. The habit that replaces copying is reading the diff, exactly as you would review a colleague's work.
Why the others are wrong — treating the code block as the final step imports the chat-assistant workflow. Needing a plugin to edit is not the case; the file-editing tools are part of the harness. And waiting for a cursor is autocomplete behaviour, which works from position rather than from a described task.
Remember this — no code block is usually success, not silence.
Sources — Anthropic's Claude Code glossary.
Sources
“A workflow where the AI can read files, run commands, and make changes autonomously while you watch, redirect, or step away, as opposed to chat-based assistants that only respond with text you must apply yourself.”
Practise 10 questions on this topic
Take Claude Code Basics — Timed Test 2 (10 questions) — scored instantly, explanation for every question, no login.