Skip to content

fix: improve quality issue tracing and evaluation fallback - #146

Merged
HansonL622 merged 3 commits into
1024XEngineer:mainfrom
fj-sunny:codex/dynamic-ai-provider-governance
Aug 21, 2026
Merged

fix: improve quality issue tracing and evaluation fallback#146
HansonL622 merged 3 commits into
1024XEngineer:mainfrom
fj-sunny:codex/dynamic-ai-provider-governance

Conversation

@fj-sunny

Copy link
Copy Markdown
Contributor

Closes #145

Changes

  • Count affected users by user_id or anonymous_id.
  • Include authenticated user IDs in backend quality events.
  • Gracefully preserve transcript when audio is unavailable.
  • Avoid realtime-channel close race errors.

Verification

  • Backend compile passed.
  • Quality controller and telemetry tests passed.
  • Web realtime event checks and production build passed.

@fennoai fennoai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changed contracts for quality-user attribution, anonymous-user aggregation, transcript-preserving evaluation fallback, and realtime-channel close races are consistent with their callers and persistence/reporting consumers. I found no actionable correctness, reliability, or compatibility issue in the fixed PR diff.

Verification: backend ./mvnw -q -DskipTests compile passed; npm run check:realtime-events passed. The web production build could not run because the local vite executable is not executable (vite: Permission denied).

@HansonL622
HansonL622 self-requested a review August 21, 2026 06:58

@HansonL622 HansonL622 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HansonL622
HansonL622 merged commit 11781bd into 1024XEngineer:main Aug 21, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

修复质量问题用户溯源与评估降级异常

2 participants