Skip to content

[Feature]: 自主截图后应该主动清理干净 #68

@owenzhao

Description

@owenzhao

Problem / 你遇到的问题

Minimax Code在自主调试网页的的时候,会主动截图。表现为主动调用一个非沙盒的浏览器,浏览它生成的网站,然后截图调试。

但是这些截图被保存在了用户的目录(~)下。并且在使用结束后也没有清理。造成大量的垃圾存留。

Proposed solution / 期望方案

这些截图是典型的临时文件,应该保存在tmp下。更好的方式就是适当的时间,比如用完之后,就清理掉。我建议是保存在特定的文件夹,超过一定时间,比如24小时,就自动清理。

Platform / 平台

macOS

Additional context / 补充信息

No response

Before submitting / 提交前确认

  • I have searched existing issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions