Yesterday's revert (d054c0b) changed the API CALL from cloud to local
but missed the LogEntry + KB row that record what model fired. Result:
honest API call to qwen3.5:latest, dishonest log/KB rows saying
"claude-opus-4-7". That's a real audit-trail integrity issue — the
record didn't match reality.
Fixed:
- LogEntry "system" role label (line 663)
- KB row's "model" field (line 685)
Both now correctly show "qwen3.5:latest". Build + restart + smoke
10/10 green. Gateway healthy.
Side note: the only remaining "claude-opus-4-7" mentions in this file
are now in COMMENTS describing the v1 cloud route + the revert
rationale — those are documentation, not log fields. Safe to keep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>