Skip to content

Commit 2d9440a

Browse files
authored
refactor(amazonq): Removing unwanted / agents code (#7735)
## Problem - There is lot of duplicate and unwanted redundant code in [aws-toolkit-vscode](https://github.com/aws/aws-toolkit-vscode) repository. ## Solution - This is the first PR to remove unwanted code. --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9128f47 commit 2d9440a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+16
-5841
lines changed

packages/amazonq/src/app/chat/node/activateAgents.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export function activateAgents() {
1111
const appInitContext = DefaultAmazonQAppInitContext.instance
1212

1313
amazonqNode.cwChatAppInit(appInitContext)
14-
amazonqNode.featureDevChatAppInit(appInitContext)
1514
amazonqNode.gumbyChatAppInit(appInitContext)
16-
amazonqNode.testChatAppInit(appInitContext)
17-
amazonqNode.docChatAppInit(appInitContext)
1815
scanChatAppInit(appInitContext)
1916
}

0 commit comments

Comments
 (0)