Skip to content

Cherry Studio智能体功能申请 #16078

@caidashi666

Description

@caidashi666

Issue Checklist

  • I understand that issues are for reporting problems and requesting features, not for off-topic comments, and I will provide as much detail as possible to help resolve the issue.
  • I have checked the pinned issues and searched through the existing open issues, closed issues, and discussions and did not find a similar suggestion.
  • I have provided a short and descriptive title so that developers can quickly understand the issue when browsing the issue list, rather than vague titles like "A suggestion" or "Stuck."
  • The latest version of Cherry Studio does not include the feature I am suggesting.

Platform

Windows

Version

1.9.11

Is your feature request related to an existing issue?


一、现状说明
目前智能体通过系统自带 MCP 工具能直接 API 级控制的能力有:

已有能力 对应工具
定时任务增删查 mcp__claw__cron
改名/加IM通道 mcp__claw__config
发消息通知 mcp__claw__notify
管理技能 mcp__skills__skills
读写文件 Read / Write / Edit
执行命令 Bash

mcp__claw__config 能做这些:
status: 看自己当前状态
rename: 改我自己的名字
add_channel: 加IM通道(telegram/wechat/qq等)
update_channel: 更新通道配置
remove_channel: 删通道
reconnect_channel:重新连接通道(比如微信掉线了重新扫二维码)

二、痛点
切换智能体模型和思考轮数等智能体设置修改时,仍然只能添加mcp模仿鼠标操作 UI 完成,无法像定时任务那样由智能体通过 API 一键控制。

尝试过的方案:
直接改 agents.db → 数据库能改,但当前会话不监听变化,需要重启才生效
添加新的mcp,完成UI 自动化 → 慢、不稳定、体验差
根本原因:能一键即时生效,不仅平台不仅提供了改数据库的接口,还配了一个"调度器监听"——改了之后调度器立即重新加载。

Desired Solution

三、需求
请开放以下任意一种能力:

方案A(推荐): 新增 MCP 工具,让智能体可以:
switch_model(model_id) // 切换模型 → 即时生效
switch_turns(number) // 修改轮数 → 即时生效
方案B(如A做不到): 让智能体修改 agents.db 的 model/configuration 字段后,当前会话能自动感知变化,即时生效。

四、使用场景
用户通过微信告诉智能体:"切模型"“”改配置“”等操作,智能体调用 API → 一键切换,无需回到电脑前操作 UI。对于经常远程操作智能体的用户来说,效率提升巨大。

五、感谢
感谢 Cherry Studio 团队提供了这么好用的平台!希望能在后续版本中开放这个能力 🙏

Alternative Solutions


方案B(如A做不到): 让智能体修改 agents.db 的 model/configuration 字段后,当前会话能自动感知变化,即时生效。

Additional Information

Cherry Studio智能体功能申请.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    AssistantCategorizes an issue or PR as relevant to SIG AssistantMCPCategorizes an issue or PR as relevant to SIG MCP
    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions