Claude Code Desktop has introduced several updates, including an auto-continue option for session limits, a default-on fork mode for interactive sessions, and enhanced support for GitLab. These changes were detailed in the Week 33 release notes for August 10–14, 2026.
Key Points
- Claude Code Desktop now includes an "Auto-continue when limits reset" checkbox in the Code tab's session limit card.
- Checking this option allows the Desktop app to retry an interrupted turn automatically after a session limit resets.
- Fork mode is now enabled by default in interactive sessions, allowing Claude to request a fork subagent that inherits the full conversation context.
- Subagents spawned by Claude in interactive sessions run in the background by default.
- Claude Code now supports cloning bare
gitlab.comURLs, including nested subgroups, in plugin marketplaces. - Users can pass a GitLab merge request URL to
--worktreeon v2.1.233 or later to branch from it. - Claude Code redacts GitLab token families like
glpat-andglrt-and protects theglabCLI's config store.
Context
According to the Week 33 release notes, the auto-continue feature addresses user experience when hitting session limits, allowing work to resume without manual intervention. The default fork mode aims to streamline side tasks by preserving conversational context for subagents. The expanded GitLab integration, including support for merge requests and token redaction, enhances Claude Code's utility for developers working with GitLab repositories.
Why It Matters
These updates improve developer workflow by reducing interruptions from usage limits, simplifying context management for parallel tasks, and broadening integration with popular version control systems. Builders can now maintain continuity in their coding sessions and leverage Claude Code more effectively within GitLab environments.
What To Do
- Check the "Auto-continue when limits reset" option in Claude Code Desktop to manage session limits.
- Note that fork mode is now on by default for interactive sessions; use
/subtaskto initiate a side task with full context. - For GitLab users, test the
--worktreecommand with merge request URLs on Claude Code v2.1.233 or later. - Observe how Claude Code labels sessions linked to a merge request as
!Nwhen usingclaude agents view.