feat: 改进会话排序与滚动恢复,并修复 Agent 启动退出问题#112
Open
yuanzhejiang669-jpg wants to merge 1 commit intoErlichLiu:mainfrom
Open
feat: 改进会话排序与滚动恢复,并修复 Agent 启动退出问题#112yuanzhejiang669-jpg wants to merge 1 commit intoErlichLiu:mainfrom
yuanzhejiang669-jpg wants to merge 1 commit intoErlichLiu:mainfrom
Conversation
统一侧边栏/标签拖拽排序与会话滚动位置恢复,减少切换会话时的跳动,并避免从 Claude Code 环境启动 Agent 子进程时因继承环境变量而直接退出。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
概要
这次 PR 主要包含以下几类已经完成并实际使用过的修复:
具体改动
1. 侧边栏会话自由拖拽
2. 顶部标签自由拖拽
3. 会话滚动位置恢复
4. 右侧展开区域滚动条修正
5. Agent 启动稳定性修复
CLAUDECODE环境变量Claude Code process exited with code 1说明
验证情况