feat: support per-model auto-compact thresholds - #1943
Open
dongyu23 wants to merge 5 commits into
Open
Conversation
Author
|
@BigPizzaV3 Following your request on closed #1837, this work is now split into focused PRs:
Both branches are based on the latest main. Fork CI has passed the frontend tests, TypeScript check, and workspace Rust tests; the cross-platform build is running for the new heads. |
Owner
|
按模型自动压缩阈值的方向可以继续,但当前分支没有 GitHub CI,且 relay_config/main 已继续演进。请 rebase 最新 main,明确保持旧的 profile 单值行为为默认、每模型配置为 opt-in,并补 catalog 生成、切换供应商和回退行为测试后再评估。 |
dongyu23
force-pushed
the
codex/per-model-auto-compact
branch
2 times, most recently
from
August 25, 2026 14:08
41e0a6a to
9031ed5
Compare
Owner
|
|
dongyu23
force-pushed
the
codex/per-model-auto-compact
branch
from
August 30, 2026 10:44
9031ed5 to
8a496ee
Compare
Author
|
@BigPizzaV3 PR1 已按最新 本地已验证:
旧 profile 的单值 |
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
This is the clean PR1 follow-up to closed #1837, rebuilt from the latest upstream/main. It keeps the scope limited to per-model context windows and automatic compaction thresholds.
Changes
Scope
This PR intentionally does not include model metadata import, protected metadata fields, or external catalog conflict handling. Those belong to the follow-up PR2.
Validation
Related: #1837 (closed split request)