Skip to content

请问这些配置在哪里配呢?在ccswitch 还是本插件?入口是哪里 #11

@valkryhx

Description

@valkryhx

方案 A:尽量保持默认
适合:你的模型映射已经由 CCSwitch 处理,只想让行为更顺一点。

{
"mirror_session_model": true
}
方案 B:为 agent 固定一个默认 Claude 槽位
适合:你希望大多数 agent 默认走同一个 Claude 槽位。

{
"mirror_session_model": true,
"default_agent_model": "opus"
}
如果真实模型落点由 CCSwitch 控制,就继续把真实映射放在 CCSwitch 里。
在 hello2cc 里优先使用稳定的 Claude 槽位值,例如 inherit、opus、sonnet、haiku。

方案 C:和其他插件安静共存
适合:多个插件一起注入提示,导致会话太吵。

{
"compatibility_mode": "sanitize-only"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions