Conversation
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 fully overhauls the OpenClaw OMNI Semantic Signal Engine integration: it migrates the codebase to TypeScript, removes the deprecated
omni_rewindtool, updates documentation and plugin configuration, adds proper package build files, and excludes local node_modules from version control.Key Changes
omni_rewindtool and all related code/docsnode_modules/to project .gitignoreDetailed Breakdown
node_modules/to ignore local dependency filesomni_rewinddocumentation, deleted obsoleteSKILL.mdskill definition fileindex.jswith TypeScriptindex.ts, retaining all original security safeguards (dangerous environment variable stripping, safeexecFileexecution without shell spawning), added typed tool parameters via@sinclair/typeboxopenclaw.plugin.jsonwith correct IDomni-signal-engine, removed unusedforceDistillconfig, added schema protections and project homepagepackage.json,package-lock.json,tsconfig.json, andruntime-api.tstype shims for the OpenClaw SDKNotes
The plugin now requires OpenClaw Plugin API v2026.4.11 or newer, as declared in the package manifest.
Breaking Changes
omni_rewindtool: Breaks any existing workflows that relied on this featureforceDistillsetting, and updated plugin ID fromomni-se-enginetoomni-signal-engine(existing plugin references will fail unless updated)Last updated: 2026-04-12 17:38:08