← AI PulseAug 22, 2026

Wire · news · Multi-source brief

Claude Code Desktop Adds Auto-Continue, Fork Mode Defaults On, and GitLab Integration

Claude Code Desktop now offers an auto-continue feature for session limits, defaults to fork mode in interactive sessions, and expands its integration to include GitLab merge requests and marketplaces.

By Illumora Editorial

Source · Aug 22, 2026, 6:32 PM · On Illumora · Aug 22, 2026, 6:37 PM

Video from the primary source — playable here so you can stay on Illumora.

Synthesized from multiple allowlisted primaries on the same event. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Week 33 · August 10–14, 2026 - Claude Code Docs
Save

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.com URLs, including nested subgroups, in plugin marketplaces.
  • Users can pass a GitLab merge request URL to --worktree on v2.1.233 or later to branch from it.
  • Claude Code redacts GitLab token families like glpat- and glrt- and protects the glab CLI'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 /subtask to initiate a side task with full context.
  • For GitLab users, test the --worktree command with merge request URLs on Claude Code v2.1.233 or later.
  • Observe how Claude Code labels sessions linked to a merge request as !N when using claude agents view.