You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use first app in order instead of latest_app_status for focus in tasks
This change modifies both the tasks page (list view) and individual task page
to focus on the first app in order rather than the most recently active app.
Previously, Claude terminal apps would auto-focus because they report status
updates frequently, making them the 'latest_app_status'. Now the focus
respects the app ordering as defined in templates.
Changes:
- TasksPage: Use first app from all agents instead of latest_app_status.app_id
- TaskApps: Use first app in apps array instead of latest_app_status.app_id
- Both components now exclude AI_APP_CHAT_SLUG consistently
Fixes the issue where Claude terminal apps always auto-focus instead of
respecting the defined app order in templates.
0 commit comments