Compare commits

..

1 Commits

Author SHA1 Message Date
phernandez 4d2e6b85a1 pass context to recent_activity
Signed-off-by: phernandez <paul@basicmachines.co>
(cherry picked from commit 177ae21ba7)
2026-05-08 10:21:28 -05:00
@@ -187,7 +187,9 @@ async def recent_activity(
# project_id (UUID) takes precedence over project name — without this fallback,
# callers passing only project_id would fall into Discovery Mode.
effective_identifier = project_id if project_id else project
resolved_project = await resolve_project_parameter(effective_identifier, allow_discovery=True)
resolved_project = await resolve_project_parameter(
effective_identifier, allow_discovery=True, context=context
)
if resolved_project is None:
# Discovery Mode: Get activity across all projects