Allow scrolling through the current conversation history
还没有人认领这个 Issue。
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
Describe the feature or problem you'd like to solve
● Describe the feature or problem you'd like to solve ┃ In Copilot CLI, using the mouse wheel or PageUp/PageDown navigates through prompt history instead of scrolling the ┃ current conversation. ┃ ┃ When the conversation becomes long, I cannot scroll up to review earlier messages at the top of the same ┃ conversation. This makes it difficult to refer back to previous requirements, responses, and context.
Proposed solution
Provide a way to scroll through the current conversation independently from prompt-history navigation.
Mouse-wheel scrolling and PageUp/PageDown should scroll the conversation view, while prompt-history navigation
should use separate configurable keybindings.
Example prompts or workflows
No response
Additional context
- Have a long conversation with multiple prompts and responses.
- Scroll upward to review messages from earlier in the same conversation.
- Use PageUp/PageDown to move through the conversation history.
- Use separate keys when navigating previously entered prompts.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 Copilot CLI 中对 mouse-wheel 和 PageUp/PageDown 事件的输入与 conversation-view 处理入手。追踪这些按键当前如何浏览 prompt 历史,然后确定现有的按键绑定配置;完成的标准是,滚动操作能够查看当前对话中的较早消息,而 prompt 历史导航使用单独的可配置按键。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 52/100