|
4330 | 4330 | ], |
4331 | 4331 | "passive": true |
4332 | 4332 | }, |
| 4333 | + { |
| 4334 | + "name": "codewhisperer_codeScanChatFileScan", |
| 4335 | + "description": "Called when file scan is selected from chat", |
| 4336 | + "metadata": [ |
| 4337 | + { |
| 4338 | + "type": "codeScanSessionId", |
| 4339 | + "required": false |
| 4340 | + }, |
| 4341 | + { |
| 4342 | + "type": "credentialSourceId", |
| 4343 | + "required": false |
| 4344 | + }, |
| 4345 | + { |
| 4346 | + "type": "reason", |
| 4347 | + "required": false |
| 4348 | + }, |
| 4349 | + { |
| 4350 | + "type": "result", |
| 4351 | + "required": true |
| 4352 | + } |
| 4353 | + ] |
| 4354 | + }, |
| 4355 | + { |
| 4356 | + "name": "codewhisperer_codeScanChatNewTab", |
| 4357 | + "description": "Called when a new chat tab is opened in the code scan view", |
| 4358 | + "metadata": [ |
| 4359 | + { |
| 4360 | + "type": "codeScanSessionId", |
| 4361 | + "required": false |
| 4362 | + }, |
| 4363 | + { |
| 4364 | + "type": "credentialSourceId", |
| 4365 | + "required": false |
| 4366 | + }, |
| 4367 | + { |
| 4368 | + "type": "reason", |
| 4369 | + "required": false |
| 4370 | + }, |
| 4371 | + { |
| 4372 | + "type": "result", |
| 4373 | + "required": true |
| 4374 | + } |
| 4375 | + ] |
| 4376 | + }, |
| 4377 | + { |
| 4378 | + "name": "codewhisperer_codeScanChatProjectScan", |
| 4379 | + "description": "Called when project scan is selected from chat", |
| 4380 | + "metadata": [ |
| 4381 | + { |
| 4382 | + "type": "codeScanSessionId", |
| 4383 | + "required": false |
| 4384 | + }, |
| 4385 | + { |
| 4386 | + "type": "credentialSourceId", |
| 4387 | + "required": false |
| 4388 | + }, |
| 4389 | + { |
| 4390 | + "type": "reason", |
| 4391 | + "required": false |
| 4392 | + }, |
| 4393 | + { |
| 4394 | + "type": "result", |
| 4395 | + "required": true |
| 4396 | + } |
| 4397 | + ] |
| 4398 | + }, |
4333 | 4399 | { |
4334 | 4400 | "name": "codewhisperer_codeScanIssueApplyFix", |
4335 | 4401 | "description": "Called when a code scan issue suggested fix is applied", |
|
4511 | 4577 | } |
4512 | 4578 | ] |
4513 | 4579 | }, |
4514 | | - { |
4515 | | - "name": "codewhisperer_codeScanChatNewTab", |
4516 | | - "description": "Called when a new chat tab is opened in the code scan view", |
4517 | | - "metadata": [ |
4518 | | - { |
4519 | | - "type": "codeScanSessionId", |
4520 | | - "required": false |
4521 | | - }, |
4522 | | - { |
4523 | | - "type": "credentialSourceId", |
4524 | | - "required": false |
4525 | | - }, |
4526 | | - { |
4527 | | - "type": "reason", |
4528 | | - "required": false |
4529 | | - }, |
4530 | | - { |
4531 | | - "type": "result", |
4532 | | - "required": true |
4533 | | - } |
4534 | | - ] |
4535 | | - }, |
4536 | | - { |
4537 | | - "name": "codewhisperer_codeScanChatProjectScan", |
4538 | | - "description": "Called when project scan is selected from chat", |
4539 | | - "metadata": [ |
4540 | | - { |
4541 | | - "type": "codeScanSessionId", |
4542 | | - "required": false |
4543 | | - }, |
4544 | | - { |
4545 | | - "type": "credentialSourceId", |
4546 | | - "required": false |
4547 | | - }, |
4548 | | - { |
4549 | | - "type": "reason", |
4550 | | - "required": false |
4551 | | - }, |
4552 | | - { |
4553 | | - "type": "result", |
4554 | | - "required": true |
4555 | | - } |
4556 | | - ] |
4557 | | - }, |
4558 | | - { |
4559 | | - "name": "codewhisperer_codeScanChatFileScan", |
4560 | | - "description": "Called when file scan is selected from chat", |
4561 | | - "metadata": [ |
4562 | | - { |
4563 | | - "type": "codeScanSessionId", |
4564 | | - "required": false |
4565 | | - }, |
4566 | | - { |
4567 | | - "type": "credentialSourceId", |
4568 | | - "required": false |
4569 | | - }, |
4570 | | - { |
4571 | | - "type": "reason", |
4572 | | - "required": false |
4573 | | - }, |
4574 | | - { |
4575 | | - "type": "result", |
4576 | | - "required": true |
4577 | | - } |
4578 | | - ] |
4579 | | - }, |
4580 | 4580 | { |
4581 | 4581 | "name": "codewhisperer_enabled", |
4582 | 4582 | "description": "Whether or not CodeWhisperer is enabled", |
|
0 commit comments