mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
feat: claude subagents transform
This commit is contained in:
parent
4c7605d900
commit
f00f76456c
14 changed files with 891 additions and 455 deletions
|
|
@ -165,7 +165,7 @@ export const AppContainer = (props: AppContainerProps) => {
|
|||
|
||||
const extensionManager = config.getExtensionManager();
|
||||
|
||||
extensionManager.setRequestConsent((description) =>
|
||||
extensionManager.setRequestConsent(async (description) =>
|
||||
requestConsentInteractive(description, addConfirmUpdateExtensionRequest),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue