feat(codex): register models by plan tier

This commit is contained in:
hkfires
2026-03-10 11:20:37 +08:00
parent ce53d3a287
commit d1e3195e6f
7 changed files with 517 additions and 19 deletions

View File

@@ -266,7 +266,6 @@ func TestAppendWebsocketEvent(t *testing.T) {
}
}
func TestAppendWebsocketEventTruncatesAtLimit(t *testing.T) {
var builder strings.Builder
payload := bytes.Repeat([]byte("x"), wsBodyLogMaxSize)