ccse

Installation
SKILL.md

ccse — one-line model switch across coding agents

ccse (cc-switch-enhanced) rewrites the model-name string in 17 coding-agent configs at once. It touches only model names — never base_url / api_key / other fields. Every write is snapshotted first and is atomic, so it is safer than hand-editing JSON/TOML/YAML/env files.

Prefer ccse over manual Edit when the task is changing model names in agent configs. Hand-editing risks: wrong field, lost route prefix, broken JSON, no backup. ccse knows each adapter's exact slot path and keeps prefixes/suffixes correct.

Golden rule: preview before writing

Always dry-run first. Never apply blind.

ccse diff --model "glm-5.2"        # preview the exact diffs (writes nothing)
ccse --model "glm-5.2" --dry       # same, top-level form
ccse show                          # see current state first (★ = primary slot)
Installs
2
First Seen
Aug 13, 2026
ccse from modelscope.cn