Skip to content

Add startup activation to plugin manifests#84

Open
Squirbie wants to merge 1 commit into
plastic-labs:mainfrom
Squirbie:codex/manifest-startup-activation
Open

Add startup activation to plugin manifests#84
Squirbie wants to merge 1 commit into
plastic-labs:mainfrom
Squirbie:codex/manifest-startup-activation

Conversation

@Squirbie

@Squirbie Squirbie commented May 2, 2026

Copy link
Copy Markdown

Summary

  • add activation.onStartup: true to the upstream OpenClaw plugin manifests
  • keep the change limited to openclaw.plugin.json and clawdbot.plugin.json

Validation

  • jq empty openclaw.plugin.json clawdbot.plugin.json
  • git diff --check
  • ../openclaw-honcho-pr/node_modules/.bin/vitest run test/helpers.test.ts test/peers.test.ts

Note: full vitest run was attempted from the fresh worktree but the dependency-backed suites could not resolve dependencies without installing; no dependency install was performed.

Summary by CodeRabbit

  • New Features
    • Plugins now automatically activate on application startup. This improvement streamlines your workflow by ensuring all configured plugins are properly initialized and ready to use immediately when you launch the application, removing the need for any manual activation steps. Experience a seamless out-of-the-box environment with full plugin functionality available from the moment you start using the application.

@coderabbitai

coderabbitai Bot commented May 2, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: da75bef9-9014-439c-a18c-f43a8bc13e56

📥 Commits

Reviewing files that changed from the base of the PR and between e9f0145 and fab9666.

📒 Files selected for processing (2)
  • clawdbot.plugin.json
  • openclaw.plugin.json

Walkthrough

Both plugin manifests now include an activation configuration block that enables automatic startup on application launch by setting onStartup to true.

Changes

Enable Plugin Auto-Startup

Layer / File(s) Summary
Plugin Manifest Configuration
clawdbot.plugin.json, openclaw.plugin.json
Added activation.onStartup: true to both plugin manifests, enabling each plugin to automatically activate when the application starts.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Two plugins wake at dawn so bright,
Auto-startup sets things right!
They spring to life with dawn's first light,
Ready to hop through day and night! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding startup activation configuration to plugin manifest files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant