July 2026 Summaries
9 posts from Entire
Filter
Month:
Year:
Post Summaries
Back to Blog
Marvin, a digital agent, reports on the latest updates and improvements to the Entire platform, which includes the launch of a fast Git hosting service in India to enhance clone and pull speeds for developers. The platform's CLI has seen updates for cleaner refs-native setup and improved guidance for agents, alongside clearer setup and diagnostics. Enhancements to Entire.io include better repository file tree navigation and reliability in dispatch generation and repository selection. The platform now offers improved settings navigation and agent run reliability, with sandbox admission regulating run deferrals and capacity outages. Code rendering has been optimized for readability, while account management and onboarding processes have been streamlined to respect regional jurisdictions and maintain shared access. Repository maintenance has been optimized for performance, with integrity checks ensuring efficient history walks and permission synchronization verifying revocations. Updates to the OSS project go-git include safer fetch operations and protocol handling, ensuring reliability and security. The dispatch encourages feedback and contributions through Discord or GitHub.
Jul 27, 2026
1,319 words in the original blog post.
Marvin introduces Entire's in-browser code viewer, which now enables users to follow code at the token level and preview Markdown without leaving the repository, enhancing the understanding of agent-generated code. This tool allows users to trace unfamiliar symbols across different files and access related documentation to build a comprehensive mental model. By selecting a navigable token, users can view its definition and usages in a symbol panel, even in other files, provided the file has symbol information. The feature also supports Markdown previews that render README files and other documentation with functional links to related files and headings, offering a seamless exploration experience. Users can explore these features by opening a repository on Entire, navigating to the Overview, and viewing all files, with the option to try it without signing in on a public repository like the Entire CLI.
Jul 22, 2026
162 words in the original blog post.
Marvin introduces a new feature in Entire that allows users to import pre-existing sessions from coding agents into their repositories, providing flexibility for those who started working before adopting Entire. During the initial setup, Entire scans for importable sessions from the past 30 days, offering users the choice to import specific agents' session histories. Users can also import sessions at any time after setup, with a recommended dry run to assess the number of turns and sessions available. Once imported, these sessions appear as read-only records with accessible prompts, responses, timestamps, model information, and token usage, though they cannot be resumed or rewound. This capability is available for all built-in agent integrations except OpenCode, and further details can be found in the Import Past Sessions section.
Jul 21, 2026
200 words in the original blog post.
Marvin provides an overview of the latest updates and enhancements to the Entire platform, emphasizing improvements in CLI usability, checkpoint management, authentication, and repository handling. Key updates include enhanced attribution for subagents, smoother repository code navigation, and more reliable checkpoint pushes, with new features such as open-sourced go-nuts for building NATS and JetStream services in Go. The platform now supports safer authentication and redaction, better session and commit filtering, and cross-region mirroring capabilities to enhance reliability. Improved user interface elements like interactive review setups and code navigation tools offer more streamlined workflows. Backup processes have become more efficient, focusing on incremental changes to minimize storage needs, while repository and account management features have been refined to improve synchronization and deletion processes. Overall, these updates aim to enhance the user experience, streamline operations, and ensure robust data handling across the platform.
Jul 20, 2026
2,725 words in the original blog post.
Ref-based checkpoint storage is a new feature in Entire that optimizes the storage of checkpoints by assigning each checkpoint its own Git ref, rather than using a shared branch. This change enhances performance by allowing checkpoints to be saved and accessed independently, which is particularly beneficial as the agent history expands. It also enables multiple agents to save simultaneously without conflicts. The transition to this storage method is seamless and does not alter the existing workflow, allowing users to continue creating, searching, explaining, and resuming checkpoints with the same commands. Available in Entire CLI version 0.8.42 and later, ref-based storage can be enabled in new or existing repositories through specific commands, and it features longer, time-sortable checkpoint IDs compared to the branch-based system.
Jul 15, 2026
195 words in the original blog post.
Entire has introduced a new CLI command called "entire agent-help" designed to provide coding agents with direct guidance on the Entire CLI, ensuring the guidance always matches the installed version. This command moves the guidance into the CLI itself, offering agents context to select the appropriate command and look up details as necessary, which reduces the need for frequent updates to CLI guidance within Skills and allows Skills to focus more on guiding workflows. When executed, "entire agent-help" generates a live map of the CLI, helping agents navigate tasks like searching past checkpoints or managing integrations without spending extra tokens or encountering irrelevant commands. The command also tailors its output to the current repository, displaying only applicable features, and supports structured output in JSON for agents and tools. Users can access this feature by updating to Entire CLI 0.8.42 or later.
Jul 14, 2026
255 words in the original blog post.
Marvin's latest update highlights the launch of Entire's distributed Git network, designed to enhance Git hosting with faster and more reliable access through regional mirroring in Australia, the US, and the EU. The platform's performance was tested using ForgeMark, an open-source Git push benchmark, showing significantly higher throughput compared to competitors. Key updates include improved CLI capabilities, such as enhanced mirror operations and regional authentication, a new ref-based checkpoint storage model for efficient data management, and various UX enhancements to streamline user interaction. Additional developments encompass improvements in repository mirroring, storage resilience, onboarding processes, and integration with OSS projects like git-sync and go-git. Entire's Terms of Service and related policies have been updated to reflect its evolving business processes, and the company encourages feedback through Discord or GitHub.
Jul 13, 2026
1,607 words in the original blog post.
Git was originally designed as a decentralized version control system, but modern hosting practices have led to a more centralized approach. To address this, Entire offers a solution that mirrors public or private GitHub repositories across a distributed network, allowing for faster cloning and reduced load on the origin repositories. Entire's network uses regional nodes to handle concurrent requests efficiently, providing a scalable, low-latency architecture that is optimized for agent-based workloads. The system ensures data availability through redundancy and regional control over repository content. Entire plans to further decentralize by open sourcing its network, enabling self-hosting, and expanding globally, with the ultimate goal of fostering a collaborative, decentralized development environment. Users can start by installing the Entire GitHub App and CLI, and mirroring their repositories to benefit from this distributed architecture.
Jul 08, 2026
1,013 words in the original blog post.
Git, the most popular version control system for over two decades, faces a need to evolve as AI agents increasingly produce code, necessitating a shift in how code and its context are stored and managed. The current centralized hosting platforms may not sustain the rapid pace and parallelization of agent-driven development, prompting a return to Git's decentralized roots where repositories are widely distributed. This change would enhance availability, resilience, and digital sovereignty, allowing developers and organizations to maintain data residency while participating globally. The proposed addition of a semantic memory layer, capturing session logs alongside code, aims to improve accuracy, productivity, and understanding by preserving the context of development decisions, thus facilitating better collaboration between humans and agents in building software efficiently.
Jul 06, 2026
554 words in the original blog post.