What happened
左键拖拽无法选中文本,必须按住 Shift 才能选中,且选中期间,选中部位不会随着滑轮或者上下键滚动而移动,右键无法直接粘贴,只能 Ctrl+V 或者按住 Shift 先选中准备复制文本且保持 Shift不松,右键才会粘贴。
/keys 提示--no-mouse 可关闭鼠标追踪,但传参后报 unknown option 。
Expected
· 左键拖拽直接选中文本(和其他终端行为一致)
· 右键粘贴 / 菜单等原生行为
· 或者 /keys 中提到的 --no-mouse 有效
Reproduction
- 启动 reasonix code
- 尝试左键拖拽选择 AI 回复中的文本 → 无反应
- 按 Shift + 左键拖拽 → 可以选中
- 选中后右键 → 粘贴
- 退出,执行 reasonix --no-mouse → error: unknown option '--no-mouse'
- 执行 reasonix code --no-mouse → 也不存在该参数
Environment
· Reasonix version: 0.47.0
· Node version: v24.12.0
· OS: Windows 10
· Shell: PowerShell / cmd (均可复现)
· Terminal app: Windows Terminal
· DeepSeek model: deepseek-v4-flash / deepseek-v4-pro
Logs / transcript
$ reasonix --no-mouse
error: unknown option '--no-mouse'
$ reasonix --help # 没有 --no-mouse
What happened
Expected
· 左键拖拽直接选中文本(和其他终端行为一致)
· 右键粘贴 / 菜单等原生行为
· 或者 /keys 中提到的 --no-mouse 有效
Reproduction
Environment
· Reasonix version: 0.47.0
· Node version: v24.12.0
· OS: Windows 10
· Shell: PowerShell / cmd (均可复现)
· Terminal app: Windows Terminal
· DeepSeek model: deepseek-v4-flash / deepseek-v4-pro
Logs / transcript
$ reasonix --no-mouse
error: unknown option '--no-mouse'
$ reasonix --help # 没有 --no-mouse