Conversation
GitHub-backed eval UI replaced by Langfuse for result storage/visualization.
- Groq → OpenRouter for judge (gpt-4o-mini default) - Add custom checks for all A1-C4 + guard cases - Add push:prompt script for Langfuse prompt sync - Switch eval script to --env-file loader
- Add CT persona, language auto-switch - Structured tool-call rules by intent category - Grounding + hallucination guardrails
…DEL/EVAL_JUDGE_MODEL Disambiguate prod vs eval env vars so they can be set independently. AI_MODEL had dual use in prod + eval scripts — now CHAT_MODEL is prod-only, CHAT_EVAL_MODEL/EVAL_JUDGE_MODEL are eval-only.
- Replace langfuse v3 with @langfuse/tracing + @langfuse/otel + @langfuse/client v5.4.1 - Push traces via OTel-based SDK (enables observation-level evaluators in Langfuse) - Remove judgeResponse() — Langfuse 'card-advice-quality' evaluator handles judging - Remove GROQ/judge model deps, clean up EvalResult type - Add push:prompt script (lib/chat/system-prompt.ts → Langfuse) - Migrate from Groq to OpenRouter for chat model - Update evals.md with full architecture, gotchas, SDK version notes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- generate sticky userId (adjective-animal-hex) in localStorage - generate per-tab sessionId (UUID) - pass both in request body → Langfuse userId/sessionId fields - fix onFinish not firing on client disconnect via consumeStream() - show userId chip in chat panel header
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
Author
|
Reopening with correct base branch (preview instead of main) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
user.openwallet.vnintegration (notify service no longer maintained)NEXT_PUBLIC_USER_API_KEY/NEXT_PUBLIC_USER_API_URL— these were client-exposed security riskFiles deleted
lib/notify-api.ts— all remote reminder CRUD callslib/reminder-message.ts— message builder (only used by notify-api)Test plan
WALLET_ENABLEDgate — no regression risk on public sitepnpm tsc --noEmit)pnpm lint)🤖 Generated with Claude Code