From c418e86a4da8fa39773d35c08cda0150ec7f2cff Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 2 Apr 2025 08:00:06 -0500 Subject: [PATCH] chore: slightly soften disclaimers for AI features (#17223) --- docs/tutorials/ai-agents/README.md | 6 +++--- docs/tutorials/ai-agents/best-practices.md | 6 +++--- docs/tutorials/ai-agents/coder-dashboard.md | 6 +++--- docs/tutorials/ai-agents/create-template.md | 6 +++--- docs/tutorials/ai-agents/custom-agents.md | 8 ++++---- docs/tutorials/ai-agents/headless.md | 6 +++--- docs/tutorials/ai-agents/ide-integration.md | 6 +++--- docs/tutorials/ai-agents/issue-tracker.md | 6 +++--- docs/tutorials/ai-agents/securing.md | 6 +++--- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/docs/tutorials/ai-agents/README.md b/docs/tutorials/ai-agents/README.md index ca0234dd91..fe3ef1bb97 100644 --- a/docs/tutorials/ai-agents/README.md +++ b/docs/tutorials/ai-agents/README.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/best-practices.md b/docs/tutorials/ai-agents/best-practices.md index 2c75f91d6c..82df73ce21 100644 --- a/docs/tutorials/ai-agents/best-practices.md +++ b/docs/tutorials/ai-agents/best-practices.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/coder-dashboard.md b/docs/tutorials/ai-agents/coder-dashboard.md index 598f58d006..bc66019149 100644 --- a/docs/tutorials/ai-agents/coder-dashboard.md +++ b/docs/tutorials/ai-agents/coder-dashboard.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/create-template.md b/docs/tutorials/ai-agents/create-template.md index 4f7501371e..56b51505ff 100644 --- a/docs/tutorials/ai-agents/create-template.md +++ b/docs/tutorials/ai-agents/create-template.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/custom-agents.md b/docs/tutorials/ai-agents/custom-agents.md index e1a83ae1ea..5c276eb4bd 100644 --- a/docs/tutorials/ai-agents/custom-agents.md +++ b/docs/tutorials/ai-agents/custom-agents.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. @@ -23,7 +23,7 @@ Coder uses the [MCP protocol](https://modelcontextprotocol.io/introduction) to r First, your template will need a [coder_app](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app) for the agent. This can be a web app or command run in the terminal and ideally gives the user a UI to interact with or view more details about the agent. -From there, the agent can run the MCP server with the `coder exp mcp server` command. You will need to set the `CODER_MCP_APP_STATUS_SLUG` environment variable to match the slug in the coder_app resource. +From there, the agent can run the MCP server with the `coder exp mcp server` command. You will need to set the `CODER_MCP_APP_STATUS_SLUG` environment variable to match the slug in the coder_app resource. `CODER_AGENT_TOKEN` must also be set, but will be present inside a Coder workspace. ## Example diff --git a/docs/tutorials/ai-agents/headless.md b/docs/tutorials/ai-agents/headless.md index acf95712fb..c2c415380a 100644 --- a/docs/tutorials/ai-agents/headless.md +++ b/docs/tutorials/ai-agents/headless.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/ide-integration.md b/docs/tutorials/ai-agents/ide-integration.md index 5634fe7173..678faf18a7 100644 --- a/docs/tutorials/ai-agents/ide-integration.md +++ b/docs/tutorials/ai-agents/ide-integration.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/issue-tracker.md b/docs/tutorials/ai-agents/issue-tracker.md index ba4af3bad9..597dd652dd 100644 --- a/docs/tutorials/ai-agents/issue-tracker.md +++ b/docs/tutorials/ai-agents/issue-tracker.md @@ -2,9 +2,9 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/docs/tutorials/ai-agents/securing.md b/docs/tutorials/ai-agents/securing.md index f4e1f47ab3..31b628b83e 100644 --- a/docs/tutorials/ai-agents/securing.md +++ b/docs/tutorials/ai-agents/securing.md @@ -1,8 +1,8 @@ > [!NOTE] > -> This functionality is in early access and subject to change. Do not run in -> production as it is unstable. Instead, deploy these changes into a demo or -> staging environment. +> This functionality is in early access and still evolving. +> For now, we recommend testing it in a demo or staging environment, +> rather than deploying to production. > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback.