build: lock x86_64 relay to AVX2

This commit is contained in:
Peter Steinberger
2026-01-03 16:52:06 +01:00
parent 9f8eeceae7
commit 40ee0f0672
2 changed files with 10 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
- Thinking: default to low for reasoning-capable models when no /think or config default is set.
- Logging: decouple file log levels from console verbosity; verbose-only details are captured when `logging.level` is debug/trace.
- Build: fix regex literal in tool-meta path detection (watch build error).
- Build: require AVX2 Bun for x86_64 relay packaging (reject baseline builds).
- Auto-reply: add run-level telemetry + typing TTL guardrails to diagnose stuck replies.
### Docs