Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/changelog/2024.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
**New features**

* Powershell is now supported! Make `pwsh` your default shell for your user account or select `pwsh` in Settings > Features > Startup shell for new sessions.
* You can now save and sync environment variable collections in Warp Drive. To learn more, see [Environment Variables](https://docs.warp.dev/features/warp-drive/environment-variables).
* You can now save and sync environment variable collections in Warp Drive. To learn more, see [Environment Variables](/knowledge-and-collaboration/warp-drive/environment-variables/).
* Your Agent Mode blocks and queries are now restored across sessions.

**Improvements**
Expand Down
26 changes: 13 additions & 13 deletions src/content/docs/changelog/2025.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd

**New features**

* [Full Terminal Use](https://docs.warp.dev/agent-platform/warp-agents/full-terminal-use): Let the agent use the terminal as you would: interact with REPLs, debuggers, and full-screen apps like `top`. Warp is the only product on the market with Full Terminal Use capabilities.
* [`/plan`](https://docs.warp.dev/agent-platform/warp-agents/planning): do spec-driven development in Warp. Work with an agent to align on an implementation plan that can be saved, versioned, and even attached to a PR for teammates.
* [Interactive Code Review](https://docs.warp.dev/agent-platform/warp-agents/interactive-code-review): Review an agent's code like you would a teammate's, directly in Warp, and ask the agent to address the comments.
* [Full Terminal Use](/agent-platform/capabilities/full-terminal-use/): Let the agent use the terminal as you would: interact with REPLs, debuggers, and full-screen apps like `top`. Warp is the only product on the market with Full Terminal Use capabilities.
* [`/plan`](/agent-platform/capabilities/planning/): do spec-driven development in Warp. Work with an agent to align on an implementation plan that can be saved, versioned, and even attached to a PR for teammates.
* [Interactive Code Review](/agent-platform/local-agents/interactive-code-review/): Review an agent's code like you would a teammate's, directly in Warp, and ask the agent to address the comments.
* [Slack and Linear integrations](https://docs.warp.dev/agent-platform/cloud-agents/integrations):\*\* Ask the agent to get to work from the tools you already use, track their progress, and take the wheel via live session sharing.
* Warp's Agents can now [search the web](https://docs.warp.dev/agent-platform/warp-agents/web-search) to retrieve information, when relevant. This capability is configurable via Agent Profiles.
* Warp's Agents can now [search the web](/agent-platform/capabilities/web-search/) to retrieve information, when relevant. This capability is configurable via Agent Profiles.

### 2025.11.12 (v0.2025.11.12.08.12)

Expand Down Expand Up @@ -266,7 +266,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd

**New Features**

* [Agent Profiles](https://docs.warp.dev/agent-platform/warp-agents/agent-profiles-permissions#agent-profiles): define how your agent operates.
* [Agent Profiles](/agent-platform/capabilities/agent-profiles-permissions/#agent-profiles): define how your agent operates.
* New pane to view changes to a Git repository.
* Files now open in a tabbed viewer.
* Syntax highlighting for Scala files in Warp.
Expand All @@ -279,7 +279,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd

**New features**

* [Suggested Code Diffs](https://docs.warp.dev/agent-platform/warp-agents/active-ai#suggested-code-diffs) - Warp now intelligently suggests the appropriate fixes for any simple errors encountered in the command line e.g. compiler errors. Head to `Settings > Active AI` to toggle this feature.
* [Suggested Code Diffs](/agent-platform/local-agents/active-ai/#suggested-code-diffs) - Warp now intelligently suggests the appropriate fixes for any simple errors encountered in the command line e.g. compiler errors. Head to `Settings > Active AI` to toggle this feature.

**Improvements**

Expand All @@ -301,9 +301,9 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
**New Features**

* Agent Mode now displays interactive code blocks when referencing snippets from your codebase. You can easily copy the snippet, add the snippet as Agent Mode context, or open the file in Warp's built-in editor.
* Agent Mode now creates and tracks task lists for more complex workflows. See [Agent Task Lists](https://docs.warp.dev/agent-platform/warp-agents/task-lists).
* Added support for defining project-scoped rules with a WARP.md file. See [Rules](https://docs.warp.dev/knowledge-and-collaboration/rules#project-scoped-rules).
* Added Slash Commands (/) in Agent Mode or Auto-Detection Mode to quickly run built-in actions or saved prompts without leaving the input field. See [Slash Commands](https://docs.warp.dev/agent-platform/warp-agents/slash-commands).
* Agent Mode now creates and tracks task lists for more complex workflows. See [Agent Task Lists](/agent-platform/capabilities/task-lists/).
* Added support for defining project-scoped rules with a WARP.md file. See [Rules](/agent-platform/capabilities/rules/#project-rules).
* Added Slash Commands (/) in Agent Mode or Auto-Detection Mode to quickly run built-in actions or saved prompts without leaving the input field. See [Slash Commands](/agent-platform/capabilities/slash-commands/).

**Improvements**

Expand Down Expand Up @@ -532,7 +532,7 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n

**New Features**

* Added MCP server support. It's now possible to extend Agent Mode's capabilities using programs that support the [Model Context Protocol](https://docs.warp.dev/knowledge-and-collaboration/mcp).
* Added MCP server support. It's now possible to extend Agent Mode's capabilities using programs that support the [Model Context Protocol](/agent-platform/capabilities/mcp/).

### 2025.05.21 (v0.2025.05.21.08.11)

Expand Down Expand Up @@ -759,11 +759,11 @@ All of this comes with higher AI usage limits on our Pro and Turbo plans, plus n

**New features**

* Warp is now available for Windows! See our [Quickstart Guide](https://docs.warp.dev/getting-started/installation-and-setup#windows)
* Prompt, plan, and execute fully autonomous tasks from [Agent Mode with Dispatch](https://docs.warp.dev/agent-platform/warp-agents/interacting-with-agents) (Beta)
* Warp is now available for Windows! See our [Quickstart Guide](/getting-started/quickstart/installation-and-setup/#windows)
* Prompt, plan, and execute fully autonomous tasks from [Agent Mode with Dispatch](/agent-platform/local-agents/interacting-with-agents/) (Beta)
* Add codebase context support to Agent Mode. Currently enabled for Git repositories only.
* \[macOS] You can now customize your [App Icon](https://docs.warp.dev/terminal/appearance/app-icons) in `Settings > Appearance > Icon`.
* Create and store [Rules](https://docs.warp.dev/knowledge-and-collaboration/rules) to use as Agent Mode context.
* Create and store [Rules](/agent-platform/capabilities/rules/) to use as Agent Mode context.
* Show default suggestions in Agent Mode input.

**Bug fixes**
Expand Down
8 changes: 4 additions & 4 deletions src/content/docs/changelog/2026.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
* Add a `/changelog` command for reopening the latest changelog, and keep the update toast visible until dismissed.
* Added syntax highlighting for Dockerfiles in the file editor.
* Added a setting to hide agent-executed commands from shell history, now enabled by default.
* MCP servers detected from third-party agents (Claude, Codex) are now visible and spawnable from the MCP servers page in Warp's AI settings. For more, see our [docs](https://docs.warp.dev/agent-platform/warp-agents/mcp#file-based-mcp-servers) on file-based MCP servers.
* MCP servers detected from third-party agents (Claude, Codex) are now visible and spawnable from the MCP servers page in Warp's AI settings. For more, see our [docs](/agent-platform/capabilities/mcp/#file-based-mcp-servers) on file-based MCP servers.

**Bug fixes**

Expand All @@ -385,7 +385,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd

**New features**

* Warp now automatically detects global and project-scoped MCP servers configured with `claude` or `codex`. Toggle **File-based MCP servers** in **Settings** > **AI** to auto-spawn servers based on your local configuration. See [docs](https://docs.warp.dev/agent-platform/warp-agents/mcp#file-based-mcp-servers) for more.
* Warp now automatically detects global and project-scoped MCP servers configured with `claude` or `codex`. Toggle **File-based MCP servers** in **Settings** > **AI** to auto-spawn servers based on your local configuration. See [docs](/agent-platform/capabilities/mcp/#file-based-mcp-servers) for more.
* Added Go to Line dialog in the code editor (`CTRL-G`) with line:column support.

**Improvements**
Expand Down Expand Up @@ -579,8 +579,8 @@ Oz is Warp's orchestration platform for cloud agents: launch parallel agents, au

#### Agent Capabilities

* **Skills** — reusable instruction sets that agents auto-discover from your project or home directory. Invoke with `/{skill-name}` or run as scheduled cloud agents for repeatable automation. [Skills docs →](https://docs.warp.dev/agent-platform/warp-agents/skills)
* **Computer Use** — agents can interact with desktop environments in sandboxed cloud containers—take screenshots, click, type, and test UI changes. [Computer Use docs →](https://docs.warp.dev/agent-platform/warp-agents/computer-use)
* **Skills** — reusable instruction sets that agents auto-discover from your project or home directory. Invoke with `/{skill-name}` or run as scheduled cloud agents for repeatable automation. [Skills docs →](/agent-platform/capabilities/skills/)
* **Computer Use** — agents can interact with desktop environments in sandboxed cloud containers—take screenshots, click, type, and test UI changes. [Computer Use docs →](/agent-platform/capabilities/computer-use/)

### 2026.02.04 (v0.2026.02.04.08.20)

Expand Down
Loading