Conversation
…nt command grouping in the CLI layer
…nd execution and output retrieval
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.
PR Auto Describe
Summary
This PR adds official support for the OpenClaw agent framework, renames the deprecated
omni learn --statusflag to--discoveracross the codebase, improves command savings tracking, and updates release tooling to sync plugin versions.Key Changes
--status→--discoverforomni learnDetailed Breakdown
integrations/openclaw/with a full plugin setup: README guide, Node.js tool handlers foromni_shell(wrapsomni exec) andomni_rewind(retrieves full archived logs), and a plugin manifest with configurable options. Updatedscripts/bump_version.shandscripts/omni-release.shto sync the plugin's version with the core OMNI binary.omni learn --statuswith--discoveracross CLI code (src/cli/learn.rs), all documentation examples, checklists, and help text.src/cli/stats.rsto aggregate similar commands (e.g.,npm installvariants)src/hooks/post_tool.rsto use cleaned command strings when recording distillation datatests/savings_assertions.rsto match the new stats API schemaomni learnexamples indocs/HOW_TO_USE.md.Notes (Optional)
The OpenClaw integration reduces terminal output token usage by up to 90% by filtering out noise, while preserving full access to raw logs via the
omni_rewindtool when needed.Breaking Changes (If any)
omni learn --statusflag has been fully removed and replaced with--discover; existing scripts or automation using the old flag will fail until updated.Last updated: 2026-04-12 14:21:53