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 Tab to accept an AI suggestion (previously Shift + Enter).
  • Deterministic autocomplete (catalog completions) now accepts with Enter only.
  • Bug fix: Shift + Enter now correctly inserts a newline in SQL files.

Notebook SQL cells

  • Press Tab to accept an AI suggestion (previously Shift + Enter).
  • Deterministic autocomplete now accepts with Enter only.
  • Bug fix: Shift + Enter now correctly runs the notebook cell, consistent with standard Jupyter behavior.

Notebook Python cells — no changes to keybindings.

For details, see AI code suggestions.