Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ProfilesPage 接管 deep link urls 后通知 App 条件清空 request; 离开 configs 时同步丢弃未消费请求,防止 lazy remount 再弹已放弃预览。
- 新增共享语料 sensitive-settings-keys.json 作为敏感键预期单一事实源, 前后端 config.rs 与 settings-secrets.ts 各写测试对照它,任一端漂移即红 - 补 UsagePage 缓存命中率多系列排序断言,锁定按纯 input tokens 降序 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
配置导入队列权威源留在后端:peek 预览、导入/取消/失败后 ack;切页不丢。 用户级 open_claude_file_in_editor 与项目侧一致拒绝经软链路径,避免出界写入口。
payload 解码前长度校验、pending 队列上限与全局去重、拦截 198.18/15; EMPTY_WORKSPACE 对齐 sleep 默认值;状态点改 Tailwind;中英手册补 deep link 与防休眠。
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
将
dev合入main,包含 v1.3.1 之后的发版前修复与加固:198.18.0.0/15EMPTY_WORKSPACE补齐默认值,避免加载失败后再保存误清偏好;状态点改用 Tailwind tokenTest plan
cargo test --lib deep_link::testsmake verify(合入前可选)