Skip to content

fix(web): remove stale capabilities from agent wizard - #249

Merged
MiniMax-AI-Dev merged 1 commit into
fix/agent-wizard-mcp-skill-onlyfrom
fix/agent-wizard-remove-deprecated
Aug 13, 2026
Merged

fix(web): remove stale capabilities from agent wizard#249
MiniMax-AI-Dev merged 1 commit into
fix/agent-wizard-mcp-skill-onlyfrom
fix/agent-wizard-remove-deprecated

Conversation

@kapelame

Copy link
Copy Markdown
Collaborator

What & why

Agent profiles can retain capability names after their backing capability is removed. The edit wizard synthesized those unmatched names as Deprecated rows even when no deprecated capability existed, so stale profile text appeared as a real capability state.

How

  • stop creating ghost rows for unmatched profile names
  • remove the unreachable Deprecated badge and tooltip branches
  • filter edit submissions against the successfully loaded capability list so saving removes stale names
  • block submission until that list loads successfully, avoiding accidental clears on request failure

Verification

  • make check
  • pnpm --filter @parsar/web build
  • Relevant E2E target: not applicable; the change is isolated to Agent wizard filtering and submission

Notes for reviewers

Stacked on #248 because both patches touch the same Agent wizard block. This PR contains one additional frontend commit and no API, database, or migration changes.

@MiniMax-AI-Dev
MiniMax-AI-Dev merged commit 51cd67f into fix/agent-wizard-mcp-skill-only Aug 13, 2026
9 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.

2 participants