- Removed the `format_session_list` function and related session handling from the client module. - Simplified command output in the client by removing session-related commands. - Introduced `ChannelInputAdapter` for parsing channel commands like `/new` and `/save`. - Updated WebSocket handling to process commands via the new command system. - Removed deprecated in-chat command handling from the gateway. - Adjusted tests to reflect changes in command serialization and session handling. - Enhanced session cleanup and job scheduling in the configuration module.
3 lines
134 B
XML
3 lines
134 B
XML
// 此文件已废弃,InChatCommand 功能已合并到 Command 系统
|
||
// 保留文件以避免破坏现有 import,但内容为空
|