feat:新增sub_agent,暂时用于emoji选择;修改部分配置位置

This commit is contained in:
SengokuCola
2026-04-03 21:57:35 +08:00
parent ce580d1f8b
commit 07597bc1d7
9 changed files with 300 additions and 88 deletions

View File

@@ -67,7 +67,7 @@ class BufferCLI:
timestamp=timestamp,
platform=BufferCLI._CLI_PLATFORM,
)
user_name = global_config.maisaka.user_name.strip() or "用户"
user_name = global_config.maisaka.cli_user_name.strip() or "用户"
message.message_info = MessageInfo(
user_info=UserInfo(
user_id=BufferCLI._CLI_USER_ID,