Update Codex List Pagebuster to 0.1.3#11
Open
puppnn wants to merge 3 commits into
Open
Conversation
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.
概要
更新
codex-list-pagebuster到0.1.3,修复 Codex Desktop 项目折叠状态下的历史会话显示问题,新增兼容模式,并优化大量会话下的侧边栏滚动性能。更新内容
status()中暴露当前compatibilityMode,便于排查当前运行在native还是fallback模式测试版本
测试情况
index.json可以正常解析说明
历史会话恢复功能通常只能让本地历史记录重新可被识别,但 Codex Desktop 左侧会话列表本身仍可能只加载首屏数量。这个脚本用于补强原生侧边栏列表,让更多本地历史会话能直接显示在 Codex 的会话列表中。
在新版 Codex 中,脚本会尽量把缺失历史会话恢复进原生列表;如果旧版 Codex 缺少相关内部接口,脚本会自动进入 fallback 模式,继续提供补充显示入口。