Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdd218a

Browse files
committed
chore: hide CODER_AIBRIDGE_ENABLED
1 parent53a53a7 commitcdd218a

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

‎cli/testdata/coder_server_--help.golden‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ OPTIONS:
8080
Periodically check for new releases of Coder and inform the owner. The
8181
check is performed once per day.
8282

83-
AIBRIDGE OPTIONS:
84-
--aibridge-enabled bool, $CODER_AIBRIDGE_ENABLED (default: false)
85-
Whether to start an in-memory aibridged instance ("aibridge"
86-
experiment must be enabled, too).
87-
8883
CLIENT OPTIONS:
8984
These options change the behavior of how clients interact with the Coder.
9085
Clients include the Coder CLI, Coder Desktop, IDE extensions, and the web UI.

‎codersdk/deployment.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3239,7 +3239,7 @@ Write out the current server config as YAML to stdout.`,
32393239
Default:"false",
32403240
Group:&deploymentGroupAIBridge,
32413241
YAML:"enabled",
3242-
Hidden:false,
3242+
Hidden:true,
32433243
},
32443244
{
32453245
Name:"AIBridge OpenAI Base URL",

‎docs/reference/cli/server.md‎

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎enterprise/cli/testdata/coder_server_--help.golden‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ OPTIONS:
8181
Periodically check for new releases of Coder and inform the owner. The
8282
check is performed once per day.
8383

84-
AIBRIDGE OPTIONS:
85-
--aibridge-enabled bool, $CODER_AIBRIDGE_ENABLED (default: false)
86-
Whether to start an in-memory aibridged instance ("aibridge"
87-
experiment must be enabled, too).
88-
8984
CLIENT OPTIONS:
9085
These options change the behavior of how clients interact with the Coder.
9186
Clients include the Coder CLI, Coder Desktop, IDE extensions, and the web UI.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp