Skip to content

fix: add feedbackBatchSize to plugin config schema#43

Open
Pratimakumari8 wants to merge 2 commits into
experientiallabs:mainfrom
Pratimakumari8:fix/plugin-config-schema
Open

fix: add feedbackBatchSize to plugin config schema#43
Pratimakumari8 wants to merge 2 commits into
experientiallabs:mainfrom
Pratimakumari8:fix/plugin-config-schema

Conversation

@Pratimakumari8

@Pratimakumari8 Pratimakumari8 commented Jul 3, 2026

Copy link
Copy Markdown

Problem

The feedbackBatchSize config key was being silently stripped
by OpenClaw before reaching the claas-feedback plugin.

This happened because openclaw.plugin.json uses a strict
schema that discards any keys not explicitly declared in
properties. Since feedbackBatchSize was missing from the
schema, setting feedbackBatchSize: 1 in the config had no
effect — the plugin always used its default batch size.

Fix

Added feedbackBatchSize as a declared property in the
configSchema, with type integer and minimum: 1 to
ensure only positive whole numbers are accepted.

Related

Closes #20

feedbackBatchSize was being silently stripped because the schema
did not declare it as a known property. Adding it here allows the
field to pass through to the plugin correctly.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8c5a3960b8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread plugins/claas-feedback/openclaw.plugin.json Outdated
@Pratimakumari8

Copy link
Copy Markdown
Author

Hi @kfallah — happy to make any changes if needed.
Let me know if this looks good to merge!

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.

E2E Integration Test with OpenClaw and OpenClaw Plugin

1 participant