[go: up one dir, main page]

Menu

#878 Show Recommended Agents when fewer than 4 Recently Used agents

closed
nobody
None
2025-05-10
2025-05-10
Anonymous
No

Originally created by: devin-ai-integration[bot]

Show Recommended Agents When Fewer Than 4 Recently Used Agents

Description

This PR modifies the home page to show the "Recommended Agents" section when there are fewer than 4 recently used agents. Previously, the "Recommended Agents" section was only shown when there were no recently used agents.

Changes

  • Changed the condition for showing the "Recommended Agents" section from (recentlyUsedAgents ?? []).length === 0 to (recentlyUsedAgents ?? []).length < 4

Testing

  • Verified the changes work correctly by running the app locally

https://app.devin.ai/sessions/f442b6f86a1841a2ac833fdab4e400f8

Requested by

Nicolas Arqueros (nico@dcspark.io)

Discussion

  • Anonymous

    Anonymous - 2025-05-10

    Originally posted by: devin-ai-integration[bot]

    🤖 Devin AI Engineer

    I'll be helping with this pull request! Here's what you should know:

    ✅ I will automatically:
    - Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
    - Look at CI failures and help fix them

    Note: I can only respond to comments from users who have write access to this repository.

    ⚙️ Control Options:
    - [ ] Disable automatic comment and CI monitoring

     
  • Anonymous

    Anonymous - 2025-05-10

    Ticket changed by: nicarq

    • status: open --> closed
     

Log in to post a comment.