Skip to content

Add basic.sendReasoning toggle to suppress thinking-process forwarded messages for @/prefix-triggered chat#829

Draft
Copilot wants to merge 3 commits intov3from
copilot/add-dialogue-forwarding-switch
Draft

Add basic.sendReasoning toggle to suppress thinking-process forwarded messages for @/prefix-triggered chat#829
Copilot wants to merge 3 commits intov3from
copilot/add-dialogue-forwarding-switch

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

@-mention and command-prefix triggered conversations unconditionally forwarded the model's reasoning content as a merged message (see screenshot). bym mode already had bym.sendReasoning for this; normal chat mode had no equivalent.

Changes

  • config/config.js — add basic.sendReasoning: true (defaults true, no behaviour change for existing users)
  • apps/chat.js — gate reasoning forward replies on Config.basic.sendReasoning:
    if (Config.basic.sendReasoning) {
      for (let forwardElement of forward) {
        this.reply(forwardElement)
      }
    }
  • guoba.support.js — reverted to original state; the file is no longer used in the current version
Original prompt

This section details on the original issue you should resolve

<issue_title>关于@触发对话会转发思考的问题</issue_title>
<issue_description>如题,现在@或者指令前缀触发对话后,会合成一条转发消息用来转发思考过程,但伪人模式在管理面板中拥有独立的开关来选择是否转发该消息。希望能在管理面板中也增加一个使用@或者指令前缀触发对话时,是否转发思考过程的开关。或者是有其他指令可以关闭该过程。

Image</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…rsations

Co-authored-by: ikechan8370 <21212372+ikechan8370@users.noreply.github.com>
Copilot AI changed the title [WIP] Add switch for forwarding thoughts on dialogue triggers Add sendReasoning toggle for @-mention / command-prefix triggered conversations Feb 28, 2026
@ikechan8370
Copy link
Owner

please revert the changes of guoba.support.js which is not available in the current version.

Co-authored-by: ikechan8370 <21212372+ikechan8370@users.noreply.github.com>
Copilot AI changed the title Add sendReasoning toggle for @-mention / command-prefix triggered conversations Add basic.sendReasoning toggle to suppress thinking-process forwarded messages for @/prefix-triggered chat Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

关于@触发对话会转发思考的问题

2 participants