diff --git a/docs/agent-platform/README.md b/docs/agent-platform/README.md index fc214285c..0f4d51bc5 100644 --- a/docs/agent-platform/README.md +++ b/docs/agent-platform/README.md @@ -8,7 +8,7 @@ description: > Warp includes **Oz**, the orchestration platform for cloud agents. While Warp provides the terminal and coding surface you work in day-to-day, Oz is the underlying orchestration layer that makes running agents at scale possible. -Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE), so the editor and terminal that host your agents are fully auditable. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the source and contribution flow. +Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL), so the editor and terminal that host your agents are fully auditable. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the source and contribution flow. With Oz, you can: diff --git a/docs/agent-platform/warp-agents/README.md b/docs/agent-platform/warp-agents/README.md index a0a9f1af7..9904320a5 100644 --- a/docs/agent-platform/warp-agents/README.md +++ b/docs/agent-platform/warp-agents/README.md @@ -16,7 +16,7 @@ Warp's AI features can be globally disabled in **Settings** > **Agents** > **War These features send input data to various LLM providers through their API. Warp is **SOC 2 compliant** and has **Zero Data Retention** policies with all contracted LLM providers — no customer AI data is retained, stored, or used for training. Read more about data privacy for Warp features [on our privacy page](https://www.warp.dev/privacy). {% endhint %} -Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp). The agent surface you're reading about is built in the open — see [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) to read the code, file issues, or shape the roadmap. +Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp). The agent surface you're reading about is built in the open — see [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) to read the code, file issues, or shape the roadmap. ## What you can do with agents diff --git a/docs/agent-platform/warp-agents/codebase-context.md b/docs/agent-platform/warp-agents/codebase-context.md index 603005a45..d56587dbf 100644 --- a/docs/agent-platform/warp-agents/codebase-context.md +++ b/docs/agent-platform/warp-agents/codebase-context.md @@ -140,6 +140,6 @@ Here's an example from [Warp Guides](https://docs.warp.dev/guides), where Zach d With your codebase indexed, you can browse your project directly in Warp and start letting agents take action on your code. -* **[File Tree](https://docs.warp.dev/warp/code/code-editor/file-tree)** - Browse your project structure in Warp's sidebar and open files directly. -* **[Code editor](https://docs.warp.dev/warp/code/code-editor)** - Edit files with syntax highlighting, LSP support, and find-and-replace without leaving Warp. +* **[File Tree](https://docs.warp.dev/code/code-editor/file-tree)** - Browse your project structure in Warp's sidebar and open files directly. +* **[Code editor](https://docs.warp.dev/code/code-editor)** - Edit files with syntax highlighting, LSP support, and find-and-replace without leaving Warp. * **[Agent profiles and permissions](agent-profiles-permissions.md)** - Configure how much autonomy the agent has when working with your code. diff --git a/docs/agent-platform/warp-agents/slash-commands.md b/docs/agent-platform/warp-agents/slash-commands.md index a44a5d136..1c5a1d9bb 100644 --- a/docs/agent-platform/warp-agents/slash-commands.md +++ b/docs/agent-platform/warp-agents/slash-commands.md @@ -16,7 +16,7 @@ As you type, the menu filters results in real time, making it easy to find and r Warp currently supports the following built-in Slash Commands: -
Slash CommandDescription
/add-mcpAdd a new MCP server.
/add-promptAdd a new Agent Prompt in Warp Drive.
/add-ruleAdd a new Global Rule for the Agent.
/agentStart a new agent conversation. Optionally include a prompt to send immediately.
/changelogOpen the latest Warp changelog.
/cloud-agentStart a new cloud agent conversation. *
/compactFree up context by summarizing conversation history.
/compact-andCompact the current conversation and then send a follow-up prompt.
/conversationsOpen conversation history.
/costToggle credit usage details in the current conversation.
/create-environmentCreate a Warp Environment (Docker image + repos) via guided setup. *
/create-new-projectHave the Agent walk you through creating a new coding project. *
/export-to-clipboardExport the current conversation to clipboard in markdown format.
/export-to-fileExport the current conversation to a markdown file.
/feedbackSend feedback to the Warp team. Only the Agent-drafted flow consumes credits. See Using /feedback in Warp for details. *
/forkForks the current conversation into a new thread with the full context and history of the original.

You can optionally include a prompt that will be sent immediately in the forked conversation.
/fork-and-compactForks the current conversation and automatically compacts the forked version.

Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest.
/fork-fromOpen a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point.
/indexIndex the current codebase using Codebase Context.
/initIndex the current codebase and generate an AGENTS.md file. *
/modelSwitch the base agent model for the current conversation.
/newStart a new agent conversation (alias for /agent).
/open-code-reviewOpen the code review pane.
/open-fileOpen a file for editing in Warp's code editor.
/open-mcp-serversView the status of your MCP servers.
/open-project-rulesOpen the Project Rules file (AGENTS).
/open-repoSwitch to another indexed repository.
/open-rulesView all of your global and project rules.
/open-settings-fileOpen the Warp settings file (settings.toml) in Warp's code editor.
/open-skillOpen an interactive menu to browse and edit project or global skills.
/orchestrateBreak a task into subtasks and run them in parallel with multiple agents. *
/planPrompt the Agent to do some research and create a plan for a task.
/pr-commentsPull GitHub PR review comments into Warp. *
/profileSwitch the active execution profile.
/promptsSearch saved prompts.
/rename-tabRename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy).
/rewindRewind to a previous point in the conversation.
/skillsInvoke a skill from a searchable menu.
/usageOpen billing and usage settings.
+
Slash CommandDescription
/add-mcpAdd a new MCP server.
/add-promptAdd a new Agent Prompt in Warp Drive.
/add-ruleAdd a new Global Rule for the Agent.
/agentStart a new agent conversation. Optionally include a prompt to send immediately.
/changelogOpen the latest Warp changelog.
/cloud-agentStart a new cloud agent conversation. *
/compactFree up context by summarizing conversation history.
/compact-andCompact the current conversation and then send a follow-up prompt.
/conversationsOpen conversation history.
/costToggle credit usage details in the current conversation.
/create-environmentCreate a Warp Environment (Docker image + repos) via guided setup. *
/create-new-projectHave the Agent walk you through creating a new coding project. *
/export-to-clipboardExport the current conversation to clipboard in markdown format.
/export-to-fileExport the current conversation to a markdown file.
/feedbackSend feedback to the Warp team. Only the Agent-drafted flow consumes credits. See Using /feedback in Warp for details. *
/forkForks the current conversation into a new thread with the full context and history of the original.

