GitLab 19.3 release notes GitLab 19.3, released on August 20, 2026, introduces the Flow Creator foundational agent in the AI Catalog for creating custom flows via plain-language conversation, GitLab Duo-powered merge conflict resolution and code review comment resolution, and GitLab Duo CLI plugins with marketplaces. The release also includes a redesigned Agentic Chat UI in the GitLab for VS Code extension 6.87.0 and a new get_merge_request API for retrieving merge requests with related data in a single call. On August 20, 2026, GitLab 19.3 was released with the following features. We are excited to recognize gkepas https://gitlab.com/gkepas as this month’s Notable Contributor https://contributors.gitlab.com/notable-contributors Giannis has made sustained contributions across the GitLab codebase, the contributor platform, client-go , the Terraform provider, and GitLab Orbit. He is also an active translator and a member of the GitLab Community Discord. You can now use the Flow Creator, a purpose-built foundational agent in the AI Catalog, to create custom flows for the GitLab Duo Agent Platform through a plain-language conversation. With the Flow Creator, you describe what you want the flow to do, and the agent produces a complete, runnable flow YAML you can register and use immediately. The agent can also help you debug existing flows and explain framework concepts. In previous versions of GitLab, you had to resolve merge conflicts manually in the GitLab UI or from the command line, even for straightforward cases. Now you can ask GitLab Duo to resolve conflicts for you. Start conflict resolution from the merge widget or the Resolve conflicts page. GitLab Duo analyzes the conflicts, edits the files and commits the resolution to the source branch, and then posts a summary comment on the merge request describing what changed. In previous versions of GitLab, to resolve a code review comment, you had to switch to your editor, implement the fix, commit and push the change, and then manually close the thread. Now you can select Resolve with GitLab Duo and GitLab Duo will address the review discussion for you. GitLab Duo reads the comment and the surrounding code, makes the requested change on the source branch, replies to the discussion with a summary of what changed, and then resolves the thread. If the change does not address the comment correctly, you or the reviewer can reopen the thread. GitLab Duo CLI now supports plugins and plugin marketplaces as an experiment, introduced in GitLab Duo CLI 9.10.0. A plugin bundles Agent Skills, custom slash commands, and Model Context Protocol MCP servers into a single directory. A marketplace is a catalog of available plugins, hosted in a Git repository or a local directory. GitLab Duo CLI automatically registers the official gitlab-duo-plugins marketplace the first time you use plugins. The marketplace includes three skills for common GitLab workflows: mr-review : Reviews a merge request and posts comments. stack-changes : Splits a large local change into a stacked merge request chain. create-issue : Drafts a GitLab issue from a natural-language description.To install one of the skills, run glab duo cli plugin install