Nathan

Results 4 issues of Nathan

### Code of Conduct - [x] I conform ### 问题描述 利用该指令进行MiraiCP-Plugin插件安装后再次运行mcl报错 `mcl --update-package io.github.nambers:MiraiCP-plugin --channel nightly --type plugin` 报错内容: ![image](https://user-images.githubusercontent.com/49605891/189937204-cac6252c-7cf7-46c7-914e-ba55e8259e30.png) ### 日志 _No response_ ### 版本 Latest ### 组件 Plugin

t:bug
p:high

missing cssclass in this file

```python import pprint import urllib.parse import json5 from qwen_agent.agents import Assistant from qwen_agent.tools.base import BaseTool, register_tool from qwen_agent.utils.output_beautify import typewriter_print import datetime @register_tool('get_current_time') class GetCurrentTimeTool(BaseTool): # `description` 用于告诉智能体该工具的功能。 description =...