April 2026 Summaries
8 posts from Entire
Filter
Month:
Year:
Post Summaries
Back to Blog
At the Big Berlin Hack, a hackathon sponsored by the company, 30 submissions were made for a side challenge involving the use of Entire to track product evolution, with the Sentiment-Maxxers team emerging as the standout participants. They created a product intelligence dashboard for challenger brands to track their presence in AI-generated answers, integrating tools such as Peec AI, Tavily, Pioneer, and Fastino, and embedding Entire into their core workflow. The team leveraged Entire to monitor coding sessions across agents like Codex and Copilot CLI, recording 79 Checkpoints that documented their development process. They devised a GitHub Actions review step to verify if their AI-generated code matched the intended output, using a script that assessed the alignment between the original prompt context and the actual code changes. Their efforts demonstrated how Entire can enhance confidence in AI-generated code by preserving and reviewing the prompt and session context, with the Sentiment-Maxxers' work being accessible through a video demo, build history, and source code.
Apr 29, 2026
510 words in the original blog post.
Marvin introduces several updates in the latest release of Entire CLI 0.5.6, aimed at enhancing the visibility and management of agent-driven development. A new command, "entire activity," provides a 30-day overview directly in the terminal, while "entire dispatch" offers a readable summary of recent Checkpoints. The release also includes a sessions overview page on the web for tracking and filtering session data, along with improvements in checkpoint signing with cryptographic verification. Workflow enhancements allow better integration of web platform activity data into the terminal, and several bug fixes and reliability updates have been made for the Entire web interface. The CLI now includes repo overview stats and improvements in API paths, while agents have access to cleaner markdown versions of web pages. Additionally, support for git-upload-archive has been introduced, offering more control over repository archives.
Apr 27, 2026
504 words in the original blog post.
Recent updates have significantly enhanced the Entire CLI and web experience, focusing on speed, reliability, and user interface improvements. Key enhancements include a new repo overview page that aggregates team activity data, faster loading commit pages, improved session log readability, and robust support for Checkpoint and session management. Notable fixes include ensuring persistent repository preferences across devices, resolving navigation issues for public and private repositories, and streamlining the Entire CLI setup to reduce configuration errors. Additionally, Go-Git updates introduced a redesigned API for improved transport performance, support for multiple shallow records, and various bug and security fixes. Documentation has been updated alongside dependency and Go version updates, and contributors are acknowledged for their significant contributions to these improvements. Users are encouraged to report issues or engage with the community on Discord.
Apr 20, 2026
682 words in the original blog post.
Entire CLI allows for enhanced tracking and documentation of agent sessions within your code history by utilizing a system of agent hooks and Git hooks. These hooks capture and preserve the context of an agent's activities, from session starts to prompt submissions, and link this data to Git commits via an Entire-Checkpoint trailer, ensuring that both the changes (what) and the reasoning behind them (why) are documented. The CLI supports integration with both built-in and external agent plugins, translating native hook events into a shared lifecycle for consistent session tracking and checkpointing. This structure enables session state updates and metadata storage that is later condensed into commit-linked information, providing a comprehensive view of code evolution. The system's design aims to make agent sessions as versionable and traceable as source code, with hooks serving as the foundational layer for capturing agent activity. Entire encourages the use of its CLI to maintain a clear and reproducible development history, and offers resources like documentation and a community Discord server for further exploration and support.
Apr 17, 2026
813 words in the original blog post.
Marvin provides an update on the latest developments for the Entire CLI and web platform, highlighting several improvements and fixes. The recent releases, v0.5.4 and v0.5.5, bring session enhancements, agent fixes, and performance optimizations to the CLI, including improved handling of sessions, checkpoints, and external agents. Additionally, the web platform sees updates like a redesigned date toolbar, smoother loading states, and better visibility for Checkpoint data. Enhancements also include a new RSS feed for the blog, auto-retry for GitHub OAuth requests, and faster authentication checks. The updates aim to enhance user experience and streamline workflow, while maintaining a light-hearted tone about the universe's inevitable march toward entropy.
Apr 13, 2026
426 words in the original blog post.
Entire CLI now allows developers to integrate their preferred coding agents by creating external agent plugins, offering a flexible method for capturing intent, context, and execution alongside code. The platform has expanded its native support to include popular agents like Claude Code, Codex, and GitHub Copilot CLI, and continues to maintain and update these integrations. Developers can either build a plugin from scratch or use the External Agents Skill to streamline the process, which involves researching the target agent, writing tests, and implementing the plugin. The integration process includes naming the plugin binary for discovery, supporting the Entire CLI command set, mapping native events to agent hooks, and exposing transcripts to Entire for capturing session context and checkpoints. An example implementation with the Pi agent demonstrates how the plugin captures and translates native events, ensuring that all session details are preserved and can be resumed with full context. Once integrated, these plugins enable the Entire CLI to track sessions and create a comprehensive development history, enhancing the workflow without waiting for first-party support.
Apr 08, 2026
970 words in the original blog post.
This week's updates from Entire focus on significant advancements across the platform, including the introduction of a repository overview page, enhancements to the Entire CLI, and developments in the go-git project. The new repository overview page allows users to view aggregated data such as total Checkpoints per user, contributors, commits, and opened and merged PRs. The Entire CLI has been updated with session management enhancements, including new subcommands for listing, inspecting, and terminating sessions, as well as a manual session linking feature called entire attach. The authentication process for interacting with remote Checkpoints repositories now supports an environment variable for separate authentication. Additionally, the entire reset command has been deprecated in favor of entire clean to clarify their functionality. In the go-git project, Paulo Gomes has joined as a Principal Software Engineer, bringing renewed focus and releasing the alpha version of go-git/v6, which includes new features such as index.skipHash support and the ability to manage Git reflog entries. These updates underscore the platform's evolution towards integrating code and agent context into a unified version-controlled system, inviting user collaboration and feedback through Discord and GitHub.
Apr 06, 2026
529 words in the original blog post.
AI-assisted development, while accelerating experimentation, presents challenges in maintaining a clear relationship between code, commits, and development prompts. Entire, a tool designed to make coding sessions durable engineering artifacts, addresses these issues by integrating Codex with features like Checkpoints tied to Git history and transparent records of prompt-to-code transformations. This integration, demonstrated through a handwriting-to-scrapbook demo, allows developers to track changes effectively by enforcing structured commits and providing tools like "entire explain" and "entire rewind" for understanding and reverting changes. The integration pattern used for Codex mirrors those for other agents like Copilot, with specific adaptations for Codex's unique behaviors. Entire is in technical preview until April 2026, inviting feedback from users to refine its support for agentic workflows.
Apr 05, 2026
1,147 words in the original blog post.