6 days ago codexapp最多只展示50个session🌐 链接: https://linux.do/t/topic/2092220🔍 关键词: #cursor #codex🏷️ 分组: LinuxDo论坛🕒 时间: 2026-05-01 11:44:01 LINUX DO codexapp最多只展示50个session const SIDEBAR_THREAD_PAGE_SIZE = 500 refetchThreadList(…) { thread/list({ limit: SIDEBAR_THREAD_PAGE_SIZE * this.pageCount, cursor: null }) } loadNextThreadListPage(…) { thread/list({ limit: SIDEBAR_THREAD_PAGE_SIZE, cursor: this.nextCursor }) } 需要这样修改…