1.6.0 #167
sliverp
announced in
Announcements
1.6.0
#167
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.6.0
中文
✨ 新增
message_scene.ext中的ref_msg_idx/msg_idx,查找被引用的原始消息内容,并以[引用消息开始]...[引用消息结束]格式注入到发送给大模型的 agentBody 中,让 AI 能感知上下文。message_reference),后续消息不重复引用,体验更自然。setRefIndex/getRefIndex实现消息回溯查找,支持onMessageSent钩子注册出站消息缓存。asr_refer_text兜底文本 → 均不可用时给出明确提示。兜底文本会标注[语音消息(ASR兜底,可能不准确)]前缀,并在 agentBody 中注入低置信度提示,让 AI 知道需要追问确认关键信息。▶ INBOUND xxx RAW日志,输出完整原始 JSON,方便调试排查。▶ AGENT BODY FULL日志,输出最终拼装后的完整请求内容。English
✨ New
ref_msg_idx/msg_idxfrommessage_scene.ext, looks up the original quoted message content, and injects it into the agent body as[引用消息开始]...[引用消息结束], enabling the AI to perceive conversation context.message_reference; subsequent messages do not repeat the reference for a more natural experience.setRefIndex/getRefIndex, withonMessageSenthook for registering outbound message cache entries.asr_refer_textif 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.▶ INBOUND xxx RAWwith the complete raw JSON for easier debugging.▶ AGENT BODY FULLlog is emitted before sending to the LLM, showing the fully assembled request content.This discussion was created from the release 1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions