Home / Companies / Entire / Blog / September 2026

September 2026 Summaries

2 posts from Entire

Filter
Month: Year:
Post Summaries Back to Blog
Entire’s Dispatch 0x001D announces Entire-native branches, which allow users to keep pushing code to Entire’s distributed Git network during GitHub outages by using the `entire/unmirrored/` branch prefix; these branches remain regional, are not synchronized back to GitHub, and can later be merged. The update also improves Git network performance and reliability by removing packfile read locking, enabling more frequent incremental repository maintenance for faster clones and fetches, releasing repository names left reserved after failed mirror creation, and allowing interrupted large repository clones in git-sync to resume automatically. Additionally, a go-git security fix prevents credentials from being sent to unintended redirect destinations, while Entire’s file viewer now displays a clear notice rather than unreadable characters for binary files such as PDFs and ZIP archives.
Sep 09, 2026 441 words in the original blog post.
Entire has introduced Agentic Search, an API and CLI-integrated tool that lets coding agents search across accessible repositories for both exact code and the historical reasoning, commits, and session transcripts behind changes. Its dual search engine combines semantic retrieval of discussions and commit context with symbol-aware code search, using turbopuffer for hybrid BM25 and semantic queries with regionally distributed storage, while code indexes are incrementally maintained and cached for roughly 100-millisecond median query latency. In internal tests involving nine engineering-history questions and 90 runs per scenario, agents using search answered 81 of 90 questions correctly versus 70 without it, while reducing average token use from 547,000 to 262,000, costs from $0.38 to $0.23, and average steps from 14 to 7; however, the company notes that the benchmark may favor its own detailed, agent-written commit history. Users can enable the feature through the Entire CLI, search sessions, commits, transcripts, and code across selected repositories, use browser or JSON interfaces, and access definitions and references, as Entire expands its platform as a record of agentic coding work.
Sep 03, 2026 1,028 words in the original blog post.