Skip to content

[fix] Restore the read-only Skills empty text in the agent config card - #6745

Merged
ashrafchowdury merged 1 commit into
release/v0.116.0from
fix/skills-summary-empty-copy
Sep 10, 2026
Merged

[fix] Restore the read-only Skills empty text in the agent config card#6745
ashrafchowdury merged 1 commit into
release/v0.116.0from
fix/skills-summary-empty-copy

Conversation

@ardaerzin

Copy link
Copy Markdown
Contributor

Context

agentConfigSummaryCard.test.tsx fails on release/v0.116.0, so every PR against the release branch inherits a red run-web-unit-tests. The read-only agent config card shows "None added" for an agent with no skills. #6641 made that text "None available" and pinned it in the test. The release/v0.116.0 merge into feat/skill-registry (#6604) then resolved the line to "None added".

Changes

The read-only Skills row goes back to "None available". That matches #6641, its test, and the other read-only rows ("None enabled", "None connected"). The editable card still offers "Add skills".

Tests

… row

#6641 set the read-only Skills summary to "None available" and tested it.
The release/v0.116.0 merge into feat/skill-registry (#6604) resolved the
line to "None added", so agentConfigSummaryCard.test.tsx fails on the
release branch and on every PR against it.
@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
agenta-documentation Ready Ready Preview Sep 10, 2026 10:51am UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Advanced

Run ID: 9028bec0-f91e-4a50-bc2e-7ccc8b2274a5

📥 Commits

Reviewing files that changed from the base of the PR and between 80e48e9 and f992198.

📒 Files selected for processing (1)
  • web/packages/agenta-entity-ui/src/agent/AgentConfigSummaryCard.tsx

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Summary

Summary by CodeRabbit

  • Style
    • Updated the read-only skills section’s empty-state label from “None added” to “None available.”

Walkthrough

The read-only Skills row now displays “None available” when no skills are configured. The edit-mode label remains “Add skills”.

Changes

Skills label update

Layer / File(s) Summary
Update read-only Skills label
web/packages/agenta-entity-ui/src/agent/AgentConfigSummaryCard.tsx
The no-skills label changes from “None added” to “None available”. The edit-mode label remains unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to f9921

This restores “None available” for read-only Skills rows while keeping “Add skills” in edit mode. The focused test passes and no merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes restoring the read-only Skills empty-state text in the agent config card.
Description check ✅ Passed The description directly explains the text change, its context, affected modes, and test results.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/skills-summary-empty-copy

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.

@ashrafchowdury
ashrafchowdury merged commit d9e0bee into release/v0.116.0 Sep 10, 2026
50 of 52 checks passed
@github-actions

github-actions Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Railway Preview Environment

Status Destroyed (PR closed)

Updated at 2026-09-10T11:02:33.418Z

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