Skip to content

Commit 6df4f82

Browse files
Fix stale changelog docs links (#61)
Co-authored-by: Oz <oz-agent@warp.dev>
1 parent ded713d commit 6df4f82

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/content/docs/changelog/2024.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
305305
**New features**
306306

307307
* Powershell is now supported! Make `pwsh` your default shell for your user account or select `pwsh` in Settings > Features > Startup shell for new sessions.
308-
* 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).
308+
* 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/).
309309
* Your Agent Mode blocks and queries are now restored across sessions.
310310

311311
**Improvements**

src/content/docs/changelog/2025.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
6565

6666
**New features**
6767

68-
* [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.
69-
* [`/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.
70-
* [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.
68+
* [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.
69+
* [`/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.
70+
* [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.
7171
* [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.
72-
* 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.
72+
* 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.
7373

7474
### 2025.11.12 (v0.2025.11.12.08.12)
7575

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

267267
**New Features**
268268

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

280280
**New features**
281281

282-
* [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.
282+
* [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.
283283

284284
**Improvements**
285285

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

303303
* 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.
304-
* 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).
305-
* 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).
306-
* 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).
304+
* Agent Mode now creates and tracks task lists for more complex workflows. See [Agent Task Lists](/agent-platform/capabilities/task-lists/).
305+
* Added support for defining project-scoped rules with a WARP.md file. See [Rules](/agent-platform/capabilities/rules/#project-rules).
306+
* 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/).
307307

308308
**Improvements**
309309

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

533533
**New Features**
534534

535-
* 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).
535+
* 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/).
536536

537537
### 2025.05.21 (v0.2025.05.21.08.11)
538538

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

760760
**New features**
761761

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

769769
**Bug fixes**

src/content/docs/changelog/2026.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Submit bugs and feature requests on our [GitHub board!](https://github.com/warpd
453453
* Add a `/changelog` command for reopening the latest changelog, and keep the update toast visible until dismissed.
454454
* Added syntax highlighting for Dockerfiles in the file editor.
455455
* Added a setting to hide agent-executed commands from shell history, now enabled by default.
456-
* 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.
456+
* 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.
457457

458458
**Bug fixes**
459459

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

479479
**New features**
480480

481-
* 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.
481+
* 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.
482482
* Added Go to Line dialog in the code editor (`CTRL-G`) with line:column support.
483483

484484
**Improvements**
@@ -672,8 +672,8 @@ Oz is Warp's orchestration platform for cloud agents: launch parallel agents, au
672672

673673
#### Agent Capabilities
674674

675-
* **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)
676-
* **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)
675+
* **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/)
676+
* **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/)
677677

678678
### 2026.02.04 (v0.2026.02.04.08.20)
679679

0 commit comments

Comments
 (0)