GitKraken のリリース
Released: Nov 11, 2025
GitKraken Desktop V11.6.0 での更新項目
機能
- Experimental Feature - Git Executable:
- Shallow repo support is now in preview. If you have a shallowly-cloned repository, you can now open it inside of GitKraken Desktop, and most features will work as normal.
- GitKraken AI:
- Explain Working Changes: Select your unstaged edits and get a clear summary of what changed and why.
- Merge Conflict Improvements
- AI conflict resolution is now synced to the exact code line so you can review and apply changes faster.
- GitKraken AI:
- Added support for custom...
Released: Nov 11, 2025
GitLens for VS Code V17.7 での更新項目
機能
- Added new Commit Composer features and improvements.
- Added the ability to recompose existing branches via the Recompose Commits (Preview) command in the context menu of branches and from the Command Palette.
- Added drag and drop support to reorder auto-composed commits in the commit list.
- Added support for untracked files.
- Added support for composing without a base commit.
- Greatly improved performance by virtualizing file diffs.
- Improved some cases where staging or working tree changes are...
Released: Oct 14, 2025
GitKraken Desktop V11.5.1 での更新項目
不具合の修正
- Upgraded Electron to v36 to address performance issues on macOS Tahoe.
- Fixed an issue where submodules that contain dots in their path could not be loaded.
- Fixed an issue where you could fail to write log entries or Git Hooks executions.
- Fixed an issue where some repositories with unexpected branches or tags would fail to load.
Released: Oct 7, 2025
GitLens for VS Code V17.6 での更新項目
機能
- Added support for Claude Sonnet 4.5 for GitLens' AI features.
- Improved performance of the Inspect and _Graph Details views by virtualizing the tree rendering.
- Improved keyboard navigation support including arrow keys, Home/End, Enter/Space, Tab, and added type-ahead search functionality.
- Improved Linear issue tracker support.
- Removed " (bundled with GitLens)" text from GK MCP server name.
不具合の修正
- Fixed Commit Composer rendering performance when working changes contain large file diffs.
- Fixed...
Released: Oct 7, 2025
GitKraken Desktop V11.5.0 での更新項目
機能
- GitKraken AI:
- Users can now choose their preferred model from any provided by GitKraken AI, including the newly-added OpenAI GPT-5 models.
- GPT-5 is now available for those bringing their own OpenAI API key.
- Added a usage gauge in the profile menu for easy reference of your GitKraken AI token usage.
- Added organization suggestions in Preferences > Members to help users discover and join relevant teams.
- When creating a pull request, if only one PR template is available, it will be...
Released: Sep 23, 2025
GitLens for VS Code V17.5 での更新項目
機能
- Added the GitKraken MCP for Git and integration enhanced AI chat workflows.
- Leverage Git and your integrations (issues, PRs, etc) to provide context and perform actions in AI chat.
- Added rich Linear integration with autolinks, start work, Launchpad, and more.
- Added support for the GitKraken Student plan.
- Improved AI provider/model fallback handling for better reliability.
不具合の修正
- Fixed connection flow when multiple integrations need to be connected.
Released: Sep 5, 2025
GitKraken CLI V3.1.14 での更新項目
機能
- The installation folder is now shown if gk install is already installed.
- Added a hidden
--not-core flag in version to display only the proxy version.
ai commit now supports --force to skip prompts.
- Windows binaries are now signed.
- Improved silent installation when installed via
mcp.
不具合の修正
org list no longer crashes when the user is not logged in.
issue list and mcp now return only assigned issues (not created ones).
mcp install zed uses the new JSON format.
- Fixed
mcp install cursor...
Released: Sep 3, 2025
GitKraken Desktop V11.4.0 での更新項目
機能
- Added a new Ollama option to the GitKraken AI preferences, which works the same as <Custom URL>.
- This provides a clearer path for users wanting to connect their local Ollama server, making the setup process more intuitive.
不具合の修正
- Fixed an issue where custom instructions were not enabled when GitKraken AI was set as the only configured provider on gitkraken.dev.
- Fixed "The requested API has been removed" errors on Jira Cloud issue search.
- Fixed an issue where some integrations could not...
Released: Aug 25, 2025
GitKraken CLI V3.1.10 での更新項目
機能
- Added support for short commit SHA in 'gk ai explain commit'.
- A commit list is now shown if no commit is provided in 'gk ai explain commit'.
- Loading messages are now displayed while AI is processing.
- Added colors to AI output messages.
- An update message is now shown when gk upgrades the version.
- Added a new 'gk ai resolve' command to handle git conflicts.
- Updated MCP toolsets.
Released: Aug 21, 2025
GitLens for VS Code V17.4 での更新項目
機能
- Added new Commit Composer view experience (Preview).
- Transformed the automatic commit process into a comprehensive drafting and review experience.
- Added the ability to preview changes before committing and iterate by regenerating individual messages or entire commit compositions.
- Added support for switching between different AI models during composition.
- Added custom instruction support to guide AI output to match team conventions and preferences.
- Added integrated diff review for each...