Agentic Coding generally refers to AI workflows embedded in your text editor (IDE). The agent focuses on reading files, reasoning about logic, and generating text-based code changes.
Agentic Terminal Coding moves the AI into your command line (CLI). The agent acts like a developer sitting at a terminal: it can run shell commands, install packages, manage git repositories, restart servers, and interact with the operating system directly.