Settings Workspace
The Settings workspace at/settings is the dashboard’s routed configuration
surface. On desktop it uses a split view: form-based controls on the left,
a live read-only snapshot of ~/.ccs/config.yaml on the right.
Access
Current Layout
Desktop
- Left panel: tabbed configuration sections
- Right panel:
config.yamlviewer with copy and refresh actions - Resize handle: lets you rebalance forms vs raw config
Mobile
The page collapses into a stacked layout. The rawconfig.yaml viewer drops
behind the active section so the forms stay usable on narrow screens.
Current Tabs
| Tab | What it manages | Related doc |
|---|---|---|
WebSearch | provider readiness, API keys, install hints, and CCS search routing | WebSearch |
Image | MCP-first image analysis state, repair actions, and profile coverage | Image Analysis |
Channels | official-channel selection, token status, and launch preview | CLI Commands |
Env | top-level global environment variables saved in CCS config | Configuration |
Thinking | thinking mode, overrides, tier defaults, and provider overrides | Extended Thinking |
Proxy | local vs remote CLIProxy server settings and connectivity | Remote Proxy |
Auth | dashboard authentication enablement, secret generation, and status | Dashboard Authentication |
Backups | backup inventory, restore, and cleanup workflows | File Locations |
Raw Config Pane
The right-hand pane is a viewer, not a second editor:- shows the current
~/.ccs/config.yaml - supports copy and refresh actions
- helps you verify what the forms actually persisted
Operational Notes
- Section content is lazy-loaded, so the active tab can recover independently if one section fails
- Structured settings stay in the form controls; raw YAML remains read-only in this workspace
- The page is route-aware, so you can bookmark
/settingsdirectly inside the current dashboard session
When To Use This Page
Use the Settings workspace when the change belongs to shared CCS behavior:- search and image-analysis tooling
- announcement and support channels
- global env defaults
- proxy topology
- dashboard auth
- backup hygiene
