mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Add /ide status & /ide install commands to manage IDE integration (#4265)
This commit is contained in:
@@ -182,7 +182,7 @@ export const useSlashCommandProcessor = (
|
||||
],
|
||||
);
|
||||
|
||||
const commandService = useMemo(() => new CommandService(), []);
|
||||
const commandService = useMemo(() => new CommandService(config), [config]);
|
||||
|
||||
useEffect(() => {
|
||||
const load = async () => {
|
||||
|
||||
Reference in New Issue
Block a user