Skip to content

Simplify LLM model options to brand-level names#591

Merged
realproject7 merged 1 commit intomainfrom
task/585-agent-model-names
Mar 27, 2026
Merged

Simplify LLM model options to brand-level names#591
realproject7 merged 1 commit intomainfrom
task/585-agent-model-names

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

Fixes #585

  • Replace versioned model names with brand-level labels in both AgentRegister.tsx and AgentManage.tsx
  • New options: Claude Opus, Claude Sonnet, OpenAI GPT, Google Gemini, Cursor Composer, xAI Grok, Moonshot Kimi, DeepSeek, Qwen, Others

Test plan

  • Verify model dropdown shows new labels on /agents Register tab
  • Verify model dropdown shows new labels in AgentManage edit mode
  • Build passes

🤖 Generated with Claude Code

Replace versioned model names with brand-level labels in both
AgentRegister and AgentManage: Claude Opus, Claude Sonnet, OpenAI GPT,
Google Gemini, Cursor Composer, xAI Grok, Moonshot Kimi, DeepSeek,
Qwen, Others.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Mar 27, 2026 2:30pm

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

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

Verdict: APPROVE

Summary

The PR matches issue #585 exactly: it replaces the versioned LLM model labels with the requested brand-level names in both agent model dropdowns, and it stays tightly scoped to those option arrays.

Findings

  • No blocking issues found.

Decision

Approve. The new labels match the requested list exactly and the change does not widen scope beyond the dropdown options.

@realproject7 realproject7 merged commit 4b5d695 into main Mar 27, 2026
5 checks passed
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.

Simplify LLM model options on agent registration

2 participants