chore: add current Pi extension config#1314
Merged
Merged
Conversation
Entire-Checkpoint: b659a6bb10ba
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the project-local Pi coding-agent extension that bridges Pi lifecycle events into entire hooks pi, and normalizes the JSON key ordering in .entire/settings.json. This supersedes #1261 by keeping only the .pi/extensions/entire/index.ts form and omitting the stale top-level .pi/extensions/entire.ts.
Changes:
- Add
.pi/extensions/entire/index.tsforwardingsession_start,before_agent_start,agent_end, andsession_shutdowntoentire hooks pi, buffering/skill:invocations, and prependingGIT_TERMINAL_PROMPT=0to bash tool commands. - Reorder keys in
.entire/settings.json(no behavioral change).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.pi/extensions/entire/index.ts |
New Pi extension that forwards lifecycle events to entire hooks pi and patches bash commands for non-interactive git. |
.entire/settings.json |
Key-order normalization only; no semantic change. |
Soph
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://entire.io/gh/entireio/cli/trails/468
Summary
.pi/extensions/entire/index.ts.pi/extensions/entire.tsfile from chore: add Pi extension config #1261Tests
Note
Low Risk
Configuration and a best-effort, non-blocking hook bridge with no auth or production runtime changes.
Overview
Adds the project-local Pi coding-agent extension at
.pi/extensions/entire/index.tsso Pi sessions forward lifecycle events toentire hooks pi(session start/shutdown, before agent start, agent end) with JSON on stdin—supporting checkpoints, transcripts, and rewind/resume. The extension also buffers/skill:…invocations until the next agent turn and prependsGIT_TERMINAL_PROMPT=0to bash tool commands so agent-driven git work stays non-interactive..entire/settings.jsonis updated only to reorder/normalize JSON (e.g.strategyandfiltered_fetchesplacement); behavior should match the prior layout.Reviewed by Cursor Bugbot for commit fa24303. Configure here.