Cortex Code changelog¶
This page documents notable changes to Cortex Code.
Unreleased¶
Added¶
Added the
/changelogcommand to view release notes.
1.0.65¶
Added¶
Managed plugins and marketplace installs: Added registry-backed plugin install, update, enable, disable, validate, and uninstall flows, plus marketplace-backed installs and a fullscreen plugin manager.
Runtime plugin refresh: Added in-process plugin reloads so lifecycle changes can refresh commands, skills, agents, hooks, and MCP servers without restarting Cortex Code.
Changed¶
Disabled plugin handling: Switched disabled plugins to explicit activation metadata so inactive installs stay discoverable without loading their full runtime contents.
1.0.59¶
Added¶
Postgres connections and SQL workflows: Added Postgres connection management, Snowflake Postgres token authentication, and dialect-aware
/sqlexecution across Snowflake and Postgres.ACP editor integration: Added
cortex acp servewith streaming editor sessions, native permission routing, clarifying-question prompts, and diff-based file edit previews.
Changed¶
Postgres safety and credential handling: Hardened Postgres permission analysis, secured Snowflake Postgres token generation, and removed shell-exposed password flags in favor of secure prompts or
~/.pgpass.
1.0.28+173700.0975210405a4 (2026-03-02)¶
Added¶
Faster guardrails: Reduced guardrail latency so protected requests feel less disruptive during streaming.
Browser workflows: Added
cortex browserand improved browser recovery flows.Team workflows: Expanded swarm and background-agent collaboration flows.
Changed¶
Sandbox coverage: Expanded sandbox support across more platforms and workflows.
Profiles and tool controls: Added richer profiles and easier tool allow or deny controls.
1.0.17+201538.00c735fc7e3a (2026-02-19)¶
Added¶
Windows platform support: Added broader Windows compatibility across shell, file, and CLI workflows.
Background agents: Improved reconnect, resume, and navigation flows for
/agents.Permission rules: Added configurable permission rules for safer command execution.
Fixed¶
Auth and credential resilience: Improved token storage, migration, and recovery for authentication flows.
Shell safety and controls: Strengthened shell safeguards and expanded usage, model, and view controls.
1.0.11+011422.721be00264d0 (2026-02-12)¶
Added¶
Skill updates and remote plugins: Added versioned skill updates and support for plugins hosted in GitHub repositories.
Inter-agent coordination: Added agent-to-agent messaging and stronger multi-agent task coordination.
Model discovery: Improved model discovery and request routing.
Changed¶
Resume and sandbox controls: Improved session resume behavior and sandbox testing controls.
1.0.10+223843.7a31e1a1441a (2026-02-11)¶
Added¶
Skill and plugin packaging: Bundled the Airflow plugin and added tarball-based skill installs.
Performance and output handling: Improved startup time and large tool-output handling.
Notebook execution robustness: Improved notebook execution permissions, reliability, and diagnostics.
Changed¶
Inter-agent orchestration: Expanded agent coordination and task flows.
Model and skill management: Improved model discovery and skill update flows.
1.0.9+154353.e3dd198d62ee (2026-02-09)¶
Added¶
Instruction management: Added instruction settings and clearer visibility into loaded instruction files.
Fork and rewind reliability: Made
/forkand/rewindmore reliable and easier to follow.Custom slash commands: Expanded custom slash command naming and collision handling.
Changed¶
MCP workflow: Improved live updates when changing MCP server configurations.
Rendering polish: Reduced noisy spinners and improved transcript rendering behavior.
1.0.7+015551.0d10922ac7fe (2026-02-06)¶
Added¶
Background agents and
/agents: Added background-agent launch flows and stronger plan handling for interactive sessions.Settings and fullscreen controls: Added tabbed settings views and a more capable fullscreen settings experience.
Session browsing and docs: Added session search and a
/docsshortcut to open documentation.
Changed¶
Model selection: Expanded
/modeloptions and improved default model behavior for subagents.Semantic and dbt helpers: Improved semantic and dbt assistant workflows.
1.0.6+020057.75a0ba5e6a69 (2026-02-04)¶
Added¶
Snowflake config and path handling: Improved Snowflake home and config resolution plus safer connection setup workflows.
Secret and connection tooling: Added
cortex secretand better support for local connections.Worktree and remote-source improvements: Expanded worktree creation and improved remote skill and repository sourcing.
Changed¶
Notebook actions: Improved notebook permissions and notebook-action reliability.
CLI and session resilience: Improved interrupt handling, screen clearing, and table rendering in the terminal.