Skip to content

Commit abc59ec

Browse files
committed
Merge branch 'main' of github.com:/coder/coder into yevhenii/prebuilds-minor-fix
2 parents e04ae44 + c7fc7b9 commit abc59ec

File tree

191 files changed

+690
-1794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+690
-1794
lines changed

cli/ssh.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,10 @@ func writeCoderConnectNetInfo(ctx context.Context, networkInfoDir string) error
15421542
if !ok {
15431543
fs = afero.NewOsFs()
15441544
}
1545+
if err := fs.MkdirAll(networkInfoDir, 0o700); err != nil {
1546+
return xerrors.Errorf("mkdir: %w", err)
1547+
}
1548+
15451549
// The VS Code extension obtains the PID of the SSH process to
15461550
// find the log file associated with a SSH session.
15471551
//

docs/ai-coder/best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> [!NOTE]
44
>
5-
> This functionality is in early access and is evolving rapidly.
5+
> This functionality is in beta and is evolving rapidly.
66
>
7-
> For now, we recommend testing it in a demo or staging environment,
8-
> rather than deploying to production.
7+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
8+
> Always review AI-generated content before using it in critical systems.
99
>
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/coder-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> [!NOTE]
22
>
3-
> This functionality is in early access and is evolving rapidly.
3+
> This functionality is in beta and is evolving rapidly.
44
>
5-
> For now, we recommend testing it in a demo or staging environment,
6-
> rather than deploying to production.
5+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
6+
> Always review AI-generated content before using it in critical systems.
77
>
88
> Join our [Discord channel](https://discord.gg/coder) or
99
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/create-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> [!NOTE]
44
>
5-
> This functionality is in early access and is evolving rapidly.
5+
> This functionality is in beta and is evolving rapidly.
66
>
7-
> For now, we recommend testing it in a demo or staging environment,
8-
> rather than deploying to production.
7+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
8+
> Always review AI-generated content before using it in critical systems.
99
>
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/custom-agents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> [!NOTE]
44
>
5-
> This functionality is in early access and is evolving rapidly.
5+
> This functionality is in beta and is evolving rapidly.
66
>
7-
> For now, we recommend testing it in a demo or staging environment,
8-
> rather than deploying to production.
7+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
8+
> Always review AI-generated content before using it in critical systems.
99
>
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/headless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> [!NOTE]
22
>
3-
> This functionality is in early access and is evolving rapidly.
3+
> This functionality is in beta and is evolving rapidly.
44
>
5-
> For now, we recommend testing it in a demo or staging environment,
6-
> rather than deploying to production.
5+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
6+
> Always review AI-generated content before using it in critical systems.
77
>
88
> Join our [Discord channel](https://discord.gg/coder) or
99
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/ide-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
> [!NOTE]
22
>
3-
> This functionality is in early access and is evolving rapidly.
3+
> This functionality is in beta and is evolving rapidly.
44
>
5-
> For now, we recommend testing it in a demo or staging environment,
6-
> rather than deploying to production.
5+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
6+
> Always review AI-generated content before using it in critical systems.
77
>
88
> Join our [Discord channel](https://discord.gg/coder) or
99
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> [!NOTE]
44
>
5-
> This functionality is in early access and is evolving rapidly.
5+
> This functionality is in beta and is evolving rapidly.
66
>
7-
> For now, we recommend testing it in a demo or staging environment,
8-
> rather than deploying to production.
7+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
8+
> Always review AI-generated content before using it in critical systems.
99
>
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/issue-tracker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
> [!NOTE]
44
>
5-
> This functionality is in early access and is evolving rapidly.
5+
> This functionality is in beta and is evolving rapidly.
66
>
7-
> For now, we recommend testing it in a demo or staging environment,
8-
> rather than deploying to production.
7+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
8+
> Always review AI-generated content before using it in critical systems.
99
>
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.

docs/ai-coder/securing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
>
33
> This functionality is in early access and is evolving rapidly.
44
>
5-
> For now, we recommend testing it in a demo or staging environment,
6-
> rather than deploying to production.
5+
> When using any AI tool for development, exercise a level of caution appropriate to your use case and environment.
6+
> Always review AI-generated content before using it in critical systems.
77
>
88
> Join our [Discord channel](https://discord.gg/coder) or
99
> [contact us](https://coder.com/contact) to get help or share feedback.

0 commit comments

Comments
 (0)