Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9a4d558
Add Entire blame and why commands
suhaanthayyil May 31, 2026
70d1cae
did run /simplify
Soph Jun 1, 2026
2e14aab
Support SHA-256 attribution object IDs
suhaanthayyil Jun 2, 2026
170ac23
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 2, 2026
64c4f5e
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 2, 2026
c2a4c72
Make blame output compact by default
suhaanthayyil Jun 2, 2026
6ecc60c
Polish compact blame output
suhaanthayyil Jun 2, 2026
5b4b465
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 2, 2026
b2d8395
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 2, 2026
fc7cfeb
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 2, 2026
4ba3b0e
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 3, 2026
fed0f65
Hide blame/why commands and advertise them in labs
Soph Jun 3, 2026
a17eb09
attribution: scope Mixed to the touching session and unify authorship…
Soph Jun 3, 2026
0326b95
attribution: collapse duplicate candidate/context structs into one type
Soph Jun 3, 2026
cf66e7a
attribution: surface session fallback and unreadable session metadata
Soph Jun 3, 2026
b71641e
attribution: extract shared blame-table rendering scaffolding
Soph Jun 3, 2026
529ec2a
attribution: make summary percentages sum to 100
Soph Jun 3, 2026
4713fd9
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 4, 2026
65fd467
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 5, 2026
2854c1f
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 5, 2026
579f1be
Merge branch 'main' into codex/entire-blame-why
suhaanthayyil Jun 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ go test -tags=integration ./cmd/entire/cli/integration_test -run TestLogin
| `entire doctor trace` | Show hook performance traces |
| `entire version` | Show Entire CLI version |

`entire blame` and `entire why` are experimental Labs commands. Run `entire
labs` to discover them. `entire blame <file>` shows which current file lines
came from an Entire checkpoint, and `entire why <file>:<line>` jumps from a
specific line back to the prompt, session, and checkpoint that created it. Use
`entire blame <file> --long` for the full agent, model, author, and session
table.

### `entire enable` Flags

| Flag | Description |
Expand Down
Loading