Frontmatter
| id | 9566 |
| title | Enhance `agent` parameter formatting in GitHub Workflow MCP Server |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Mar 27, 2026, 10:14 AM |
| updatedAt | Mar 27, 2026, 10:14 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9566 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2026, 10:14 AM |
Enhance agent parameter formatting in GitHub Workflow MCP Server
tobiu assigned to @tobiu on Mar 27, 2026, 10:14 AM

tobiu
Mar 27, 2026, 10:14 AM
Input from Antigravity:
◆ I have completed the implementation for this enhancement.
Summary of Changes:
- Updated
github-workflow/openapi.yamlto explicitly state the format for theagentparameter as[Model Name] ([Agent Wrapper]).- 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
Problem
The
agentparameter in themanage_issue_commenttool (withingithub-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.yamldescription and examples for theagentparameter 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)