Sync upstream CodexBar main through 5cc8a248 (endpoint-override security fixes)#9
Merged
Merged
Conversation
* fix: speed up Codex priority history scans Co-authored-by: pickaxe <54486432+ProspectOre@users.noreply.github.com> * perf: amortize Codex priority memo eviction * perf: use Codex timestamp index for cold scans * fix: bind Codex cold scan from one plan * perf: avoid indexed unbounded Codex scans * chore: regenerate Codex parser hash after rebase --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* Stabilize merged provider menu positioning * fix: preserve merged menu stale refresh state * fix: align merged menu using AppKit origin semantics --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* fix: validate provider endpoint overrides Co-authored-by: hinotoi-agent <paperlantern.agent@gmail.com> * fix: classify endpoint override diagnostics * fix: preserve provider error API compatibility --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
…256) * fix: reject insecure sibling provider endpoints * Preserve host port endpoint overrides * fix: harden sibling provider endpoint validation * fix: reject malformed sibling provider hosts * test: preserve sibling endpoint IPv6 overrides --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* Move overview highlight with scroll wheel * Discard capped scroll remainder so a flick cannot keep stepping * fix: keep overview scroll on provider cards --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* Reload serve config per request * fix(cli): prune stale serve config cache entries --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* Fix overview switcher segment height * test: harden switcher height regression --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
* fix: clarify Claude web reauthentication * ci: refresh exact-head checks
Syncs the 9-commit range dd8cf8b..5cc8a24 from steipete/CodexBar: security fixes rejecting insecure or malformed provider endpoint overrides (OpenRouter, Codebuff, Groq, ElevenLabs, MiniMax, Alibaba) and malformed provider hosts, clearer Claude Web reauthentication guidance, per-request CLI serve config reload, scroll-wheel Overview highlighting, merged dropdown positioning stability, switcher segment height fixes, and incremental Codex priority-turn resolution. Conflict resolutions and fork adaptations: - CHANGELOG.md stays QuotaKit-owned with a new Upcoming entry; version.env advances UPSTREAM_MONITOR_BASE to 5cc8a24. - CodexParserHash regenerated from the merged scanner sources; no parserLogicVersion bump needed (only the unguarded CodexPriority scanner file changed). - Product prose in the merge-touched docs (alibaba-coding-plan.md, minimax.md) rebranded to QuotaKit, matching the docs convention; internal identifiers, paths, and env names kept. https://claude.ai/code/session_01Mji1HrQ5wkVndbmF3TF6b1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Manual upstream sync for #8: merges the 9-commit range
dd8cf8b0..5cc8a248fromsteipete/CodexBar.Key upstream changes:
serve(#1442)Conflict resolutions and fork adaptations
CHANGELOG.mdstays QuotaKit-owned with a new Upcoming entry;version.envadvancesUPSTREAM_MONITOR_BASEto5cc8a248CodexParserHashregenerated; noparserLogicVersionbump needed — only the unguardedCostUsageScanner+CodexPriority.swiftchanged, and the regenerated hash rolls the producerKey axisalibaba-coding-plan.md,minimax.md) rebranded to QuotaKit (internal identifiers, paths, and env names kept) — extending the docs cleanup from 1633ee2 to this range's files. No new Swift or localization branding leaks (none of the range's changes touch.stringsfiles).Validation (run locally on Linux before pushing)
CodexBarCLIrelease build andswift testpass with Swift 6.2.1Closes #8
https://claude.ai/code/session_01Mji1HrQ5wkVndbmF3TF6b1
Generated by Claude Code