Skip to content

v2.1.7

Choose a tag to compare

@heng1234 heng1234 released this 08 Aug 04:10
· 48 commits to main since this release

Bug Fixes

  • 切换会话卡死:loadSession 新增 AbortController,新切换请求立即取消上一次还在进行的 fetch,浏览器连接不再被堆积请求打满
  • 会话列表点击无防抖:chat 和 code 两种模式的会话列表点击均加入 150ms 防抖,快速连点只触发最后一次切换

UI

  • Code 模式会话列表排序优化:运行中的会话始终置顶显示;其余会话按时间分组(今天 / 昨天 / 本周 / 更早),一眼找到最近工作

Install / Upgrade

```bash
pip install -U claude-web-ui
```