You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use runtime env vars instead of NEXT_PUBLIC_ build-time vars
NEXT_PUBLIC_* env vars are statically replaced at build time by
the Next.js compiler, even in server components. Since these
variables are only read in server components (and passed as props
to client components), they don't need the NEXT_PUBLIC_ prefix.
Renamed to KAGENT_UI_HEADLINE and KAGENT_UI_SUBTITLE so they are
read from process.env at request time, making them truly
configurable without rebuilding the Docker image.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Optimus (AI Agent) <agent@fulcria.com>
0 commit comments