Jul 28, 2026: AI code suggestions in Workspaces (General availability)¶
AI code suggestions in Cortex Code are now generally available. This release also includes updated keybindings and bug fixes.
SQL files
- Press
Tabto accept an AI suggestion (previouslyShift+Enter). - Deterministic autocomplete (catalog completions) now accepts with
Enteronly. - Bug fix:
Shift+Enternow correctly inserts a newline in SQL files.
Notebook SQL cells
- Press
Tabto accept an AI suggestion (previouslyShift+Enter). - Deterministic autocomplete now accepts with
Enteronly. - Bug fix:
Shift+Enternow correctly runs the notebook cell, consistent with standard Jupyter behavior.
Notebook Python cells — no changes to keybindings.
For details, see AI code suggestions.