mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-30 07:51:07 -07: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