Earendil Works releases Pi v0.79.10, adding granular compaction parameters for extensions and fixing nested git ignore boundaries.
Pi v0.79.10 introduces key updates to the open-source terminal coding agent to improve extensibility and reliability. The `session_before_compact` and `session_compact` extension events now include `reason` and `willRetry` attributes, allowing developers to programmatically differentiate between manual, threshold-based, and overflow-triggered compactions. Furthermore, this version fixes bugs related to the `find` tool respecting ignored nested git repositories, resolves an issue with inherited OpenAI-compatible streaming where encrypted reasoning details arrived before tool calls, and stabilizes transient UI messages during session replacement.
Exposing compaction lifecycle context to extensions makes Pi far more robust for custom developer workflows.
- –Exposing `reason` and `willRetry` enables extensions to execute custom logic like targeted state saving or cleanup depending on the compaction flow.
- –Resolving the nested git repository behavior prevents the agent from missing code located in repositories ignored by parent directory configurations.
- –Enhancing OpenAI-compatible streaming ensures that the agent correctly parses reasoning steps from modern LLMs before actions are executed.
DISCOVERED
1h ago
2026-06-22
PUBLISHED
2h ago
2026-06-22
RELEVANCE
AUTHOR
PiChangelog