You can optionally include a prompt that will be sent immediately in the forked conversation.
/fork-and-compactForks the current conversation and automatically compacts the forked version.

Useful when you want a fresh, summarized starting point that preserves relevant context while trimming the rest.
/fork-fromOpen a searchable menu to fork the conversation from a specific query. Select a query to create a fork that includes everything up to that point.
/indexIndex the current codebase using Codebase Context.
/initIndex the current codebase and generate an AGENTS.md file. *
/modelSwitch the base agent model for the current conversation.
/newStart a new agent conversation (alias for /agent).
/open-code-reviewOpen the code review pane.
/open-fileOpen a file for editing in Warp's code editor.
/open-mcp-serversView the status of your MCP servers.
/open-project-rulesOpen the Project Rules file (AGENTS).
/open-repoSwitch to another indexed repository.
/open-rulesView all of your global and project rules.
/open-settings-fileOpen the Warp settings file (settings.toml) in Warp's code editor.
/open-skillOpen an interactive menu to browse and edit project or global skills.
/orchestrateBreak a task into subtasks and run them in parallel with multiple agents. *
/planPrompt the Agent to do some research and create a plan for a task.
/pr-commentsPull GitHub PR review comments into Warp. *
/profileSwitch the active execution profile.
/promptsSearch saved prompts.
/rename-tabRename the current tab. Include the new tab name as an argument (for example, /rename-tab deploy).
/rewindRewind to a previous point in the conversation.
/skillsInvoke a skill from a searchable menu.
/usageOpen billing and usage settings.
{% hint style="warning" %} Slash commands marked with a `*` consume credits to complete the task. diff --git a/docs/enterprise/README.md b/docs/enterprise/README.md index 8c346f723..c8d16d1e5 100644 --- a/docs/enterprise/README.md +++ b/docs/enterprise/README.md @@ -31,7 +31,7 @@ Warp Enterprise serves three primary audiences: ### Security and compliance * **SOC 2 Type II certified** - Meets enterprise security and compliance requirements * **Zero Data Retention (ZDR)** - No customer data is retained, stored, or used for training by contracted LLM providers -* **Open source client** - Warp's client code is published under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp) for security review and audit +* **Open source client** - Warp's client code is published under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp) for security review and audit * **Bring Your Own LLM (BYOLLM)** - Route inference through your own cloud infrastructure (AWS Bedrock) * **Flexible deployment** - Choose Warp-hosted or hybrid deployment models * **Telemetry controls** - Configure what data is collected at the team level diff --git a/docs/enterprise/security-and-compliance/security-overview.md b/docs/enterprise/security-and-compliance/security-overview.md index 050a685bd..d06593bb7 100644 --- a/docs/enterprise/security-and-compliance/security-overview.md +++ b/docs/enterprise/security-and-compliance/security-overview.md @@ -15,7 +15,7 @@ Warp's security philosophy centers on **transparency and developer control**: * **Real-time monitoring** - Use Warp's [Network Log](https://docs.warp.dev/support-and-community/privacy-and-security/network-log) to monitor all network requests in real time * **Opt-out controls** - Disable telemetry and crash reporting at any time while retaining full functionality * **Team-level enforcement** - Admins can configure telemetry and data collection policies for the entire organization -* **Open source client** - Warp's client code is published under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), so security teams can audit the codebase directly. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the source repository and the security reporting process. +* **Open source client** - Warp's client code is published under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), so security teams can audit the codebase directly. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the source repository and the security reporting process. ## What telemetry does Warp collect and why? diff --git a/docs/support-and-community/community/contributing.md b/docs/support-and-community/community/contributing.md index a4ab11c3c..4b2313a2f 100644 --- a/docs/support-and-community/community/contributing.md +++ b/docs/support-and-community/community/contributing.md @@ -7,7 +7,7 @@ description: >- # Contributing to Warp -Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md). +Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), and there's room for every kind of contribution — from a one-line bug report to a full feature PR, a new theme, or a workflow that ships to every Warp user. For the full code contribution flow, see [`CONTRIBUTING.md`](https://github.com/warpdotdev/warp/blob/master/CONTRIBUTING.md). ## Ways you can contribute diff --git a/docs/support-and-community/plans-and-billing/pricing-faqs.md b/docs/support-and-community/plans-and-billing/pricing-faqs.md index 902adc59a..d44f52630 100644 --- a/docs/support-and-community/plans-and-billing/pricing-faqs.md +++ b/docs/support-and-community/plans-and-billing/pricing-faqs.md @@ -164,7 +164,7 @@ Warp doesn’t currently offer discounts for students or non-profits. We recomme For open source teams, two paths are available: * The [Oz Open Source Partnership](https://docs.warp.dev/support-and-community/community/open-source-partnership) program offers free Oz agent credits to high-impact open source projects. -* Warp's client itself is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE), so you can build, run, and contribute to it directly. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the flow. +* Warp's client itself is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL), so you can build, run, and contribute to it directly. See [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) for the flow. ### Where is Warp Drive data for my team stored? diff --git a/docs/support-and-community/privacy-and-security/privacy.md b/docs/support-and-community/privacy-and-security/privacy.md index 67b59f3dc..adcd3d168 100644 --- a/docs/support-and-community/privacy-and-security/privacy.md +++ b/docs/support-and-community/privacy-and-security/privacy.md @@ -15,7 +15,7 @@ Our philosophy is complete transparency and control over any data leaving your m * Read a complete list of [all the telemetry events](privacy.md#exhaustive-telemetry-table) that get sent for app analytics * Monitor telemetry in real-time with Warp's native [Network Log](network-log.md) * [Opt out](privacy.md#how-to-disable-telemetry-and-crash-reporting) of telemetry at any time -* Read and audit Warp's client source code at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) +* Read and audit Warp's client source code at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) ## What telemetry data does Warp collect and why? diff --git a/docs/warp/README.md b/docs/warp/README.md index 3e1538ce3..c7654af99 100644 --- a/docs/warp/README.md +++ b/docs/warp/README.md @@ -82,7 +82,7 @@ Oz is multi-model by design. You can [choose your preferred LLM](https://docs.wa ## Open source -Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE). The source lives at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), where you can read the code, file issues, and contribute alongside the Warp team. Development happens in the open with an agent-first workflow managed by Oz. +Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL). The source lives at [`warpdotdev/warp`](https://github.com/warpdotdev/warp), where you can read the code, file issues, and contribute alongside the Warp team. Development happens in the open with an agent-first workflow managed by Oz. → [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) explains how to file issues, claim work, and ship code or themes. diff --git a/docs/warp/getting-started/customizing-warp.md b/docs/warp/getting-started/customizing-warp.md index 6b4c31db4..a01c4ae5b 100644 --- a/docs/warp/getting-started/customizing-warp.md +++ b/docs/warp/getting-started/customizing-warp.md @@ -8,7 +8,7 @@ description: >- Warp is deeply customizable. Whether you use Warp primarily as a modern terminal or as an AI-powered development environment, you can tailor the experience to fit how you work. Configure the terminal side (themes, keybindings, vertical tabs, tab configs) and the AI side (model choice, agent autonomy, default mode) independently. -Use the quick-reference table to find what you need, or browse the sections below for more details. If you want to go further than configuration, Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE) — see [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) to build a custom variant or contribute changes upstream. +Use the quick-reference table to find what you need, or browse the sections below for more details. If you want to go further than configuration, Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL) — see [Contributing to Warp](https://docs.warp.dev/support-and-community/community/contributing) to build a custom variant or contribute changes upstream. ## Quick reference diff --git a/docs/warp/getting-started/installation-and-setup.md b/docs/warp/getting-started/installation-and-setup.md index edbc2b579..cdf7f2725 100644 --- a/docs/warp/getting-started/installation-and-setup.md +++ b/docs/warp/getting-started/installation-and-setup.md @@ -181,7 +181,7 @@ Want to try our newest features? [Warp Preview](https://docs.warp.dev/support-an ## Build from source -Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE), so you can build it yourself from [`warpdotdev/warp`](https://github.com/warpdotdev/warp). +Warp's client is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL), so you can build it yourself from [`warpdotdev/warp`](https://github.com/warpdotdev/warp). Clone the repo, bootstrap toolchain dependencies, and start a development build: diff --git a/docs/warp/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.md b/docs/warp/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.md index 06d5ff1bd..b660c4aac 100644 --- a/docs/warp/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.md +++ b/docs/warp/getting-started/migrate-to-warp/migrate-to-warp-from-claude-code.md @@ -14,7 +14,7 @@ Claude Code is different from the other sources in this section: it's not a term ## Using Claude Code inside Warp -Warp provides first-class support for Claude Code through its [third-party CLI agents](https://docs.warp.dev/agent-platform/cli-agents) integration. Open a new tab and run: +Warp provides first-class support for Claude Code through its [third-party CLI agents](https://docs.warp.dev/agent-platform/cli-agents/overview) integration. Open a new tab and run: ```bash claude