mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Added automatic skill hot-reload
This commit is contained in:
parent
b5bcc07223
commit
0e769e100b
3 changed files with 106 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ export async function main() {
|
|||
extensionEnablementManager,
|
||||
argv,
|
||||
);
|
||||
registerCleanup(() => config.shutdown());
|
||||
|
||||
if (config.getListExtensions()) {
|
||||
console.log('Installed extensions:');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue