File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5151qdrant_storage /
5252.cospec
5353.roo /rules /generated_rules.md
54+ openspec
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export class AwsBedrockHandler extends BaseProvider implements SingleCompletionH
220220 this . costModelConfig = this . getModel ( )
221221
222222 const clientConfig : BedrockRuntimeClientConfig = {
223- userAgentAppId : `RooCode #${ Package . version } ` ,
223+ userAgentAppId : `CoStrict #${ Package . version } ` ,
224224 region : this . options . awsRegion ,
225225 // Add the endpoint configuration when specified and enabled
226226 ...( this . options . awsBedrockEndpoint &&
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
751751 // simply removes the reference to this instance, but the instance is
752752 // still alive until this promise resolves or rejects.)
753753 if ( this . abort ) {
754- throw new Error ( `[RooCode #ask] task ${ this . taskId } .${ this . instanceId } aborted` )
754+ throw new Error ( `[CoStrict #ask] task ${ this . taskId } .${ this . instanceId } aborted` )
755755 }
756756
757757 let askTs : number
You can’t perform that action at this time.
0 commit comments