chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-02 22:02:14 +00:00
parent c1686c6ddc
commit dfe1325fca

View file

@ -75,7 +75,10 @@ export const StatsCommand = effectCmd({
}),
})
const run = (args: { days?: number; tools?: number; models?: unknown; project?: string }, currentProject: Project.Info) =>
const run = (
args: { days?: number; tools?: number; models?: unknown; project?: string },
currentProject: Project.Info,
) =>
Effect.promise(async () => {
const stats = await aggregateSessionStats(args.days, args.project, currentProject)