You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new omp integration with 15 lifecycle hooks, bringing it from zero
to surpassing Pi integration parity and approaching OpenCode plugin
capability where omp's ExtensionAPI permits.
Problem
agentmemory had no omp integration. The existing Pi integration
(integrations/pi/) uses @mariozechner/pi-coding-agent which is
incompatible with omp's fork (@oh-my-pi/pi-coding-agent). As a result:
Zero observation coverage — omp sessions produced no memory data
No session lifecycle — no /session/start or /session/end calls
No smart-search recall — no memory injection into system prompts
No per-tool granularity — no tool-level observation capture
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 8d3dedfb-4195-43e4-a5f9-9ebbcc421f42
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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
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.
feat(omp): add Oh My Pi extension plugin
Add a new omp integration with 15 lifecycle hooks, bringing it from zero
to surpassing Pi integration parity and approaching OpenCode plugin
capability where omp's ExtensionAPI permits.
Problem
agentmemory had no omp integration. The existing Pi integration
(
integrations/pi/) uses@mariozechner/pi-coding-agentwhich isincompatible with omp's fork (
@oh-my-pi/pi-coding-agent). As a result:/session/startor/session/endcallsChanges
session_startPOST /session/startbefore_agent_startPOST /smart-search+POST /observetool_calltool_resultPOST /observecontextPOST /enrich(opt-in)session_before_compactPOST /context(cache)session.compactingagent_endPOST /observesession_shutdowntool_approval_requestedPOST /observetool_approval_resolvedPOST /observeauto_compaction_startPOST /observeauto_compaction_endPOST /observeauto_retry_startPOST /observeauto_retry_endPOST /observeAlso registers 3 tools (
memory_health,memory_search,memory_save)and 1 command (
/agentmemory-status) via omp's ExtensionAPI with zodschemas.