Skip to content

chore(submodules): promote PMOVES-Agent-Zero to 5c280a9 (MCP arg filter) - #2852

Merged
POWERFULMOVES merged 1 commit into
mainfrom
chore/agent-zero-mcp-filter-gitlink
Aug 31, 2026
Merged

chore(submodules): promote PMOVES-Agent-Zero to 5c280a9 (MCP arg filter)#2852
POWERFULMOVES merged 1 commit into
mainfrom
chore/agent-zero-mcp-filter-gitlink

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Promotes PMOVES-Agent-Zero 27957f11 -> 5c280a99 (clean FF). Content = fork PR #20: filter_declared_args() drops schema-undeclared keys before MCP tool calls (the SPARK audit's 'action'/'tags' injection class — model-emitted noise, now filtered at the client boundary with a drop log), 4/4 tests validated in the real runtime venv. Fork CI green (CodeQL/audit/lint/security-scan). Companion to #2851 (gateway-endpoint fix).

💘 Generated with Crush

Fork PR #20: filter_declared_args trims tool calls to the declared
input schema (drops model-emitted undeclared keys like 'action'/'tags'),
with runtime-venv-validated tests. Clean FF from 27957f11.
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • coderabbit

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 12190af7-b855-4205-aa3b-ae406f0363a1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

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

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T04:39:10.313681Z a06ea29 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@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: a06ea29871

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread PMOVES-Agent-Zero
@@ -1 +1 @@
Subproject commit 27957f1102db8c1d1a191784c214a0b2f79847bd
Subproject commit 5c280a994794c891b9964ef19e9a64c3d45c03ee

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Honor extensible schemas before dropping arguments

The promoted filter_declared_args() treats the keys under properties as a complete allowlist, but MCP input schemas use JSON Schema, where undeclared top-level keys remain valid when additionalProperties is true (or omitted), and may also be admitted by patternProperties. A connected tool with fixed fields plus extensible arguments will therefore receive a silently truncated request. Only discard unknown keys for closed schemas such as additionalProperties: false, while preserving keys permitted by the other schema keywords.

Useful? React with 👍 / 👎.

@POWERFULMOVES
POWERFULMOVES merged commit 39e502f into main Aug 31, 2026
47 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the chore/agent-zero-mcp-filter-gitlink branch August 31, 2026 04:47
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