Cortex Code Desktop v1.15.1 release notes

v1.15.1 adds Plan Mode pause and resume, full production hardening for dbt Cloud Mode, an agent-powered SQL fix button, SSH support for loading skills and subagents, and notebook tool reliability improvements.

Highlights

  • Plan Mode pause & resume: Cancel a plan build mid-run, go do something else, then resume and it picks up where it left off. Per-session tracking means multiple sessions can build the same plan independently.

  • dbt Cloud Mode polish: The internal dbt.snowflakeManagedEnabled feature gate is removed. Full artifact download after execution, Stop cancels at any phase, batch PUT uploads, and Windows path portability all landed.

  • Agent Fix-it button for SQL errors: See a SQL error? Click the sparkle button and the agent rewrites your query with an inline Keep/Undo diff. Works in both the SQL Playground and Editor Mode.

  • Skills, subagents, and rules load in SSH: AI primitives were silently missing from Remote SSH editor sessions. They now resolve against the correct workspace folder URI on the remote host.

  • Copy/Copy All context menus everywhere: Right-click any cell in SQL results to copy it, or Copy All for the entire result set as TSV. Also works on error messages. Covers editor mode, agent mode, and dbt preview grids.

  • Markdown open-mode setting: New markdown.editor.openMode lets you choose "source" or "preview" as the default view for .md files.

  • App metadata from app.yml: App title, description, and icon are now sourced from the app.yml manifest instead of deployed service metadata.

Notable fixes

  • Agent Mode rename and delete no longer fail silently on cross-workspace sessions.
  • Listener leak fixed — chat session restore no longer accumulates 1400+ leaked listeners.
  • Last chat message no longer sits flush against the composer.
  • Automation dialog toolbar stays on one row even with long folder and model names.
  • Project names no longer cut off in the Agent Manager workspace list.
  • Onboarding icons render correctly in production builds (were showing as black squares).
  • Apps gallery keyboard navigation has proper focus rings and press states.
  • CoCo Light theme: “Add Rule” button icon is now visible; folder pills use correct colors.
  • Chat prompts from app cards always land in a visible chat widget instead of being sent to hidden panels.
  • Notebook tools hardened against edge-case input issues and parallel execution conflicts.