Add /ide status & /ide install commands to manage IDE integration (#4265)

This commit is contained in:
Shreya Keshive
2025-07-16 18:36:14 -04:00
committed by GitHub
parent 69a8ae6a89
commit ab9eb9377f
7 changed files with 514 additions and 28 deletions

View File

@@ -182,7 +182,7 @@ export const useSlashCommandProcessor = (
],
);
const commandService = useMemo(() => new CommandService(), []);
const commandService = useMemo(() => new CommandService(config), [config]);
useEffect(() => {
const load = async () => {