for Eclipse (specifically version 2024-03) that integrates the chat view directly into the developer's workspace. Model Context Protocol (MCP) : For advanced users, CodyChat can be configured to query local databases
getCooldownRemaining(userId, commandName) const key = `$userId:$commandName`; const cooldown = this.cooldowns.get(key); return Math.ceil((cooldown - Date.now()) / 1000);
: Dedicated APIs allow external developers to build mobile apps or third-party bridges that talk to the CodyChat database safely. Workspaces