方案 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"
}
方案 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"
}