github / github/copilot-cli

Allow scrolling through the current conversation history

未关闭
#4,313 8 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

area:input-keyboard area:terminal-rendering
主要语言
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
  1. Have a long conversation with multiple prompts and responses.
  2. Scroll upward to review messages from earlier in the same conversation.
  3. Use PageUp/PageDown to move through the conversation history.
  4. Use separate keys when navigating previously entered prompts.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 Copilot CLI 中对 mouse-wheel 和 PageUp/PageDown 事件的输入与 conversation-view 处理入手。追踪这些按键当前如何浏览 prompt 历史,然后确定现有的按键绑定配置;完成的标准是,滚动操作能够查看当前对话中的较早消息,而 prompt 历史导航使用单独的可配置按键。

由索引模型根据 Issue 内容生成。

评估

技术栈
shell
领域
cli
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
52/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。