Conversation
This reverts commit abac2d7.
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.
背景
当前
main上存在单独的回滚提交abac2d74(revert: rollback upstream v0.12.9 sync),它把此前已经合并的 upstreamv0.12.9正式版同步整体撤回了。这次 PR 不重新发明同步路径,而是基于当前
main直接回滚这个回滚,在保持 fork 自定义能力的前提下,恢复已验证过的 upstreamv0.12.9release 增量。同步范围
恢复的正式 release 范围仍然是 upstream
v0.12.7..v0.12.9的 8 个提交,对应 17 个文件改动,主要包括:fix: isStream status in error logs instead of hardcoded falsechore(deps): bump axios from 1.13.5 to 1.15.0 in /webchore(deps): update axiosfix: set TopP to nil in Claude request configurationfix(GroupTable): prevent Input cursor jumping to end on keystrokefeat: display next quota reset time in subscription cardfeat: enhance dashboard charts with improved dimension handling and ranking logicfix: add Azure channel support for /v1/responses/compact URL routing处理方式
maingit revert --no-edit abac2d74sync-upstream-v0.12.9内容一致验证
已完成:
cd web && bun install --frozen-lockfile && bun run buildsource ~/proxy.sh && go test ./...