You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a convenient "Paste and Submit" button that automatically pastes clipboard text and submits/parses it, simplifying the workflow for pasting model responses.
Need to explore solutions to the issue where it's hard to see the SKILL list, approval buttons, etc., without vertically stretching the terminal.
Add logging to project/.ManualAid/Logs/log.log, using the logging module with rotation.
UI系统的重构 / UI System Refactoring
提取相似功能控件
使用gettext对UI文本进行国际化
添加便捷粘贴并提交按钮,自动粘贴剪切板文本并提交与解析,简化粘贴模型回复的流程
需要探索如何解决不纵向拉长终端,就很难看到SKILL列表、审核按钮等的问题
添加链接到项目/.ManualAid/Logs/log.log的日志,使用logging模块,使用轮转
Extract similar functional components.
Use gettext to internationalize UI text.
Add a convenient "Paste and Submit" button that automatically pastes clipboard text and submits/parses it, simplifying the workflow for pasting model responses.
Need to explore solutions to the issue where it's hard to see the SKILL list, approval buttons, etc., without vertically stretching the terminal.
Add logging to project/.ManualAid/Logs/log.log, using the logging module with rotation.