You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored Ask CoDa Command: Streamlined the logic for handling messages from the webview and command palette, ensuring a more consistent user experience.
Standardized AI Model Configuration: Updated package.json to set gemini-2.0-flash as the default model and refined the available model options for consistency across the extension.
Fixed
Inline Code Suggestions Logic: Corrected the InlineCompletionItemProvider to use fixCodeWithCoDa for code suggestions, aligning with its intended purpose for code manipulation. The feature is now optional via a new setting (coda-vscode.enableInlineSuggestions), handles errors silently, and ensures all AI calls use the configured model.