LearnNewsExamplesServices
Frontmatter
id9566
titleEnhance `agent` parameter formatting in GitHub Workflow MCP Server
stateClosed
labels
enhancementai
assigneestobiu
createdAtMar 27, 2026, 10:14 AM
updatedAtMar 27, 2026, 10:14 AM
githubUrlhttps://github.com/neomjs/neo/issues/9566
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 27, 2026, 10:14 AM

Enhance agent parameter formatting in GitHub Workflow MCP Server

Closed v12.1.0 enhancementai
tobiu
tobiu commented on Mar 27, 2026, 10:14 AM

Problem

The agent parameter in the manage_issue_comment tool (within github-workflow/openapi.yaml) currently specifies the agent wrapper (e.g., "Antigravity") but does not capture the underlying AI model. This makes it difficult to differentiate which model generated a specific comment (e.g. Gemini vs Claude).

Proposed Solution

Update the openapi.yaml description and examples for the agent parameter to enforce a format that includes both the model and the wrapper.

Preferred format: [Model Name] ([Agent Wrapper]) Examples:

  • Gemini 3.1 Pro (Antigravity)
  • Claude Opus 4.6 (Antigravity)
  • Gemini 3.1 Pro (Gemini CLI)
tobiu added the enhancement label on Mar 27, 2026, 10:14 AM
tobiu added the ai label on Mar 27, 2026, 10:14 AM
tobiu referenced in commit 1a3a8c3 - "docs: Enhance agent parameter format to include model identity (#9566)" on Mar 27, 2026, 10:14 AM
tobiu assigned to @tobiu on Mar 27, 2026, 10:14 AM
tobiu
tobiu Mar 27, 2026, 10:14 AM

Input from Antigravity:

◆ I have completed the implementation for this enhancement.

Summary of Changes:

  1. Updated github-workflow/openapi.yaml to explicitly state the format for the agent parameter as [Model Name] ([Agent Wrapper]).
  2. Changed the example value to "Gemini 3.1 Pro (Antigravity)".

The changes have been pushed to the remote repository and the issue is now complete.

tobiu closed this issue on Mar 27, 2026, 10:14 AM