Commit aa4a956
docs(codex): correct loader comment (was still claiming shared policy)
Round 4 doc fix on #1133. My previous docstring fix on
`shouldAllowOAuthModel` correctly noted that plugin/openai/codex.ts
has its own separate filter, but the LOADER comment 5 lines below
still said "this filter and the sibling in plugin/openai/codex.ts
share one source of truth" — kilo + cubic both flagged the
contradiction independently.
Rewrote the loader comment to match the helper docstring: this file
is the active plugin, the sibling is an unwired refactor with its
own ALLOWED_MODELS + parseFloat > 5.4 fallback, they do NOT share a
source of truth today.
Doc-only. 26/26 tests pass; typecheck clean; marker guard clean.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 4abe6d5 commit aa4a956
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
436 | 441 | | |
437 | 442 | | |
438 | 443 | | |
| |||
0 commit comments