You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -3238,9 +3238,9 @@ Write out the current server config as YAML to stdout.`,
3238
3238
YAML:"hideAITasks",
3239
3239
},
3240
3240
3241
-
//AIBridge Options
3241
+
//AI Bridge Options
3242
3242
{
3243
-
Name:"AIBridge Enabled",
3243
+
Name:"AI Bridge Enabled",
3244
3244
Description:"Whether to start an in-memory aibridged instance.",
3245
3245
Flag:"aibridge-enabled",
3246
3246
Env:"CODER_AIBRIDGE_ENABLED",
@@ -3250,7 +3250,7 @@ Write out the current server config as YAML to stdout.`,
3250
3250
YAML:"enabled",
3251
3251
},
3252
3252
{
3253
-
Name:"AIBridge OpenAI Base URL",
3253
+
Name:"AI Bridge OpenAI Base URL",
3254
3254
Description:"The base URL of the OpenAI API.",
3255
3255
Flag:"aibridge-openai-base-url",
3256
3256
Env:"CODER_AIBRIDGE_OPENAI_BASE_URL",
@@ -3260,7 +3260,7 @@ Write out the current server config as YAML to stdout.`,
3260
3260
YAML:"openai_base_url",
3261
3261
},
3262
3262
{
3263
-
Name:"AIBridge OpenAI Key",
3263
+
Name:"AI Bridge OpenAI Key",
3264
3264
Description:"The key to authenticate against the OpenAI API.",
3265
3265
Flag:"aibridge-openai-key",
3266
3266
Env:"CODER_AIBRIDGE_OPENAI_KEY",
@@ -3270,7 +3270,7 @@ Write out the current server config as YAML to stdout.`,
3270
3270
YAML:"openai_key",
3271
3271
},
3272
3272
{
3273
-
Name:"AIBridge Anthropic Base URL",
3273
+
Name:"AI Bridge Anthropic Base URL",
3274
3274
Description:"The base URL of the Anthropic API.",
3275
3275
Flag:"aibridge-anthropic-base-url",
3276
3276
Env:"CODER_AIBRIDGE_ANTHROPIC_BASE_URL",
@@ -3280,7 +3280,7 @@ Write out the current server config as YAML to stdout.`,
3280
3280
YAML:"anthropic_base_url",
3281
3281
},
3282
3282
{
3283
-
Name:"AIBridge Anthropic Key",
3283
+
Name:"AI Bridge Anthropic Key",
3284
3284
Description:"The key to authenticate against the Anthropic API.",
3285
3285
Flag:"aibridge-anthropic-key",
3286
3286
Env:"CODER_AIBRIDGE_ANTHROPIC_KEY",
@@ -3290,7 +3290,7 @@ Write out the current server config as YAML to stdout.`,
3290
3290
YAML:"anthropic_key",
3291
3291
},
3292
3292
{
3293
-
Name:"AIBridge Bedrock Region",
3293
+
Name:"AI Bridge Bedrock Region",
3294
3294
Description:"The AWS Bedrock API region.",
3295
3295
Flag:"aibridge-bedrock-region",
3296
3296
Env:"CODER_AIBRIDGE_BEDROCK_REGION",
@@ -3300,7 +3300,7 @@ Write out the current server config as YAML to stdout.`,
3300
3300
YAML:"bedrock_region",
3301
3301
},
3302
3302
{
3303
-
Name:"AIBridge Bedrock Access Key",
3303
+
Name:"AI Bridge Bedrock Access Key",
3304
3304
Description:"The access key to authenticate against the AWS Bedrock API.",
3305
3305
Flag:"aibridge-bedrock-access-key",
3306
3306
Env:"CODER_AIBRIDGE_BEDROCK_ACCESS_KEY",
@@ -3310,7 +3310,7 @@ Write out the current server config as YAML to stdout.`,
3310
3310
YAML:"bedrock_access_key",
3311
3311
},
3312
3312
{
3313
-
Name:"AIBridge Bedrock Access Key Secret",
3313
+
Name:"AI Bridge Bedrock Access Key Secret",
3314
3314
Description:"The access key secret to use with the access key to authenticate against the AWS Bedrock API.",
3315
3315
Flag:"aibridge-bedrock-access-key-secret",
3316
3316
Env:"CODER_AIBRIDGE_BEDROCK_ACCESS_KEY_SECRET",
@@ -3320,7 +3320,7 @@ Write out the current server config as YAML to stdout.`,
3320
3320
YAML:"bedrock_access_key_secret",
3321
3321
},
3322
3322
{
3323
-
Name:"AIBridge Bedrock Model",
3323
+
Name:"AI Bridge Bedrock Model",
3324
3324
Description:"The model to use when making requests to the AWS Bedrock API.",
3325
3325
Flag:"aibridge-bedrock-model",
3326
3326
Env:"CODER_AIBRIDGE_BEDROCK_MODEL",
@@ -3330,7 +3330,7 @@ Write out the current server config as YAML to stdout.`,
3330
3330
YAML:"bedrock_model",
3331
3331
},
3332
3332
{
3333
-
Name:"AIBridge Bedrock Small Fast Model",
3333
+
Name:"AI Bridge Bedrock Small Fast Model",
3334
3334
Description:"The small fast model to use when making requests to the AWS Bedrock API. Claude Code uses Haiku-class models to perform background tasks. See https://docs.claude.com/en/docs/claude-code/settings#environment-variables.",
@@ -172,7 +172,7 @@ func populatedAndConvertAIBridgeInterceptions(ctx context.Context, db database.S
172
172
ids[i]=row.AIBridgeInterception.ID
173
173
}
174
174
175
-
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AIBridge interception subresources use the same authorization call as their parent.
175
+
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AI Bridge interception subresources use the same authorization call as their parent.
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AIBridge interception subresources use the same authorization call as their parent.
185
+
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AI Bridge interception subresources use the same authorization call as their parent.
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AIBridge interception subresources use the same authorization call as their parent.
195
+
//nolint:gocritic // This is a system function until we implement a join for aibridge interceptions.AI Bridge interception subresources use the same authorization call as their parent.