HeadsUpAI

Warp Opens Terminal Settings to AI Agents for Natural Language Configuration

· Updated

Warp, an agentic development environment combining a terminal and code editor, moved its configuration system to a settings.toml file. This file is now fully agent-accessible, allowing users to point external coding agents—like OpenAI's Codex—at their configuration directory to modify terminal behavior. This shift follows Warp's agentic rebranding as a platform for orchestrating autonomous tools.

This update represents a move toward agent-native software design, where applications are machine-readable by default. While most tools rely on graphical interfaces that agents struggle to navigate, Warp's use of a structured TOML (a minimal configuration file format) allows agents to refactor the terminal's setup as if it were source code.

You can now automate environment setup by describing desired changes—such as theme adjustments or keybindings—to your preferred agent. This update adds to Warp's Agent Skills library by giving autonomous tools direct control over the host environment. Grant your agent write access to the settings.toml file to begin managing your terminal through natural language prompts.

Warp
Warp
@warpdotdev
X

Warp's settings are now fully agent-accessible from a settings[.toml] file. Just point your favorite coding agent at your Warp configuration directory and describe the changes you want to make. https://t.co/WYzkNPUhBj

8retweets100likes
View on X

Still wondering? A few quick answers below.

Warp now stores its terminal configuration in a plain-text TOML file. This structured format allows both humans and AI agents to read and write settings directly. By moving away from closed graphical menus, Warp makes the terminal's behavior and appearance programmable, enabling automated customization through natural language descriptions provided to an agent.

You can use any coding agent, such as Claude Code or Codex, to modify your terminal configuration. Point the agent at your Warp configuration directory and describe the changes you want to make in natural language. The agent will then autonomously edit the settings.toml file to update your theme, keybindings, or other terminal behaviors.

Warp's configuration is designed to be accessible to any standard coding agent. Because the settings are stored in a universal TOML file format, tools like Claude Code, Codex, and other agentic development assistants can interact with it. As long as the agent has permission to read and write to the configuration directory, it can manage Warp's settings.

AI agents can modify any terminal configuration parameter listed in the settings.toml file. This includes visual elements like themes and layout, as well as functional settings like keybindings and agent profiles. By describing desired adjustments in natural language, you can have an agent refactor your entire terminal environment without manually navigating through the settings panel.

Yes, the ability to manage terminal configuration via a settings.toml file is a standard feature for Warp users. Any developer using the Warp terminal can expose their configuration directory to an AI agent to automate environment setup. This shift toward agent-accessible settings is part of Warp's broader transition into an agentic development environment.

Share this update