mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 20:20:57 +00:00
Add /ide status & /ide install commands to manage IDE integration (#4265)
This commit is contained in:
parent
69a8ae6a89
commit
ab9eb9377f
7 changed files with 514 additions and 28 deletions
|
|
@ -182,7 +182,7 @@ export const useSlashCommandProcessor = (
|
|||
],
|
||||
);
|
||||
|
||||
const commandService = useMemo(() => new CommandService(), []);
|
||||
const commandService = useMemo(() => new CommandService(config), [config]);
|
||||
|
||||
useEffect(() => {
|
||||
const load = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue