Skip to content

Commit d68d0b8

Browse files
committed
fix: use RooCode instead of roo-cline for consistency
- Changed userAgent from 'roo-cline' to 'RooCode' to match project conventions - Maintains consistency with existing User-Agent format in constants.ts
1 parent 07c4113 commit d68d0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/bedrock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class AwsBedrockHandler extends BaseProvider implements SingleCompletionH
219219
this.costModelConfig = this.getModel()
220220

221221
const clientConfig: BedrockRuntimeClientConfig = {
222-
defaultUserAgentProvider: () => Promise.resolve([["roo-cline", Package.version]]),
222+
defaultUserAgentProvider: () => Promise.resolve([["RooCode", Package.version]]),
223223
region: this.options.awsRegion,
224224
// Add the endpoint configuration when specified and enabled
225225
...(this.options.awsBedrockEndpoint &&

0 commit comments

Comments
 (0)