June 2026 Summaries
7 posts from Entire
Filter
Month:
Year:
Post Summaries
Back to Blog
Marvin introduces "entire blame," a command in the Entire CLI that enhances the traditional git-blame functionality by providing additional context for file history, particularly useful for reviewing agent-assisted work. Unlike standard git blame, which only identifies the last commit and author for each line, entire blame incorporates development context such as checkpoint and session metadata, attribution tags, and details of any agents or models involved in changes. This command is particularly valuable for auditing changes, investigating suspicious lines, or tracing specific modifications, and it supports JSON output for integration with scripts and tools. It can be executed in Entire-enabled repositories to offer a more comprehensive view of file alterations.
Jun 30, 2026
159 words in the original blog post.
Marvin reports a flurry of updates and improvements across various projects, including enhancements to the Entire CLI, entire.io, and go-git's Git Protocol v2 support. The Entire CLI now offers better agent context management, session reliability, and customizable review workflows, while entire.io has improved session inspection and transcript support, making it easier to audit workflows. Go-git's ongoing work on Git Protocol v2 aims to enhance repository operations with cleaner APIs, faster performance, and improved reliability in authentication and concurrency. Notable contributions from community members have bolstered these efforts, leading to more efficient handling of Git operations, streamlined API improvements, and more robust validation and reliability measures. Additionally, CI maintenance updates have been implemented to ensure stability and compatibility across platforms, aligning go-git with the latest networking fixes. Marvin encourages ongoing community engagement through Discord and GitHub for continuous feedback and collaboration.
Jun 29, 2026
1,005 words in the original blog post.
Goose, an open-source AI coding agent under the Agentic AI Foundation, has been integrated with the Entire CLI, allowing developers to run it locally and extend it with MCP from their desktop or terminal. This integration enables Goose sessions to be captured as checkpoints in repositories, with their transcripts and development context attached to the repository's history, accessible from both the CLI and web app. This setup facilitates seamless understanding, resumption, and handover of previous Goose work by humans and agents without reconstructing it from scratch. The integration also supports Goose in Entire's external agent workflow, allowing for efficient initiation with relevant prompts and decisions, thus minimizing the need to rediscover past actions. To utilize Goose with Entire, developers can install the goose CLI, configure it with a provider, and enable it within their Git repository, ensuring that Goose sessions are captured effectively.
Jun 23, 2026
332 words in the original blog post.
Recent updates in the Entire CLI and git-sync tools have introduced several enhancements aimed at improving user experience, security, and reliability. The Entire CLI v0.7.7 now includes Goose, an open-source AI agent, as an external plugin, allowing sessions to be captured as checkpoints with enhanced transcript management and security features such as improved path filtering and symlink handling. Updates to Entire Web include clearer attribution for contributors, improved session organization, and an enhanced onboarding experience for new users. Additionally, git-sync v0.7.0 addresses Git transfer reliability issues with better handling of server timeouts and credential management, ensuring smoother sync processes and preventing errors during Git operations. These updates collectively aim to streamline workflows, enhance data security, and provide a more intuitive user interface across the platform.
Jun 22, 2026
797 words in the original blog post.
Entirons recently gathered for a team summit in Tokyo to align and plan for the future, during which they also addressed various updates and fixes for their Entire CLI and Entire Web products. The CLI update, released via v0.7.6, includes experimental commands like "entire blame" and "entire why," which help trace AI-authored code lines, while the "entire checkpoint rewind" feature is being deprecated in favor of native rollback options. The Entire Web UI received enhancements such as scrollbars that adapt to theme settings and improved reliability for branch comparisons using correct GitHub credentials. Despite these changes, users are encouraged to continue providing feedback through Discord or GitHub issues.
Jun 15, 2026
278 words in the original blog post.
Marvin reports on the recent updates and improvements across several projects, highlighting the release of Entire CLI v0.7.5, which enhances authentication processes and session information for specific workflows. Important changes include streamlined authentication contexts to prevent confusion when switching accounts, resolved keyring operation timeouts, and improved metadata capture for Pi and Claude sessions. Entire Web has seen enhancements for inspecting session contexts and more reliable loading of large transcripts, while git-sync v0.6.0 now identifies itself in outbound requests and aligns with Git’s authentication handling. Additionally, the go-git project has addressed issues with excessive packfile openings by reusing pooled pack handles, ensuring more efficient filesystem-backed repository reads. These updates aim to improve user experience and system reliability, with community involvement encouraged through platforms like Discord and GitHub.
Jun 08, 2026
470 words in the original blog post.
In the latest update, Entire CLI has released version 0.6.3, focusing on reliability improvements in authentication, compatibility, and checkpoint syncing, with additional nightly releases available for testing. Notable enhancements include better global Git configuration handling, improved guidance for Windows users, and accurate version reporting. Entire Web has introduced a smoother onboarding process, enhanced session reliability, and more accurate repository checkpoint data management. Concurrently, go-git has focused on security hardening, correcting packfile issues, and enhancing file-descriptor management, including the introduction of a new API for handling idle file descriptors and optimizing repository scanning. These updates aim to improve performance and reliability across the board, with contributions from various developers playing a significant role in refining these tools.
Jun 01, 2026
468 words in the original blog post.