云端任务会话缺少快速定位用户指令悬浮按钮,本地任务正常拥有该按钮
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
问题描述:
MonkeyCode平台桌面客户端内,本地任务会话存在快速定位到用户发送指令的悬浮跳转按钮,云端任务会话不存在该按钮。
当云端任务执行轮次较多、会话内容很长时,无法一键滚动回到自己下发的Prompt,只能手动持续向上滚动查找指令,操作效率低下。
复现条件:
环境:Windows系统MonkeyCode平台桌面客户端(其他平台未验证)。
新建本地任务:多轮对话滚动页面,页面出现悬浮按钮,可以快速跳转至用户消息。
新建云端任务:相同操作,会话滚动后界面无任何定位悬浮按钮。
截图参考:
附上云端任务运行截图(当前截图为云端任务:预览域名启动中排查,云端执行中第3轮,长会话无跳转按钮)。
使用痛点:
云端任务常用于长时间代码审查、持续多步骤自动化任务,很容易产生大量会话日志。频繁上下滚动寻找最初下发的指令十分不便,希望云端任务会话对齐本地任务的交互能力,补齐该悬浮定位按钮。
期望修复效果:
云端任务会话页面,和本地任务保持UI交互一致,滚动会话后自动出现快速定位用户指令悬浮按钮。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the local task session UI, where the floating button is already available, and compare it with the cloud task session view in the Windows desktop client. Reproduce a long, multi-turn session and trace the scroll state and user-message targeting behavior. Done means the cloud session shows the same floating button after scrolling and returns to the user's prompt like the local session.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100