From a6d33ffd75bae3fcd9aa1d309b435d53f75aad9b Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 2 Apr 2025 12:32:44 +0000 Subject: [PATCH 1/2] chore: mention specific Coder version in experimental AI module features --- claude-code/README.md | 8 +++++--- goose/README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/claude-code/README.md b/claude-code/README.md index 2422f174..4b7dffbc 100644 --- a/claude-code/README.md +++ b/claude-code/README.md @@ -34,9 +34,11 @@ The `codercom/oss-dogfood:latest` container image can be used for testing on con ### Run in the background and report tasks (Experimental) -> 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 as of Coder v2.21 and is subject to change. +> Do not run in production as it is unstable. +> Instead, deploy these changes into a demo or staging environment. +> +> Learn more in [the Coder documentation](https://coder.com/docs/tutorials/ai-agents) > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. diff --git a/goose/README.md b/goose/README.md index 5735cb76..ed5e09ed 100644 --- a/goose/README.md +++ b/goose/README.md @@ -35,9 +35,11 @@ Your workspace must have `screen` installed to use this. ### Run in the background and report tasks (Experimental) -> 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 as of Coder v2.21 and is subject to change. +> Do not run in production as it is unstable. +> Instead, deploy these changes into a demo or staging environment. +> +> Learn more in [the Coder documentation](https://coder.com/docs/tutorials/ai-agents) > > Join our [Discord channel](https://discord.gg/coder) or > [contact us](https://coder.com/contact) to get help or share feedback. From f5b2db385627fcfedb330434f06706cacd4c1387 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 2 Apr 2025 12:47:29 +0000 Subject: [PATCH 2/2] chore: soften disclaimers in module docs --- claude-code/README.md | 6 +++--- goose/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/claude-code/README.md b/claude-code/README.md index 4b7dffbc..f96aa632 100644 --- a/claude-code/README.md +++ b/claude-code/README.md @@ -34,9 +34,9 @@ The `codercom/oss-dogfood:latest` container image can be used for testing on con ### Run in the background and report tasks (Experimental) -> This functionality is in early access as of Coder v2.21 and is 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. > > Learn more in [the Coder documentation](https://coder.com/docs/tutorials/ai-agents) > diff --git a/goose/README.md b/goose/README.md index ed5e09ed..a8061f70 100644 --- a/goose/README.md +++ b/goose/README.md @@ -35,9 +35,9 @@ Your workspace must have `screen` installed to use this. ### Run in the background and report tasks (Experimental) -> This functionality is in early access as of Coder v2.21 and is 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. > > Learn more in [the Coder documentation](https://coder.com/docs/tutorials/ai-agents) >