GitKraken のリリース
Released: Apr 14, 2026
GitKraken Desktop V12.0.0 での更新項目
機能
- Agent Sessions View - Manage, create, and monitor parallel AI agent sessions from a single panel:
- The new Agent Sessions View in the Left Panel gives you a unified dashboard for your worktrees and active agent sessions. Each worktree is represented as a card showing its branch, uncommitted changes, ahead/behind state, and associated PRs so you can monitor multiple agents at a glance.
- If using Claude Code, the associated agent's status will show in the card so you know when it's working...
Released: Mar 4, 2026
GitLens for VS Code V17.11 での更新項目
機能
- Added support for Claude Sonnet 4.6, Claude Opus 4.6, Gemini 3.1 Pro Preview, and Gemini 3.1 Flash-Lite Preview AI models.
- Added basic support for Git submodules - Including repository discovery, tracking, and UI icons and tooltips to distinguish submodules in views and quick picks.
- Improved tracking for connecting flow actions by adding IDE attributes to gk.dev links.
- Refactored the Welcome view to be a standalone view separate from the Home view, improving modularity and allowing the...
Released: Mar 3, 2026
GitKraken Desktop V11.10.0 での更新項目
機能
- Pin branch to left - Added support for pinning a branch to the left side of the Commit Graph. Right-click a pinned branch to unpin.
- Smart Branch Filtering - Added smart branch filtering mode to focus the graph on the current branch and its related target/upstream refs.
- Restore files from any commit - Right-click on files in a commit to restore them to your working directory. Works with single or multiple file selections.
- Sparse Checkout Support - GitKraken Desktop can now work with sparse...
Released: Feb 11, 2026
GitLens for VS Code V17.10 での更新項目
機能
- Added support for AI ignore files (.aiignore, .cursorignore, .aiexclude) and gitlens.ai.exclude.files setting to filter sensitive data from AI prompts, and smart diff truncation that prioritizes dropping low-value files when prompts exceed token limits.
- Added conversation threading to Commit Composer auto-compose for improved outcomes.
- Added an option to filter tree views to exclude worktrees, allowing users to show all repositories except worktrees whose main repository is also open.
- Added...
Released: Feb 3, 2026
GitKraken Desktop V11.9.0 での更新項目
機能
- Shallow Clone Settings - You can now set shallow clone options directly in the Clone Repository dialog from Repository Management or the Launchpad tab.
- Experimental Feature: Git Executable - Added a new "Squash" setting under Commit preferences to squash commits when merging branches.
- Word Wrap Toggle - Added a button to enable word wrapping in diff view, file view, file history, and merge conflict resolution panels.
不具合の修正
- Trello integrations will now work again.
- Fixed internal file links in...
Released: Jan 14, 2026
GitKraken Desktop V11.8.0 での更新項目
機能
- Added ARM support for Linux and Windows.
- Shallow Clones - Shallow Clones can now be created directly from GitKraken Desktop as part of the clone workflow instead of requiring manual creation outside the app.
不具合の修正
- Fixed inconsistent code block styling in issue and pull request views.
- AI context menu items (such as "Explain working changes" and "Explain branch changes") will no longer appear when AI is disabled in settings or when the organization does not allow AI.
- Users who provide their...
Released: Jan 13, 2026
GitLens for VS Code V17.9 での更新項目
機能
- Added a welcome page webview for first-time installs to highlight Pro benefits for users in IDEs that do not support the standard VS Code walkthrough.
- Improved the Interactive Rebase Editor to fully support --rebase-merges on linear history while preventing unsafe reordering when merge commits are present.
- Improved cherry-pick apply order to use topological sort for correct commit sequence.
- Changed AI features to require GitLens Pro instead of GitLens Advanced - all AI features now...
Released: Dec 18, 2025
GitLens for VS Code V17.8.1 での更新項目
機能
- Added a "Recompose Commits from Here" command to commits in views and for commits belonging to a single branch in the Commit Graph. This will recompose from the chosen commit to the tip of its branch.
- Added Gemini 3 Flash model support for AI features.
- Changes the
gitlens.rebaseEditor.revealBehavior setting default to onDoubleClick and removes the never and onOpen options.
不具合の修正
- When recomposing a specific range of commits, the Commit Composer will now automtically scroll the chosen commits...
Released: Dec 16, 2025
GitLens for VS Code V17.8 での更新項目
機能
- Enhanced the Commit Graph experience with several new features.
- Improved rendering, scrolling, keyboard navigation, and first load performance.
- Eliminated flickering of branch metadata (upstream status, PRs, and issues) when the repository changes.
- Added real-time streaming of search results with pause, resume, and cancel support.
- Changed the default of the gitlens.graph.searchItemLimit setting to 0 (no limit).
- Added autocomplete suggestions and interactive filter pickers (for authors...
Released: Dec 9, 2025
GitKraken Desktop V11.7.0 での更新項目
機能
- Markdown File Preview - You can now preview markdown files directly in the file viewer. Toggle between Code and Preview modes using the new buttons in the file header.
- Undo/Redo for Rebase Operations - Added support for undoing and redoing rebase operations, including Interactive Rebase, Multi-Commit Cherry Pick, dropping and rewording commits, and AI Commit Composer (Recompose with AI).
- GitKraken AI - Explain Branch Changes: You can now right-click any branch to get a clear summary of what...