<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s" -->

---
title: Using Entire with Encore | daily.dev
description: Entire, a tool that records agent sessions in Git and links them to commits, now integrates with Encore projects using Codex, Claude Code, Gemini, and Cursor....
canonical: https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Using Entire with Encore | daily.dev
og:description: Entire, a tool that records agent sessions in Git and links them to commits, now integrates with Encore projects using Codex, Claude Code, Gemini, and Cursor....
og:url: https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s
og:image: https://api.daily.dev/og/posts/6yLPzbm5s.png
og:image:alt: Using Entire with Encore
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Entire with Encore

**[Encore](https://daily.dev/sources/encore-blog)** · 4 min read · 2 upvotes · 1 comments

## Summary

Entire, a tool that records agent sessions in Git and links them to commits, now integrates with Encore projects using Codex, Claude Code, Gemini, and Cursor. A worked example shows Codex building an Encore.ts image library backed by PostgreSQL and Object Storage, running encore check and encore test, fixing a Content-Type typing bug, and committing the change with the full session linked via a checkpoint ID for later review. Setup involves installing Entire and enabling it for a chosen agent, then inspecting checkpoints with the entire CLI. Checkpoints can contain prompts, tool calls, MCP activity, and file content, so reviewing redaction settings before pushing to a shared remote is recommended.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://encore.dev/blog/entire-encore>

## Questions this post answers

### How do I link an AI coding agent's session history to a Git commit in an Encore project?

Install Entire and enable it for your agent (Codex, Claude Code, Gemini, or Cursor) inside an Encore project using entire enable --agent codex, then Entire records the agent's prompts, tool calls, and verification steps and links that session to the commit it produces as a checkpoint. Review a checkpoint afterward with entire checkpoint explain HEAD --full.

_daily.dev surfaces integrations like this for developers wiring agent accountability into their Git workflow._

### What CLI commands does Entire provide for reviewing an AI agent's coding session?

Entire provides entire checkpoint list to see recorded checkpoints and entire checkpoint explain HEAD --full to inspect the full session tied to the latest commit, including prompts, tool calls, MCP activity, and file content. Storage and redaction settings should be reviewed before pushing checkpoints to a shared remote.

_Teams adopting agent-assisted commits track tooling changes like this through daily.dev._

## Community discussion

Top comments from developers on daily.dev.

**@agustinbarrientos** · 0 upvotes

> I suspect a 945K-token checkpoint can overwhelm review even when it preserves useful provenance. I'd browse it from each changed file back to the exact prompt, tool call, and verification slice.

---

Tags: [#testing](https://daily.dev/tags/testing), [#ai-agents](https://daily.dev/tags/ai-agents), [#git](https://daily.dev/tags/git), [#openai-codex](https://daily.dev/tags/openai-codex)

[View this post on daily.dev](https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Using Entire with Encore","url":"https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s"},"datePublished":"2026-09-02T15:08:04.006Z","dateModified":"2026-09-02T15:16:35.384Z","description":"Entire, a tool that records agent sessions in Git and links them to commits, now integrates with Encore projects using Codex, Claude Code, Gemini, and Cursor....","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1b2ddeb43d36fdd37df81b98aaf21878?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1b2ddeb43d36fdd37df81b98aaf21878?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Encore","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Encore","logo":"https://media.daily.dev/image/upload/s--8Bz0eBFn--/f_auto,q_auto/v1780213589/logos/encore-blog?_a=BAMAMiWQ0","url":"https://daily.dev/sources/encore-blog"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"testing,ai-agents,git,openai-codex","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Encore","item":"https://daily.dev/sources/encore-blog"},{"@type":"ListItem","position":3,"name":"Using Entire with Encore"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s","comment":[{"@type":"Comment","text":"I suspect a 945K-token checkpoint can overwhelm review even when it preserves useful provenance. I’d browse it from each changed file back to the exact prompt, tool call, and verification slice.","datePublished":"2026-09-03T17:11:27.276Z","url":"https://daily.dev/posts/6yLPzbm5s#c-jFNZES0Rr","author":{"@type":"Person","name":"Agustin Barrientos","url":"https://daily.dev/agustinbarrientos","image":"https://media.daily.dev/image/upload/s--5ayxQnqn--/f_auto/v1788281802/avatars/avatar_wQYYVe5Tbj0NJ7C7qPoa8?_a=BAMAMicg0"}}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/using-entire-with-encore-6ylpzbm5s#faq","mainEntity":[{"@type":"Question","name":"How do I link an AI coding agent's session history to a Git commit in an Encore project?","acceptedAnswer":{"@type":"Answer","text":"Install Entire and enable it for your agent (Codex, Claude Code, Gemini, or Cursor) inside an Encore project using entire enable --agent codex, then Entire records the agent's prompts, tool calls, and verification steps and links that session to the commit it produces as a checkpoint. Review a checkpoint afterward with entire checkpoint explain HEAD --full. daily.dev surfaces integrations like this for developers wiring agent accountability into their Git workflow."}},{"@type":"Question","name":"What CLI commands does Entire provide for reviewing an AI agent's coding session?","acceptedAnswer":{"@type":"Answer","text":"Entire provides entire checkpoint list to see recorded checkpoints and entire checkpoint explain HEAD --full to inspect the full session tied to the latest commit, including prompts, tool calls, MCP activity, and file content. Storage and redaction settings should be reviewed before pushing checkpoints to a shared remote. Teams adopting agent-assisted commits track tooling changes like this through daily.dev."}}]}
```

