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
完整入站 JSON 日志:所有入站消息(C2C / Group / Guild / DM)新增 ▶ INBOUND xxx RAW 日志,输出完整原始 JSON,方便调试排查。
完整 Agent Body 日志:发送给大模型前新增 ▶ AGENT BODY FULL 日志,输出最终拼装后的完整请求内容。
English
✨ New
Message quote/reference support: Full support for QQ message quoting. When a user quotes a message to the AI, the plugin parses ref_msg_idx / msg_idx from message_scene.ext, looks up the original quoted message content, and injects it into the agent body as [引用消息开始]...[引用消息结束], enabling the AI to perceive conversation context.
Auto-reference on outbound reply: The AI's first reply automatically references the user's message via message_reference; subsequent messages do not repeat the reference for a more natural experience.
Reference index cache (ref-index-store): New inbound/outbound message index caching mechanism via setRefIndex / getRefIndex, with onMessageSent hook for registering outbound message cache entries.
Voice message fallback parsing (asr_refer_text): Multi-level degradation for voice messages: prefer plugin-side STT transcription → fall back to QQ platform's asr_refer_text if STT fails or is not configured → show explicit notice when neither is available. Fallback text is prefixed with [语音消息(ASR兜底,可能不准确)] and the agent body includes a low-confidence hint so the AI knows to confirm critical information.
Full inbound JSON logging: All inbound messages (C2C / Group / Guild / DM) now log ▶ INBOUND xxx RAW with the complete raw JSON for easier debugging.
Full Agent Body logging: A ▶ AGENT BODY FULL log is emitted before sending to the LLM, showing the fully assembled request content.