Merge branch 'plus-dev' into feature/github-copilot-auth

This commit is contained in:
Luis Pater
2025-11-30 17:08:00 +08:00
committed by GitHub
13 changed files with 698 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ func newUsageReporter(ctx context.Context, provider, model string, auth *cliprox
}
if auth != nil {
reporter.authID = auth.ID
reporter.authIndex = auth.Index
reporter.authIndex = auth.EnsureIndex()
}
return reporter
}