Conversation
… with aggregated statistics.
… components to version 0.3.8, refactor the Zig build system, and add a pull request template.
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.
Checklist
cd core && zig buildcd core && zig build testnpx tsc --noEmitCHANGELOG.mdupdated (if user-facing)omni distill/omni reportScreenshots / Output
PR Auto Describe
This PR rolls out version 0.3.8 of the OMNI semantic context distillation engine, adding a usage telemetry system, expanded reporting capabilities, critical installation/setup bug fixes, and synchronized versioning across all project components.
Description: Launched a cross-platform telemetry system that logs all
omni distillCLI and MCP server usage to~/.omni/telemetry.csv, tracking timestamps, agent names, input/output sizes, and execution time.Description: Rewrote
omni reportto generate sorted daily/weekly/monthly usage breakdown tables with token savings metrics, plus added an--agent=<name>flag to filter reports by specific AI agent.Description: Added automatic agent tagging for MCP configurations:
omni generateinjects--agent=<name>flags into generated configs to enable per-agent usage tracking.Description: Added a standardized GitHub pull request template to streamline consistent PR submissions for contributors.
Description: Fixed
omni setupsymlink creation: now searches 4 candidate paths forindex.jsand deletes stale symlinks before creating new ones to avoid broken local setups.